Home
last modified time | relevance | path

Searched refs:ExtendToZoom (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DLengthFunctions.cpp54 case ExtendToZoom: in floatValueForLength()
83 case ExtendToZoom: in minimumValueForLength()
116 case ExtendToZoom: in valueForLength()
DLength.h45 ExtendToZoom, DeviceWidth, DeviceHeight, enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.cpp60 if (length.type() == ExtendToZoom) in resolveViewportLength()
91 copyMinWidth = Length(ExtendToZoom); in resolve()
94 copyMinWidth = Length(ExtendToZoom); in resolve()
95 copyMaxWidth = Length(ExtendToZoom); in resolve()
248 … } else if (maxWidth.type() == blink::DeviceWidth || maxWidth.type() == blink::ExtendToZoom) { in reportMobilePageStats()
/external/chromium_org/third_party/WebKit/Source/web/
DPageScaleConstraintsSet.cpp171 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) in adjustForAndroidWebViewQuirks()
199 …t && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description… in adjustForAndroidWebViewQuirks()
206 … || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description… in adjustForAndroidWebViewQuirks()
225 …if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.ma… in adjustForAndroidWebViewQuirks()
DWebViewImpl.cpp3216 defaultMinWidth = Length(ExtendToZoom); in updatePageDefinedViewportConstraints()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement-in.cpp316 description->minWidth = Length(ExtendToZoom); in processViewportKeyValuePair()
324 description->minHeight = Length(ExtendToZoom); in processViewportKeyValuePair()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp180 return Length(ExtendToZoom); in viewportLengthValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp82 case ExtendToZoom: // Does not apply to elements. in createFromLength()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp344 case ExtendToZoom: in CSSPrimitiveValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2517 case ExtendToZoom: in computeReplacedLogicalWidthUsing()