HomeSort by relevance Sort by last modified time
    Searched refs:NPNVariable (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/npapi/npspy/include/
format.h 146 char * FormatNPNVariable(NPNVariable var);
epmanager.h 102 NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 132 NPError PluginTest::NPP_SetValue(NPNVariable, void* value) {
148 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) {
PluginTest.h 98 virtual NPError NPP_SetValue(NPNVariable, void* value);
105 NPError NPN_GetValue(NPNVariable, void* value);
main.cpp 878 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 449 } NPNVariable;
707 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
npupp.h 173 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/ManualTests/NPN_Invoke/
main.c 52 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/npspy/common/
format.cpp 266 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);
    [all...]
epmanager.cpp 362 NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value)
npp_gate.cpp 369 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
npn_gate.cpp 330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 464 } NPNVariable;
847 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
npfunctions.h 65 typedef NPError (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
72 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
npapi_extensions.h 18 #define NPNVPepperExtensions ((NPNVariable) 4000)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.h 199 NPError NPP_SetValue(NPNVariable, void*);
plugin_instance.cc 347 NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) {
plugin_host.cc 678 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_client.cc 237 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) {

Completed in 1292 milliseconds