Home
last modified time | relevance | path

Searched refs:NPNVariable (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h449 } NPNVariable; typedef
707 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
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/WebKit/Source/testing/plugin/
DPluginTest.cpp141 NPError PluginTest::NPP_SetValue(NPNVariable, void *value) in NPP_SetValue() argument
158 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) in NPN_GetValue()
DPluginTest.h71 virtual NPError NPP_SetValue(NPNVariable, void *value);
76 NPError NPN_GetValue(NPNVariable, void* value);
Dmain.cpp861 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/chromium_org/third_party/npapi/npspy/include/
Dformat.h146 char * FormatNPNVariable(NPNVariable var);
Depmanager.h102 NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);
/external/chromium_org/third_party/npapi/npspy/common/
Dformat.cpp266 char * FormatNPNVariable(NPNVariable var) in FormatNPNVariable()
840 …intf("NPN_GetValue(%#08lx, %s, %#08lx(%#08lx))",dw1,FormatNPNVariable((NPNVariable)dw2),dw3,*(DWOR… in formatLogItem()
842 …put = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3); in formatLogItem()
849 dw1,FormatNPNVariable((NPNVariable)dw2),dw3, in formatLogItem()
852 …put = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3); in formatLogItem()
1088 …*output = StringPrintf("NPP_SetValue(%#08lx, %s, %#08lx)", dw1,FormatNPNVariable((NPNVariable)dw2)… in formatLogItem()
Dnpp_gate.cpp369 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
Depmanager.cpp362 NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value) in callNPP_SetValue()
Dnpn_gate.cpp330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value) in NPN_GetValue()
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h464 } NPNVariable; typedef
847 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
Dnpfunctions.h65 typedef NPError (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *va…
72 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
Dnpapi_extensions.h18 #define NPNVPepperExtensions ((NPNVariable) 4000)
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/chromium_org/content/child/npapi/
Dplugin_instance.h199 NPError NPP_SetValue(NPNVariable, void*);
Dplugin_instance.cc345 NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) { in NPP_SetValue()
Dplugin_host.cc665 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) { in NPN_GetValue()
/external/chromium_org/content/test/plugin/
Dplugin_client.cc237 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) { in NPP_SetValue()