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.cc226 void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) { function in class:aura::WindowTreeHost
227 TRACE_EVENT1("ui", "WindowTreeHost::OnHostMoved",
231 OnHostMoved(this, new_location));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1177 void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host, function in class:views::DesktopNativeWidgetAura
1179 TRACE_EVENT1("views", "DesktopNativeWidgetAura::OnHostMoved",
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2241 void RenderWidgetHostViewAura::OnHostMoved(const aura::WindowTreeHost* host, function in class:content::RenderWidgetHostViewAura
2243 TRACE_EVENT1("ui", "RenderWidgetHostViewAura::OnHostMoved",

Completed in 73 milliseconds