HomeSort by relevance Sort by last modified time
    Searched defs:PluginProcessHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
plugin_process_host.h 49 // PluginProcessHost per plugin process, matched with a corresponding
54 class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate,
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>(
plugin_process_host.cc 64 void PluginProcessHost::OnPluginWindowDestroyed(HWND window, HWND parent) {
76 void PluginProcessHost::AddWindow(HWND window) {
98 void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id,
107 PluginProcessHost::PluginProcessHost()
115 PluginProcessHost::~PluginProcessHost() {
119 // notification and the PluginProcessHost instance is being destroyed, it
148 bool PluginProcessHost::Send(IPC::Message* message) {
152 bool PluginProcessHost::Init(const WebPluginInfo& info)
    [all...]

Completed in 114 milliseconds