Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h496 void OnRequestMove(const gfx::Rect& pos);
Drender_widget_host_impl.h616 void OnRequestMove(const gfx::Rect& pos);
Drender_view_host_impl.cc983 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove) in OnMessageReceived()
1180 void RenderViewHostImpl::OnRequestMove(const gfx::Rect& pos) { in OnRequestMove() function in content::RenderViewHostImpl
Drender_widget_host_impl.cc450 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove) in OnMessageReceived()
1420 void RenderWidgetHostImpl::OnRequestMove(const gfx::Rect& pos) { in OnRequestMove() function in content::RenderWidgetHostImpl