Searched defs:np_object (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc699 NPObject *np_object = plugin->webplugin()->GetWindowScriptNPObject(); local
703 if (np_object) {
704 WebBindings::retainObject(np_object);
706 *v = np_object;
719 NPObject *np_object = plugin->webplugin()->GetPluginElement(); local
723 if (np_object) {
724 WebBindings::retainObject(np_object);
726 *v = np_object;

Completed in 239 milliseconds