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

  /external/chromium_org/ui/aura/
window_tree_host_observer.h 21 virtual void OnHostResized(const WindowTreeHost* host) {}
window_tree_host.h 161 void OnHostResized(const gfx::Size& new_size);
window_tree_host_ozone.cc 66 OnHostResized(bounds_.size());
window_tree_host.cc 229 void WindowTreeHost::OnHostResized(const gfx::Size& new_size) {
239 FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_, OnHostResized(this));
window_tree_host_win.cc 99 // Explicity call OnHostResized when the scale has changed because
105 OnHostResized(bounds.size());
226 OnHostResized(size);
window_tree_host_x11.cc 424 OnHostResized(bounds.size());
568 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 158 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
mirror_window_controller.cc 157 void MirrorWindowController::OnHostResized(const aura::WindowTreeHost* host) {
display_controller.cc 641 void DisplayController::OnHostResized(const aura::WindowTreeHost* host) {
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 176 OnHostResized(bounds_.size());
  /external/chromium_org/mojo/services/view_manager/
window_tree_host_impl.cc 139 OnHostResized(bounds_.size());
  /external/chromium_org/ui/aura/test/
test_screen.cc 46 host_->OnHostResized(bounds_in_pixel.size());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 232 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
desktop_window_tree_host_x11.cc 393 OnHostResized(size);
702 OnHostResized(bounds_.size());
901 OnHostResized(bounds.size());
    [all...]
desktop_native_widget_aura.cc 492 OnHostResized(host());
    [all...]
desktop_window_tree_host_win.cc 766 OnHostResized(new_size);
    [all...]

Completed in 395 milliseconds