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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1792 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1796 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1797 float deviceScaleFactor = deviceScaleFactors[i];
1821 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1827 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1828 client.m_screenInfo.deviceScaleFactor = deviceScaleFactors[i];
1847 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1853 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1854 client.m_screenInfo.deviceScaleFactor = deviceScaleFactors[i];

Completed in 94 milliseconds