NPNVariable 671 content/child/npapi/plugin_host.cc NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) { NPNVariable 347 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_SetValue(NPNVariable variable, void* value) { NPNVariable 199 content/child/npapi/plugin_instance.h NPError NPP_SetValue(NPNVariable, void*); NPNVariable 132 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_SetValue(NPNVariable, void* value) { NPNVariable 148 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) { NPNVariable 98 content/shell/tools/plugin/PluginTest.h virtual NPError NPP_SetValue(NPNVariable, void* value); NPNVariable 105 content/shell/tools/plugin/PluginTest.h NPError NPN_GetValue(NPNVariable, void* value); NPNVariable 878 content/shell/tools/plugin/main.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) NPNVariable 237 content/test/plugin/plugin_client.cc NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) { NPNVariable 847 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value); NPNVariable 881 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, NPNVariable 18 third_party/npapi/bindings/npapi_extensions.h #define NPNVPepperExtensions ((NPNVariable) 4000) NPNVariable 65 third_party/npapi/bindings/npfunctions.h typedef NPError (* NP_LOADDS NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value); NPNVariable 72 third_party/npapi/bindings/npfunctions.h typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value); NPNVariable 362 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value) NPNVariable 266 third_party/npapi/npspy/common/format.cpp char * FormatNPNVariable(NPNVariable var) NPNVariable 840 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx(%#08lx))",dw1,FormatNPNVariable((NPNVariable)dw2),dw3,*(DWORD *)dw3); NPNVariable 842 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3); NPNVariable 849 third_party/npapi/npspy/common/format.cpp dw1,FormatNPNVariable((NPNVariable)dw2),dw3, NPNVariable 852 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_GetValue(%#08lx, %s, %#08lx)",dw1,FormatNPNVariable((NPNVariable)dw2),dw3); NPNVariable 1088 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPP_SetValue(%#08lx, %s, %#08lx)", dw1,FormatNPNVariable((NPNVariable)dw2),dw3); NPNVariable 330 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value) NPNVariable 369 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) NPNVariable 707 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value); NPNVariable 740 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value); NPNVariable 173 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPP_SetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue); NPNVariable 185 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_GetValueUPP)(NPP instance, NPNVariable variable, void *ret_alue); NPNVariable 102 third_party/npapi/npspy/include/epmanager.h NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value); NPNVariable 146 third_party/npapi/npspy/include/format.h char * FormatNPNVariable(NPNVariable var);