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

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.h49 class PluginProxy : public Plugin { class in namespace:WebKit
51 static PassRefPtr<PluginProxy> create(const String& pluginPath);
52 ~PluginProxy();
61 explicit PluginProxy(const String& pluginPath);
H A DPluginProxy.cpp27 #include "PluginProxy.h"
55 PassRefPtr<PluginProxy> PluginProxy::create(const String& pluginPath)
57 return adoptRef(new PluginProxy(pluginPath));
60 PluginProxy::PluginProxy(const String& pluginPath) function in class:WebKit::PluginProxy
71 PluginProxy::~PluginProxy()
75 void PluginProxy::pluginProcessCrashed()
81 bool PluginProxy
[all...]

Completed in 108 milliseconds