HomeSort by relevance Sort by last modified time
    Searched full:plugin_element_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/plugin/
webplugin_proxy.cc 63 plugin_element_(NULL),
106 if (plugin_element_)
107 WebBindings::releaseObject(plugin_element_);
233 if (plugin_element_)
234 return plugin_element_;
247 plugin_element_ = NPObjectProxy::Create(channel_.get(),
253 return plugin_element_;
webplugin_proxy.h 214 NPObject* plugin_element_; member in class:content::WebPluginProxy

Completed in 79 milliseconds