Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSLengthFunctions.cpp73 case ExtendToZoom: in minimumValueForLength()
101 case ExtendToZoom: in valueForLength()
140 case ExtendToZoom: in floatValueForLength()
DCSSPrimitiveValue.cpp287 case ExtendToZoom: in CSSPrimitiveValue()
343 case ExtendToZoom: in init()
DCSSCalculationValue.cpp764 case ExtendToZoom: in createExpressionNode()
/external/chromium_org/third_party/WebKit/Source/web/
DPageScaleConstraintsSet.cpp146 if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) in adjustForAndroidWebViewQuirks()
174 …t && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description… in adjustForAndroidWebViewQuirks()
181 … || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description… in adjustForAndroidWebViewQuirks()
200 …if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.ma… in adjustForAndroidWebViewQuirks()
DWebViewImpl.cpp3007 if (adjustedDescription.maxWidth.type() == ExtendToZoom) in updatePageDefinedViewportConstraints()
3024 …|| (description.maxWidth.type() == ExtendToZoom && m_pageScaleConstraintsSet.pageDefinedConstraint… in updatePageDefinedViewportConstraints()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement-in.cpp303 description->minWidth = Length(ExtendToZoom); in processViewportKeyValuePair()
311 description->minHeight = Length(ExtendToZoom); in processViewportKeyValuePair()
412 descriptionFromLegacyTag.minWidth = Length(ExtendToZoom); in processViewportContentAttribute()
415 descriptionFromLegacyTag.minWidth = Length(ExtendToZoom); in processViewportContentAttribute()
416 descriptionFromLegacyTag.maxWidth = Length(ExtendToZoom); in processViewportContentAttribute()
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthFunctions.cpp56 case ExtendToZoom: in floatValueForLength()
DLength.h44 ExtendToZoom, enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp197 return Length(ExtendToZoom); in viewportLengthValue()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.cpp54 if (length.type() == ExtendToZoom) in resolveViewportLength()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp91 case ExtendToZoom: // Does not apply to elements. in createFromLength()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp3002 case ExtendToZoom: in computeReplacedLogicalWidthUsing()