HomeSort by relevance Sort by last modified time
    Searched refs:OnHostResized (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/aura/
window_tree_host_observer.h 21 virtual void OnHostResized(const WindowTreeHost* host) {}
window_tree_host_ozone.cc 27 OnHostResized(new_bounds.size());
window_tree_host.h 158 void OnHostResized(const gfx::Size& new_size);
window_tree_host_win.cc 130 OnHostResized(bounds_.size());
window_tree_host.cc 234 void WindowTreeHost::OnHostResized(const gfx::Size& new_size) {
244 FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_, OnHostResized(this));
window_tree_host_x11.cc 435 OnHostResized(bounds.size());
557 OnHostResized(bounds.size());
remote_window_tree_host_win.cc 225 OnHostResized(bounds.size());
  /external/chromium_org/ash/display/
mirror_window_controller.h 53 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
display_controller.h 153 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
mirror_window_controller.cc 164 void MirrorWindowController::OnHostResized(const aura::WindowTreeHost* host) {
display_controller.cc 645 void DisplayController::OnHostResized(const aura::WindowTreeHost* host) {
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 170 OnHostResized(bounds_.size());
  /external/chromium_org/ui/aura/test/
test_screen.cc 55 host_->OnHostResized(bounds_in_pixel.size());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 233 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
desktop_window_tree_host_x11.cc 393 OnHostResized(size);
743 OnHostResized(bounds_.size());
930 OnHostResized(bounds.size());
    [all...]
desktop_native_widget_aura.cc 492 OnHostResized(host());
    [all...]
desktop_window_tree_host_win.cc 814 OnHostResized(new_size);
    [all...]

Completed in 326 milliseconds