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 57 window_npobject_(NULL),
76 if (window_npobject_)
77 WebBindings::releaseObject(window_npobject_);
175 if (window_npobject_)
176 return window_npobject_;
189 window_npobject_ = NPObjectProxy::Create(channel_.get(),
195 return window_npobject_;
webplugin_proxy.h 191 NPObject* window_npobject_; member in class:content::WebPluginProxy

Completed in 46 milliseconds