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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1648 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1652 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1653 float deviceScaleFactor = deviceScaleFactors[i];
1677 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1683 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1684 client.m_screenInfo.deviceScaleFactor = deviceScaleFactors[i];
1703 float deviceScaleFactors[] = { 1.0f, 4.0f / 3.0f, 2.0f }; local
1709 for (size_t i = 0; i < ARRAY_SIZE(deviceScaleFactors); ++i) {
1710 client.m_screenInfo.deviceScaleFactor = deviceScaleFactors[i];

Completed in 97 milliseconds