Home
last modified time | relevance | path

Searched refs:OnHostMoved (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome_frame/
Dchrome_frame_activex.h51 MESSAGE_HANDLER(WM_HOST_MOVED_NOTIFICATION, OnHostMoved)
107 LRESULT OnHostMoved(UINT message, WPARAM wparam, LPARAM lparam,
Dchrome_frame_delegate.h62 virtual void OnHostMoved() = 0;
89 virtual void OnHostMoved() {} in OnHostMoved() function
Dchrome_frame_plugin.h111 virtual void OnHostMoved() { in OnHostMoved() function
Dchrome_frame_activex.cc193 LRESULT ChromeFrameActivex::OnHostMoved(UINT message, WPARAM wparam, in OnHostMoved() function in ChromeFrameActivex
195 Base::OnHostMoved(); in OnHostMoved()
Dchrome_frame_automation.cc797 tab->OnHostMoved(); in OnChromeFrameHostMoved()
/external/chromium_org/ui/aura/
Dwindow_tree_host_delegate.h51 virtual void OnHostMoved(const gfx::Point& origin) = 0;
Droot_window_host_win.cc281 delegate_->OnHostMoved(gfx::Point(point.x, point.y)); in OnMove()
Droot_window.h308 virtual void OnHostMoved(const gfx::Point& origin) OVERRIDE;
Droot_window_host_x11_unittest.cc50 virtual void OnHostMoved(const gfx::Point& origin) OVERRIDE {} in OnHostMoved() function in __anon005e6fde0111::TestRootWindowHostDelegate
Droot_window_host_x11.cc498 delegate_->OnHostMoved(bounds_.origin()); in Dispatch()
643 delegate_->OnHostMoved(bounds.origin()); in SetBounds()
Droot_window.cc829 void RootWindow::OnHostMoved(const gfx::Point& origin) { in OnHostMoved() function in aura::RootWindow
/external/chromium_org/chrome/test/automation/
Dtab_proxy.h216 void OnHostMoved();
Dtab_proxy.cc393 void TabProxy::OnHostMoved() { in OnHostMoved() function in TabProxy
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_win.cc796 delegate_->OnHostMoved(GetBounds().origin()); in HandleMove()
Ddesktop_root_window_host_x11.cc1291 delegate_->OnHostMoved(bounds_.origin()); in Dispatch()