Searched defs:OnHostResized (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_tree_host_observer.h21 virtual void OnHostResized(const WindowTreeHost* host) {} function in class:aura::WindowTreeHostObserver
H A Dwindow_tree_host.cc234 void WindowTreeHost::OnHostResized(const gfx::Size& new_size) { function in class:aura::WindowTreeHost
244 FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_, OnHostResized(this));
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc164 void MirrorWindowController::OnHostResized(const aura::WindowTreeHost* host) { function in class:ash::MirrorWindowController
H A Ddisplay_controller.cc645 void DisplayController::OnHostResized(const aura::WindowTreeHost* host) { function in class:ash::DisplayController
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc492 OnHostResized(host());
1162 void DesktopNativeWidgetAura::OnHostResized(const aura::WindowTreeHost* host) { function in class:views::DesktopNativeWidgetAura

Completed in 452 milliseconds