Searched defs:shouldScaleRelativeToViewportWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1894 const bool shouldScaleRelativeToViewportWidth) {
1910 float expectedPageScaleFactor = initialPageScaleFactor * (shouldScaleRelativeToViewportWidth ? 1 / aspectRatio : 1);
1936 float expectedPageScaleFactor = pageScaleFactor * (shouldScaleRelativeToViewportWidth ? aspectRatio : 1);
1952 expectedPageScaleFactor = pageScaleFactor * (shouldScaleRelativeToViewportWidth ? 1 / aspectRatio : 1);
1966 const bool shouldScaleRelativeToViewportWidth = true; local
1969 url, initialPageScaleFactor, scrollOffset, viewportSize, shouldScaleRelativeToViewportWidth);
1982 const bool shouldScaleRelativeToViewportWidth = false; local
1985 url, initialPageScaleFactor, scrollOffset, viewportSize, shouldScaleRelativeToViewportWidth);
1995 const bool shouldScaleRelativeToViewportWidth = true; local
1998 url, initialPageScaleFactor, scrollOffset, viewportSize, shouldScaleRelativeToViewportWidth);
1890 testResizeYieldsCorrectScrollAndScale(const char* url, const float initialPageScaleFactor, const WebSize scrollOffset, const WebSize viewportSize, const bool shouldScaleRelativeToViewportWidth) argument
2008 const bool shouldScaleRelativeToViewportWidth = true; local
[all...]

Completed in 152 milliseconds