HomeSort by relevance Sort by last modified time
    Searched refs:WebPluginDelegateProxy (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 197 WebPluginDelegateProxy::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::SendJavaScriptStream(const GURL& url
    [all...]
webplugin_delegate_proxy.h 47 class WebPluginDelegateProxy
51 public base::SupportsWeakPtr<WebPluginDelegateProxy> {
53 WebPluginDelegateProxy(WebPluginImpl* plugin,
147 friend class base::DeleteHelper<WebPluginDelegateProxy>;
148 virtual ~WebPluginDelegateProxy();
310 DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateProxy);
webplugin_impl.h 48 class WebPluginDelegateProxy;
290 WebPluginDelegateProxy* delegate_;
webplugin_impl.cc 238 WebPluginDelegateProxy* plugin_delegate = new WebPluginDelegateProxy(
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.h 147 class WebPluginDelegateProxy;
321 void RegisterPluginDelegate(WebPluginDelegateProxy* delegate);
322 void UnregisterPluginDelegate(WebPluginDelegateProxy* delegate);
    [all...]
render_view_impl.cc     [all...]

Completed in 142 milliseconds