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

/external/chromium_org/content/browser/
H A Dplugin_process_host.h49 // PluginProcessHost per plugin process, matched with a corresponding
54 class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate, class in namespace:content
66 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) = 0;
76 PluginProcessHost();
77 virtual ~PluginProcessHost();
198 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
202 : public BrowserChildProcessHostTypeIterator<PluginProcessHost> {
205 : BrowserChildProcessHostTypeIterator<PluginProcessHost>(
H A Dplugin_process_host.cc64 void PluginProcessHost::OnPluginWindowDestroyed(HWND window, HWND parent) {
76 void PluginProcessHost::AddWindow(HWND window) {
98 void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id,
107 PluginProcessHost::PluginProcessHost() function in class:content::PluginProcessHost
115 PluginProcessHost::~PluginProcessHost() {
119 // notification and the PluginProcessHost instance is being destroyed, it
148 bool PluginProcessHost::Send(IPC::Message* message) {
152 bool PluginProcessHost
[all...]

Completed in 227 milliseconds