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

12

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

Completed in 475 milliseconds

12