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

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp345 NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value) function
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc128 host_funcs_.setvalue = &NPN_SetValue;
831 NPError NPN_SetValue(NPP id, NPPVariable variable, void* value) { function
843 // http://developer.mozilla.org/en/docs/NPN_SetValue is wrong. When
864 DVLOG(1) << "NPN_SetValue(NPPVJavascriptPushCallerBool) is not "
870 DVLOG(1) << "NPN_SetValue(NPPVpluginKeepLibraryInMemory) is not "
897 DVLOG(1) << "NPN_SetValue(" << variable << ") is not implemented.";

Completed in 26 milliseconds