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

/external/chromium_org/ui/app_list/views/
H A Dcached_label.cc44 void CachedLabel::OnDeviceScaleFactorChanged( function in class:app_list::CachedLabel
47 View::OnDeviceScaleFactorChanged(device_scale_factor);
/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.cc58 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_controller.cc97 void FocusRingController::OnDeviceScaleFactorChanged() { function in class:chromeos::FocusRingController
H A Dfocus_ring_layer.cc83 void FocusRingLayer::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:chromeos::FocusRingLayer
85 delegate_->OnDeviceScaleFactorChanged();
H A Daccessibility_focus_ring_controller.cc286 void AccessibilityFocusRingController::OnDeviceScaleFactorChanged() { function in class:chromeos::AccessibilityFocusRingController
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc140 void OverscanCalibrator::OnDeviceScaleFactorChanged( function in class:chromeos::OverscanCalibrator
/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.cc279 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;
216 void TrayBubbleContentMask::OnDeviceScaleFactorChanged( function in class:views::internal::TrayBubbleContentMask
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1465 void WebContentsViewAura::OnDeviceScaleFactorChanged( function in class:content::WebContentsViewAura
/external/chromium_org/ui/aura/
H A Dwindow.cc796 void Window::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:aura::Window
799 delegate_->OnDeviceScaleFactorChanged(device_scale_factor);
/external/chromium_org/ui/compositor/
H A Dlayer.cc153 OnDeviceScaleFactorChanged(compositor->device_scale_factor());
166 child->OnDeviceScaleFactorChanged(device_scale_factor_);
343 layer_mask->OnDeviceScaleFactorChanged(device_scale_factor_);
683 void Layer::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:ui::Layer
693 delegate_->OnDeviceScaleFactorChanged(device_scale_factor);
695 children_[i]->OnDeviceScaleFactorChanged(device_scale_factor);
697 layer_mask_->OnDeviceScaleFactorChanged(device_scale_factor);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc988 void DesktopNativeWidgetAura::OnDeviceScaleFactorChanged( function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc805 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.cc1746 void RenderWidgetHostViewAura::OnDeviceScaleFactorChanged( function in class:content::RenderWidgetHostViewAura
/external/chromium_org/ui/views/
H A Dview.cc1478 void View::OnDeviceScaleFactorChanged(float device_scale_factor) { function in class:views::View

Completed in 925 milliseconds