Searched refs:NPNVariable (Results 1 - 19 of 19) sorted by path

/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc678 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
H A Dplugin_instance.cc347 NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) {
H A Dplugin_instance.h199 NPError NPP_SetValue(NPNVariable, void*);
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp132 NPError PluginTest::NPP_SetValue(NPNVariable, void* value) {
148 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
H A DPluginTest.h98 virtual NPError NPP_SetValue(NPNVariable, void* value);
105 NPError NPN_GetValue(NPNVariable, void* value);
H A Dmain.cpp878 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc237 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) {
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h464 } NPNVariable; typedef in typeref:enum:__anon14608
847 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
H A Dnpapi_extensions.h18 #define NPNVPepperExtensions ((NPNVariable) 4000)
H A Dnpfunctions.h65 typedef NPError (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
72 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
/external/chromium_org/third_party/npapi/npspy/common/
H A Depmanager.cpp362 NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value)
H A Dformat.cpp266 char * FormatNPNVariable(NPNVariable var)
840 *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx(%#08lx))",dw1,FormatNPNVariable((NPNVariable)dw2),dw3,*(DWORD *)dw3);
842 *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3);
849 dw1,FormatNPNVariable((NPNVariable)dw2),dw3,
852 *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3);
1088 *output = StringPrintf("NPP_SetValue(%#08lx, %s, %#08lx)", dw1,FormatNPNVariable((NPNVariable)dw2),dw3);
H A Dnpn_gate.cpp330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
H A Dnpp_gate.cpp369 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h449 } NPNVariable; typedef in typeref:enum:__anon14681
707 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
H A Dnpupp.h173 typedef NPError (* NP_LOADDS NPP_SetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue);
185 typedef NPError (* NP_LOADDS NPN_GetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue);
/external/chromium_org/third_party/npapi/npspy/include/
H A Depmanager.h102 NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);
H A Dformat.h146 char * FormatNPNVariable(NPNVariable var);

Completed in 370 milliseconds