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

/external/chromium_org/content/browser/
H A Dppapi_plugin_process_host.h31 class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate, class in namespace:content
71 virtual ~PpapiPluginProcessHost();
73 static PpapiPluginProcessHost* CreatePluginHost(
76 static PpapiPluginProcessHost* CreateBrokerHost(
96 std::vector<PpapiPluginProcessHost*>* hosts);
119 PpapiPluginProcessHost(const PepperPluginInfo& info,
121 PpapiPluginProcessHost();
168 DISALLOW_COPY_AND_ASSIGN(PpapiPluginProcessHost);
173 PpapiPluginProcessHost> {
177 PpapiPluginProcessHost>(PROCESS_TYPE_PPAPI_PLUGI
[all...]
H A Dppapi_plugin_process_host.cc94 class PpapiPluginProcessHost::PluginNetworkObserver
98 explicit PluginNetworkObserver(PpapiPluginProcessHost* process_host)
128 PpapiPluginProcessHost* const process_host_;
131 PpapiPluginProcessHost::~PpapiPluginProcessHost() {
132 DVLOG(1) << "PpapiPluginProcessHost" << (is_broker_ ? "[broker]" : "")
133 << "~PpapiPluginProcessHost()";
138 PpapiPluginProcessHost* PpapiPluginProcessHost::CreatePluginHost(
141 PpapiPluginProcessHost* plugin_hos
230 PpapiPluginProcessHost::PpapiPluginProcessHost( function in class:content::PpapiPluginProcessHost
263 PpapiPluginProcessHost::PpapiPluginProcessHost() function in class:content::PpapiPluginProcessHost
[all...]

Completed in 269 milliseconds