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 41 // PluginProcessHost per plugin process, matched with a corresponding
46 class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate,
58 virtual void OnFoundPluginProcessHost(PluginProcessHost* host) = 0;
68 PluginProcessHost();
69 virtual ~PluginProcessHost();
179 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
183 : public BrowserChildProcessHostTypeIterator<PluginProcessHost> {
186 : BrowserChildProcessHostTypeIterator<PluginProcessHost>(
plugin_process_host.cc 60 void PluginProcessHost::OnPluginWindowDestroyed(HWND window, HWND parent) {
72 void PluginProcessHost::AddWindow(HWND window) {
94 void PluginProcessHost::OnMapNativeViewId(gfx::NativeViewId id,
103 PluginProcessHost::PluginProcessHost()
111 PluginProcessHost::~PluginProcessHost() {
115 // notification and the PluginProcessHost instance is being destroyed, it
144 bool PluginProcessHost::Send(IPC::Message* message) {
148 bool PluginProcessHost::Init(const WebPluginInfo& info)
    [all...]

Completed in 25 milliseconds