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();
194 DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
198 : public BrowserChildProcessHostTypeIterator<PluginProcessHost> {
201 : BrowserChildProcessHostTypeIterator<PluginProcessHost>(
plugin_process_host.cc 61 void PluginProcessHost::OnPluginWindowDestroyed(HWND window, HWND parent) {
73 void PluginProcessHost::AddWindow(HWND window) {
109 PluginProcessHost::PluginProcessHost()
117 PluginProcessHost::~PluginProcessHost() {
121 // notification and the PluginProcessHost instance is being destroyed, it
150 bool PluginProcessHost::Send(IPC::Message* message) {
154 bool PluginProcessHost::Init(const WebPluginInfo& info) {
258 base::Bind(&PluginProcessHost::GetContexts
    [all...]

Completed in 45 milliseconds