Searched refs:NPN_SetValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp139 fakeNPNFuncs.setvalue = NPN_SetValue;
H A Dnpn_gate.cpp345 NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value) function
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h741 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value);
/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.";
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h883 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,

Completed in 2371 milliseconds