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

  /external/chromium_org/content/plugin/
webplugin_proxy.cc 62 window_npobject_(NULL),
108 if (window_npobject_)
109 WebBindings::releaseObject(window_npobject_);
209 if (window_npobject_)
210 return window_npobject_;
223 window_npobject_ = NPObjectProxy::Create(channel_.get(),
229 return window_npobject_;
webplugin_proxy.h 213 NPObject* window_npobject_; member in class:content::WebPluginProxy

Completed in 222 milliseconds