Searched defs:PpapiPluginProcessHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dppapi_plugin_process_host.h35 class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate, class in namespace:content
75 virtual ~PpapiPluginProcessHost();
77 static PpapiPluginProcessHost* CreatePluginHost(
81 static PpapiPluginProcessHost* CreateBrokerHost(
101 std::vector<PpapiPluginProcessHost*>* hosts);
124 PpapiPluginProcessHost(const PepperPluginInfo& info,
127 PpapiPluginProcessHost();
174 DISALLOW_COPY_AND_ASSIGN(PpapiPluginProcessHost);
179 PpapiPluginProcessHost> {
183 PpapiPluginProcessHost>(PROCESS_TYPE_PPAPI_PLUGI
[all...]
H A Dppapi_plugin_process_host.cc71 class PpapiPluginProcessHost::PluginNetworkObserver
75 explicit PluginNetworkObserver(PpapiPluginProcessHost* process_host)
105 PpapiPluginProcessHost* const process_host_;
108 PpapiPluginProcessHost::~PpapiPluginProcessHost() {
109 DVLOG(1) << "PpapiPluginProcessHost" << (is_broker_ ? "[broker]" : "")
110 << "~PpapiPluginProcessHost()";
115 PpapiPluginProcessHost* PpapiPluginProcessHost::CreatePluginHost(
119 PpapiPluginProcessHost* plugin_hos
207 PpapiPluginProcessHost::PpapiPluginProcessHost( function in class:content::PpapiPluginProcessHost
235 PpapiPluginProcessHost::PpapiPluginProcessHost() function in class:content::PpapiPluginProcessHost
[all...]

Completed in 116 milliseconds