Searched defs:OnDeviceScaleFactorChanged (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.cc54 void ShadowLayerDelegate::OnDeviceScaleFactorChanged(float scale_factor) { function in class:content::ShadowLayerDelegate
H A Dimage_window_delegate.cc77 void ImageWindowDelegate::OnDeviceScaleFactorChanged(float scale_factor) { function in class:content::ImageWindowDelegate
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc127 void FocusRingLayer::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:chromeos::FocusRingLayer
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc136 void OverscanCalibrator::OnDeviceScaleFactorChanged( function in class:chromeos::OverscanCalibrator
/external/chromium_org/mojo/services/view_manager/
H A Dwindow_tree_host_impl.cc106 void WindowTreeHostImpl::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:mojo::view_manager::service::WindowTreeHostImpl
H A Dnode.cc163 void Node::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:mojo::view_manager::service::Node
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc84 void WindowTreeHostOzone::OnDeviceScaleFactorChanged( function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_win.cc152 void WindowTreeHostWin::OnDeviceScaleFactorChanged( function in class:aura::WindowTreeHostWin
H A Dremote_window_tree_host_win.cc278 void RemoteWindowTreeHostWin::OnDeviceScaleFactorChanged( function in class:aura::RemoteWindowTreeHostWin
H A Dwindow_tree_host_x11.cc620 void WindowTreeHostX11::OnDeviceScaleFactorChanged( function in class:aura::WindowTreeHostX11
H A Dwindow.cc783 void Window::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:aura::Window
786 host_->OnDeviceScaleFactorChanged(device_scale_factor);
788 delegate_->OnDeviceScaleFactorChanged(device_scale_factor);
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc140 void WindowTreeHostMojo::OnDeviceScaleFactorChanged( function in class:mojo::WindowTreeHostMojo
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc77 void TestWindowDelegate::OnDeviceScaleFactorChanged( function in class:aura::test::TestWindowDelegate
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc275 void ImageGrid::ImagePainter::OnDeviceScaleFactorChanged( function in class:wm::ImageGrid::ImagePainter
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.cc188 virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
218 void TrayBubbleContentMask::OnDeviceScaleFactorChanged( function in class:views::internal::TrayBubbleContentMask
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1420 void WebContentsViewAura::OnDeviceScaleFactorChanged( function in class:content::WebContentsViewAura
/external/chromium_org/ui/compositor/
H A Dlayer.cc151 OnDeviceScaleFactorChanged(compositor->device_scale_factor());
164 child->OnDeviceScaleFactorChanged(device_scale_factor_);
341 layer_mask->OnDeviceScaleFactorChanged(device_scale_factor_);
639 void Layer::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:ui::Layer
649 delegate_->OnDeviceScaleFactorChanged(device_scale_factor);
651 children_[i]->OnDeviceScaleFactorChanged(device_scale_factor);
653 layer_mask_->OnDeviceScaleFactorChanged(device_scale_factor);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc983 void DesktopNativeWidgetAura::OnDeviceScaleFactorChanged( function in class:views::DesktopNativeWidgetAura
H A Ddesktop_window_tree_host_win.cc512 void DesktopWindowTreeHostWin::OnDeviceScaleFactorChanged( function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc978 void DesktopWindowTreeHostX11::OnDeviceScaleFactorChanged( function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc796 void NativeWidgetAura::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:views::NativeWidgetAura
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1661 void RenderWidgetHostViewAura::OnDeviceScaleFactorChanged( function in class:content::RenderWidgetHostViewAura
/external/chromium_org/ui/views/
H A Dview.cc1537 void View::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:views::View

Completed in 586 milliseconds