Home
last modified time | relevance | path

Searched refs:OnFoundPluginProcessHost (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/
Dplugin_service_impl_browsertest.cc56 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) OVERRIDE {} in OnFoundPluginProcessHost() function in content::MockPluginProcessHostClient
201 MOCK_METHOD1(OnFoundPluginProcessHost, void(PluginProcessHost* host));
266 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) OVERRIDE { in OnFoundPluginProcessHost() function in content::MockCanceledBeforeSentPluginProcessHostClient
337 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) OVERRIDE { in OnFoundPluginProcessHost() function in content::MockCanceledAfterSentPluginProcessHostClient
Dplugin_process_host.h67 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) = 0;
Dplugin_data_remover_impl.cc140 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) OVERRIDE {} in OnFoundPluginProcessHost() function in content::PluginDataRemoverImpl::Context
Dplugin_service_impl.cc503 client->OnFoundPluginProcessHost(plugin_host); in FinishOpenChannelToPlugin()
/external/chromium_org/content/browser/renderer_host/
Drender_message_filter.cc267 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) OVERRIDE { in OnFoundPluginProcessHost() function in content::RenderMessageFilter::OpenChannelToNpapiPluginCallback