/external/chromium_org/content/browser/frame_host/ |
D | cross_process_frame_connector.cc | 57 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
|
D | cross_process_frame_connector.h | 95 void SetDeviceScaleFactor(float scale_factor);
|
/external/chromium_org/content/renderer/ |
D | render_widget_fullscreen_pepper.h | 69 virtual void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
|
D | render_widget_fullscreen_pepper.cc | 391 void RenderWidgetFullscreenPepper::SetDeviceScaleFactor( in SetDeviceScaleFactor() function in content::RenderWidgetFullscreenPepper 393 RenderWidget::SetDeviceScaleFactor(device_scale_factor); in SetDeviceScaleFactor()
|
D | render_widget.cc | 244 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
|
D | render_widget.h | 425 virtual void SetDeviceScaleFactor(float device_scale_factor);
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_video.cc | 38 layer_tree_host()->SetDeviceScaleFactor(2.f); in SetupTree()
|
D | layer_tree_host_pixeltest_filters.cc | 168 layer_tree_host()->SetDeviceScaleFactor(device_scale_factor_); in SetupTree()
|
D | layer_tree_host.h | 245 void SetDeviceScaleFactor(float device_scale_factor);
|
D | layer_tree_host_impl_unittest.cc | 1574 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 …]
|
D | layer_tree_host.cc | 361 host_impl->SetDeviceScaleFactor(device_scale_factor_); in FinishCommitOnImplThread() 1169 void LayerTreeHost::SetDeviceScaleFactor(float device_scale_factor) { in SetDeviceScaleFactor() function in cc::LayerTreeHost
|
D | layer_tree_host_impl.h | 347 void SetDeviceScaleFactor(float device_scale_factor);
|
/external/chromium_org/content/public/test/ |
D | layouttest_support.h | 91 void SetDeviceScaleFactor(RenderView* render_view, float factor);
|
/external/chromium_org/ui/snapshot/ |
D | snapshot_aura_unittest.cc | 239 test_screen()->SetDeviceScaleFactor(2.0f); in TEST_F() 274 test_screen()->SetDeviceScaleFactor(2.0f); in TEST_F()
|
/external/chromium_org/ui/aura/test/ |
D | test_screen.h | 36 void SetDeviceScaleFactor(float device_scale_fator);
|
D | test_screen.cc | 52 void TestScreen::SetDeviceScaleFactor(float device_scale_factor) { in SetDeviceScaleFactor() function in aura::TestScreen
|
/external/chromium_org/content/test/ |
D | web_layer_tree_view_impl_for_testing.cc | 85 layer_tree_host_->SetDeviceScaleFactor(device_scale_factor); in setDeviceScaleFactor()
|
D | layouttest_support.cc | 163 void SetDeviceScaleFactor(RenderView* render_view, float factor) { in SetDeviceScaleFactor() function
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_test_delegate.h | 146 virtual void SetDeviceScaleFactor(float factor) = 0;
|
/external/chromium_org/mojo/services/html_viewer/ |
D | weblayertreeview_impl.cc | 124 layer_tree_host_->SetDeviceScaleFactor(device_scale_factor); in setDeviceScaleFactor()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.h | 101 virtual void SetDeviceScaleFactor(float factor) OVERRIDE;
|
D | webkit_test_runner.cc | 434 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/ |
D | compositor_impl_android.cc | 472 host_->SetDeviceScaleFactor(device_scale_factor_); in SetVisible() 480 host_->SetDeviceScaleFactor(factor); in setDeviceScaleFactor()
|
/external/chromium_org/ui/compositor/ |
D | compositor.cc | 267 host_->SetDeviceScaleFactor(scale); in SetScaleAndSize()
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.cc | 597 layer_tree_host_->SetDeviceScaleFactor(device_scale); in setDeviceScaleFactor()
|