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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 64 , minZoom(ValueAuto)
80 float minZoom;
95 && minZoom == other.minZoom
ViewportDescription.cpp 83 float resultMinZoom = minZoom;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 320 description->minZoom = parseViewportValueAsZoom(keyString, valueString);
400 if (descriptionFromLegacyTag.minZoom == ViewportDescription::ValueAuto)
401 descriptionFromLegacyTag.minZoom = 0.25;
405 descriptionFromLegacyTag.minZoom = std::min(descriptionFromLegacyTag.minZoom, float(5));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 106 description.minZoom = viewportArgumentValue(CSSPropertyMinZoom);

Completed in 644 milliseconds