ExtendToZoom 84 Source/core/animation/css/CSSAnimatableValueFactory.cpp case ExtendToZoom: // Does not apply to elements. ExtendToZoom 733 Source/core/css/CSSCalculationValue.cpp case ExtendToZoom: ExtendToZoom 320 Source/core/css/CSSPrimitiveValue.cpp case ExtendToZoom: ExtendToZoom 374 Source/core/css/CSSPrimitiveValue.cpp case ExtendToZoom: ExtendToZoom 180 Source/core/css/resolver/ViewportStyleResolver.cpp return Length(ExtendToZoom); ExtendToZoom 54 Source/core/dom/ViewportDescription.cpp if (length.type() == ExtendToZoom) ExtendToZoom 85 Source/core/dom/ViewportDescription.cpp copyMinWidth = Length(ExtendToZoom); ExtendToZoom 88 Source/core/dom/ViewportDescription.cpp copyMinWidth = Length(ExtendToZoom); ExtendToZoom 89 Source/core/dom/ViewportDescription.cpp copyMaxWidth = Length(ExtendToZoom); ExtendToZoom 303 Source/core/html/HTMLMetaElement-in.cpp description->minWidth = Length(ExtendToZoom); ExtendToZoom 311 Source/core/html/HTMLMetaElement-in.cpp description->minHeight = Length(ExtendToZoom); ExtendToZoom 2810 Source/core/rendering/RenderBox.cpp case ExtendToZoom: ExtendToZoom 54 Source/platform/LengthFunctions.cpp case ExtendToZoom: ExtendToZoom 83 Source/platform/LengthFunctions.cpp case ExtendToZoom: ExtendToZoom 116 Source/platform/LengthFunctions.cpp case ExtendToZoom: ExtendToZoom 147 Source/web/PageScaleConstraintsSet.cpp if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) ExtendToZoom 175 Source/web/PageScaleConstraintsSet.cpp if (useWideViewport && (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom != 1.0f) { ExtendToZoom 182 Source/web/PageScaleConstraintsSet.cpp if (m_userAgentConstraints.initialScale != -1 && (description.maxWidth.type() == DeviceWidth || ((description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom) && description.zoom == -1))) { ExtendToZoom 201 Source/web/PageScaleConstraintsSet.cpp if (description.maxWidth.isAuto() || description.maxWidth.type() == ExtendToZoom || description.maxWidth.type() == DeviceWidth) { ExtendToZoom 2804 Source/web/WebViewImpl.cpp defaultMinWidth = Length(ExtendToZoom);