Home
last modified time | relevance | path

Searched refs:SetDeviceScaleFactor (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/content/browser/frame_host/
Dcross_process_frame_connector.cc57 SetDeviceScaleFactor(device_scale_factor_); in set_view()
100 SetDeviceScaleFactor(scale_factor); in OnInitializeChildFrame()
142 void CrossProcessFrameConnector::SetDeviceScaleFactor(float scale_factor) { in SetDeviceScaleFactor() function in content::CrossProcessFrameConnector
Dcross_process_frame_connector.h95 void SetDeviceScaleFactor(float scale_factor);
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.h69 virtual void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
Drender_widget_fullscreen_pepper.cc391 void RenderWidgetFullscreenPepper::SetDeviceScaleFactor( in SetDeviceScaleFactor() function in content::RenderWidgetFullscreenPepper
393 RenderWidget::SetDeviceScaleFactor(device_scale_factor); in SetDeviceScaleFactor()
Drender_widget.cc244 widget_->SetDeviceScaleFactor(original_screen_info_.deviceScaleFactor); in ~ScreenMetricsEmulator()
322 widget_->SetDeviceScaleFactor(applied_device_scale_factor); in Apply()
774 SetDeviceScaleFactor(screen_info_.deviceScaleFactor); in OnResize()
1645 void RenderWidget::SetDeviceScaleFactor(float device_scale_factor) { in SetDeviceScaleFactor() function in content::RenderWidget
Drender_widget.h425 virtual void SetDeviceScaleFactor(float device_scale_factor);
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_video.cc38 layer_tree_host()->SetDeviceScaleFactor(2.f); in SetupTree()
Dlayer_tree_host_pixeltest_filters.cc168 layer_tree_host()->SetDeviceScaleFactor(device_scale_factor_); in SetupTree()
Dlayer_tree_host.h245 void SetDeviceScaleFactor(float device_scale_factor);
Dlayer_tree_host_impl_unittest.cc1574 host_impl_->SetDeviceScaleFactor(device_scale_factor); in SetupMouseMoveAtWithDeviceScale()
3282 host_impl_->SetDeviceScaleFactor(scale); in TEST_F()
3667 host_impl_->SetDeviceScaleFactor(device_scale_factor); in TEST_F()
4247 host_impl_->SetDeviceScaleFactor(2.f); in TEST_F()
4290 host_impl_->SetDeviceScaleFactor(2.f); in TEST_F()
4373 host_impl_->SetDeviceScaleFactor(1.f); in TEST_F()
4393 host_impl_->SetDeviceScaleFactor(2.f); in TEST_F()
5133 host_impl_->SetDeviceScaleFactor(device_scale_factor); in TEST_F()
5161 host_impl_->SetDeviceScaleFactor(device_scale_factor); in TEST_F()
5254 host_impl_->SetDeviceScaleFactor(device_scale_factor); in TEST_F()
[all …]
Dlayer_tree_host.cc361 host_impl->SetDeviceScaleFactor(device_scale_factor_); in FinishCommitOnImplThread()
1169 void LayerTreeHost::SetDeviceScaleFactor(float device_scale_factor) { in SetDeviceScaleFactor() function in cc::LayerTreeHost
Dlayer_tree_host_impl.h347 void SetDeviceScaleFactor(float device_scale_factor);
/external/chromium_org/content/public/test/
Dlayouttest_support.h91 void SetDeviceScaleFactor(RenderView* render_view, float factor);
/external/chromium_org/ui/snapshot/
Dsnapshot_aura_unittest.cc239 test_screen()->SetDeviceScaleFactor(2.0f); in TEST_F()
274 test_screen()->SetDeviceScaleFactor(2.0f); in TEST_F()
/external/chromium_org/ui/aura/test/
Dtest_screen.h36 void SetDeviceScaleFactor(float device_scale_fator);
Dtest_screen.cc52 void TestScreen::SetDeviceScaleFactor(float device_scale_factor) { in SetDeviceScaleFactor() function in aura::TestScreen
/external/chromium_org/content/test/
Dweb_layer_tree_view_impl_for_testing.cc85 layer_tree_host_->SetDeviceScaleFactor(device_scale_factor); in setDeviceScaleFactor()
Dlayouttest_support.cc163 void SetDeviceScaleFactor(RenderView* render_view, float factor) { in SetDeviceScaleFactor() function
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_delegate.h146 virtual void SetDeviceScaleFactor(float factor) = 0;
/external/chromium_org/mojo/services/html_viewer/
Dweblayertreeview_impl.cc124 layer_tree_host_->SetDeviceScaleFactor(device_scale_factor); in setDeviceScaleFactor()
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.h101 virtual void SetDeviceScaleFactor(float factor) OVERRIDE;
Dwebkit_test_runner.cc434 void WebKitTestRunner::SetDeviceScaleFactor(float factor) { in SetDeviceScaleFactor() function in content::WebKitTestRunner
435 content::SetDeviceScaleFactor(render_view(), factor); in SetDeviceScaleFactor()
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.cc472 host_->SetDeviceScaleFactor(device_scale_factor_); in SetVisible()
480 host_->SetDeviceScaleFactor(factor); in setDeviceScaleFactor()
/external/chromium_org/ui/compositor/
Dcompositor.cc267 host_->SetDeviceScaleFactor(scale); in SetScaleAndSize()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc597 layer_tree_host_->SetDeviceScaleFactor(device_scale); in setDeviceScaleFactor()

12