Searched refs:OnHostResized (Results 1 - 17 of 17) 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_ozone.cc27 OnHostResized(new_bounds.size());
H A Dwindow_tree_host_win.cc130 OnHostResized(bounds_.size());
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));
H A Dwindow_tree_host.h158 void OnHostResized(const gfx::Size& new_size);
H A Dwindow_tree_host_x11.cc435 OnHostResized(bounds.size());
557 OnHostResized(bounds.size());
H A Dremote_window_tree_host_win.cc225 OnHostResized(bounds.size());
/external/chromium_org/ash/display/
H A Dmirror_window_controller.h53 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
H A Ddisplay_controller.h153 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
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/mojo/aura/
H A Dwindow_tree_host_mojo.cc170 OnHostResized(bounds_.size());
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc55 host_->OnHostResized(bounds_in_pixel.size());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h233 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
H A Ddesktop_window_tree_host_x11.cc393 OnHostResized(size);
743 OnHostResized(bounds_.size());
930 OnHostResized(bounds.size());
1252 // calling OnHostResized() with an empty size. In particular,
1919 OnHostResized(size);
H A Ddesktop_native_widget_aura.cc492 OnHostResized(host());
1162 void DesktopNativeWidgetAura::OnHostResized(const aura::WindowTreeHost* host) { function in class:views::DesktopNativeWidgetAura
H A Ddesktop_window_tree_host_win.cc814 OnHostResized(new_size);

Completed in 184 milliseconds