Searched defs:OnHostMoved (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_tree_host_observer.h24 virtual void OnHostMoved(const WindowTreeHost* host, function in class:aura::WindowTreeHostObserver
H A Dwindow_tree_host.cc221 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) { function in class:aura::WindowTreeHost
222 TRACE_EVENT1("ui", "WindowTreeHost::OnHostMoved",
226 OnHostMoved(this, new_location));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1171 void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host, function in class:views::DesktopNativeWidgetAura
1173 TRACE_EVENT1("views", "DesktopNativeWidgetAura::OnHostMoved",
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2135 void RenderWidgetHostViewAura::OnHostMoved(const aura::WindowTreeHost* host, function in class:content::RenderWidgetHostViewAura
2137 TRACE_EVENT1("ui", "RenderWidgetHostViewAura::OnHostMoved",

Completed in 86 milliseconds