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.h545 void OnRequestMove(const gfx::Rect& pos);
Drender_widget_host_impl.h653 void OnRequestMove(const gfx::Rect& pos);
Drender_widget_host_impl.cc468 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove) in OnMessageReceived()
1456 void RenderWidgetHostImpl::OnRequestMove(const gfx::Rect& pos) { in OnRequestMove() function in content::RenderWidgetHostImpl
Drender_view_host_impl.cc1240 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestMove, OnRequestMove) in OnMessageReceived()
1607 void RenderViewHostImpl::OnRequestMove(const gfx::Rect& pos) { in OnRequestMove() function in content::RenderViewHostImpl