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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 69 , userZoom(true)
89 bool userZoom;
111 && userZoom == other.userZoom
ViewportDescription.cpp 109 bool resultUserZoom = userZoom;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ViewportTest.cpp 154 EXPECT_TRUE(page->viewportDescription().userZoom);
173 EXPECT_TRUE(page->viewportDescription().userZoom);
192 EXPECT_TRUE(page->viewportDescription().userZoom);
211 EXPECT_TRUE(page->viewportDescription().userZoom);
230 EXPECT_TRUE(page->viewportDescription().userZoom);
249 EXPECT_TRUE(page->viewportDescription().userZoom);
268 EXPECT_TRUE(page->viewportDescription().userZoom);
287 EXPECT_TRUE(page->viewportDescription().userZoom);
306 EXPECT_TRUE(page->viewportDescription().userZoom);
325 EXPECT_TRUE(page->viewportDescription().userZoom);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 97 description.userZoom = viewportArgumentValue(CSSPropertyUserZoom);
117 // UserZoom default value is CSSValueZoom, which maps to true, meaning that
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 223 if (nonUserScalableQuirkEnabled && !description.userZoom) {
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMetaElement-in.cpp 339 description->userZoom = parseViewportValueAsUserZoom(keyString, valueString, description->userZoomIsExplicit);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 1158 milliseconds