Searched refs:WebPluginDelegateProxy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/npapi/
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...]
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_impl.h45 class WebPluginDelegateProxy;
287 WebPluginDelegateProxy* delegate_;
H A Dwebplugin_impl.cc237 WebPluginDelegateProxy* plugin_delegate = new WebPluginDelegateProxy(
1433 WebPluginDelegateProxy* plugin_delegate = new WebPluginDelegateProxy(
/external/chromium_org/content/renderer/
H A Drender_view_impl.h141 class WebPluginDelegateProxy;
299 void RegisterPluginDelegate(WebPluginDelegateProxy* delegate);
300 void UnregisterPluginDelegate(WebPluginDelegateProxy* delegate);
1033 std::set<WebPluginDelegateProxy*> plugin_delegates_;
H A Drender_view_impl.cc1233 void RenderViewImpl::RegisterPluginDelegate(WebPluginDelegateProxy* delegate) {
1250 WebPluginDelegateProxy* delegate) {
3397 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3409 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3421 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3431 // WebPluginDelegateProxy is responsible for figuring out if this event
3433 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3525 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3553 std::set<WebPluginDelegateProxy*>::iterator plugin_it;
3576 std::set<WebPluginDelegateProxy*>
[all...]

Completed in 940 milliseconds