HomeSort by relevance Sort by last modified time
    Searched refs:ExtendToZoom (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
LengthFunctions.cpp 54 case ExtendToZoom:
83 case ExtendToZoom:
116 case ExtendToZoom:
Length.h 45 ExtendToZoom, DeviceWidth, DeviceHeight,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 60 if (length.type() == ExtendToZoom)
91 copyMinWidth = Length(ExtendToZoom);
94 copyMinWidth = Length(ExtendToZoom);
95 copyMaxWidth = Length(ExtendToZoom);
248 } else if (maxWidth.type() == blink::DeviceWidth || maxWidth.type() == blink::ExtendToZoom) {
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 171 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom)
199 if (useWideViewport && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom != 1.0f) {
206 if (m_userAgentConstraints.initialScale != -1 && (description.maxWidth.type() == DeviceWidth || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom == -1))) {
225 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.maxWidth.type() == DeviceWidth) {
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 180 return Length(ExtendToZoom);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 316 description->minWidth = Length(ExtendToZoom);
324 description->minHeight = Length(ExtendToZoom);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 82 case ExtendToZoom: // Does not apply to elements.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 344 case ExtendToZoom:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]

Completed in 387 milliseconds