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

  /external/chromium_org/third_party/WebKit/Source/platform/
LengthFunctions.cpp 55 case DeviceWidth:
84 case DeviceWidth:
117 case DeviceWidth:
Length.h 45 ExtendToZoom, DeviceWidth, DeviceHeight,
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 173 if (useWideViewport || description.maxWidth.type() == DeviceWidth)
192 if (wideViewportQuirkEnabled && (!useWideViewport || description.maxWidth.type() == DeviceWidth)) {
203 const float nonWideScale = description.zoom < 1 && description.maxWidth.type() != DeviceWidth && description.maxWidth.type() != DeviceHeight ? -1 : oldInitialScale;
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/dom/
ViewportDescription.cpp 69 if (length.type() == DeviceWidth)
208 DeviceWidth,
248 } else if (maxWidth.type() == blink::DeviceWidth || maxWidth.type() == blink::ExtendToZoom) {
249 Platform::current()->histogramEnumeration("Viewport.MetaTagType", DeviceWidth, TypeCount);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 185 return Length(DeviceWidth);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 83 case DeviceWidth:
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 376 case DeviceWidth:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]

Completed in 347 milliseconds