Home
last modified time | relevance | path

Searched refs:kDeviceScaleFactor (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl_fixed_bounds_unittest.cc85 const float kDeviceScaleFactor = 2.f; in CompareFixedBoundsLayerAndNormalLayer() local
118 inputs.device_scale_factor = kDeviceScaleFactor; in CompareFixedBoundsLayerAndNormalLayer()
135 inputs.device_scale_factor = kDeviceScaleFactor; in CompareFixedBoundsLayerAndNormalLayer()
/external/chromium_org/content/public/common/
Dcontent_switches.cc960 const char kDeviceScaleFactor[] = "device-scale-factor"; variable
Dcontent_switches.h285 CONTENT_EXPORT extern const char kDeviceScaleFactor[];
/external/chromium_org/content/app/
Dcontent_main_runner.cc666 if (command_line.HasSwitch(switches::kDeviceScaleFactor)) { in Initialize()
668 switches::kDeviceScaleFactor); in Initialize()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc1070 command_line->AppendSwitchASCII(switches::kDeviceScaleFactor, in AppendRendererCommandLine()