Home
last modified time | relevance | path

Searched refs:zoomIsExplicit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.h71 , zoomIsExplicit(false) in type()
94 bool zoomIsExplicit; member
113 && zoomIsExplicit == other.zoomIsExplicit
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement-in.cpp329 … description->zoom = parseViewportValueAsZoom(keyString, valueString, description->zoomIsExplicit); in processViewportKeyValuePair()