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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h319 void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
H A Dbrowser_plugin_guest.cc480 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowWidget, OnShowWidget)
774 void BrowserPluginGuest::OnShowWidget(int route_id, function in class:content::BrowserPluginGuest
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.h385 void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
H A Drender_view_host_impl.cc902 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowWidget, OnShowWidget)
1032 void RenderViewHostImpl::OnShowWidget(int route_id, function in class:content::RenderViewHostImpl

Completed in 108 milliseconds