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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h508 void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
H A Dbrowser_plugin_guest.cc1186 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowWidget, OnShowWidget)
1679 void BrowserPluginGuest::OnShowWidget(int route_id, function in class:content::BrowserPluginGuest
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h527 void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
H A Drender_view_host_impl.cc1222 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowWidget, OnShowWidget)
1381 void RenderViewHostImpl::OnShowWidget(int route_id, function in class:content::RenderViewHostImpl

Completed in 76 milliseconds