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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 69 if (length.type() == DeviceWidth)
208 DeviceWidth,
248 } else if (maxWidth.type() == WebCore::DeviceWidth || maxWidth.type() == WebCore::ExtendToZoom) {
249 blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", DeviceWidth, TypeCount);
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 45 ExtendToZoom, DeviceWidth, DeviceHeight,

Completed in 148 milliseconds