Searched refs:OnRequestMove (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h393 void OnRequestMove(const gfx::Rect& pos);
H A Drender_widget_host_impl.h619 void OnRequestMove(const gfx::Rect& pos);
H A Drender_view_host_impl.cc911 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove)
1117 void RenderViewHostImpl::OnRequestMove(const gfx::Rect& pos) { function in class:content::RenderViewHostImpl
H A Drender_widget_host_impl.cc448 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove)
1497 void RenderWidgetHostImpl::OnRequestMove(const gfx::Rect& pos) { function in class:content::RenderWidgetHostImpl

Completed in 212 milliseconds