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

/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h47 class WebPluginDelegateProxy class in namespace:content
51 public base::SupportsWeakPtr<WebPluginDelegateProxy> {
53 WebPluginDelegateProxy(WebPluginImpl* plugin,
147 friend class base::DeleteHelper<WebPluginDelegateProxy>;
148 virtual ~WebPluginDelegateProxy();
310 DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateProxy);
H A Dwebplugin_delegate_proxy.cc197 WebPluginDelegateProxy::WebPluginDelegateProxy( function in class:content::WebPluginDelegateProxy
223 WebPluginDelegateProxy::~WebPluginDelegateProxy() {
228 WebPluginDelegateProxy::SharedBitmap::SharedBitmap() {}
230 WebPluginDelegateProxy::SharedBitmap::~SharedBitmap() {}
232 void WebPluginDelegateProxy::PluginDestroyed() {
280 bool WebPluginDelegateProxy::Initialize(
384 bool WebPluginDelegateProxy::Send(IPC::Message* msg) {
394 void WebPluginDelegateProxy
[all...]

Completed in 905 milliseconds