NPPVariable 836 content/child/npapi/plugin_host.cc NPError NPN_SetValue(NPP id, NPPVariable variable, void* value) { NPPVariable 338 content/child/npapi/plugin_instance.cc NPError PluginInstance::NPP_GetValue(NPPVariable variable, void* value) { NPPVariable 198 content/child/npapi/plugin_instance.h NPError NPP_GetValue(NPPVariable, void*); NPPVariable 126 content/shell/tools/plugin/PluginTest.cpp NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) { NPPVariable 97 content/shell/tools/plugin/PluginTest.h virtual NPError NPP_GetValue(NPPVariable, void* value); NPPVariable 16 content/shell/tools/plugin/Tests/FormValue.cpp virtual NPError NPP_GetValue(NPPVariable, void*) OVERRIDE; NPPVariable 19 content/shell/tools/plugin/Tests/FormValue.cpp NPError FormValue::NPP_GetValue(NPPVariable variable, void *value) NPPVariable 84 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE NPPVariable 50 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp virtual NPError NPP_GetValue(NPPVariable, void*); NPPVariable 69 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) NPPVariable 80 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE NPPVariable 162 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp virtual NPError NPP_GetValue(NPPVariable variable, void* value) OVERRIDE { NPPVariable 44 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp virtual NPError NPP_GetValue(NPPVariable, void* value) OVERRIDE; NPPVariable 70 content/shell/tools/plugin/Tests/NullNPPGetValuePointer.cpp NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*) NPPVariable 54 content/shell/tools/plugin/Tests/PluginScriptableNPObjectInvokeDefault.cpp virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE NPPVariable 75 content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE NPPVariable 74 content/shell/tools/plugin/Tests/SlowNPPNew.cpp virtual NPError NPP_GetValue(NPPVariable variable, void *value) NPPVariable 831 content/shell/tools/plugin/main.cpp NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) NPPVariable 892 content/shell/tools/plugin/main.cpp NPError NP_GetValue(NPP instance, NPPVariable variable, void* value) NPPVariable 87 content/test/plugin/npapi_test.cc EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable, NPPVariable 224 content/test/plugin/plugin_client.cc NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) { NPPVariable 448 remoting/host/plugin/host_plugin.cc NPError GetValue(NPP instance, NPPVariable variable, void* value) { NPPVariable 568 remoting/host/plugin/host_plugin.cc NPPVariable variable, NPPVariable 846 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value); NPPVariable 883 third_party/npapi/bindings/npapi.h NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, NPPVariable 23 third_party/npapi/bindings/npapi_extensions.h #define NPPVPepperExtensions ((NPPVariable) 4001) NPPVariable 64 third_party/npapi/bindings/npfunctions.h typedef NPError (* NP_LOADDS NPP_GetValueProcPtr)(NPP instance, NPPVariable variable, void *ret_value); NPPVariable 73 third_party/npapi/bindings/npfunctions.h typedef NPError (*NPN_SetValueProcPtr)(NPP instance, NPPVariable variable, void *value); NPPVariable 353 third_party/npapi/npspy/common/epmanager.cpp NPError NPPEntryPointManager::callNPP_GetValue(NPP instance, NPPVariable variable, void *value) NPPVariable 296 third_party/npapi/npspy/common/format.cpp char * FormatNPPVariable(NPPVariable var) NPPVariable 591 third_party/npapi/npspy/common/format.cpp if(((NPPVariable)dw2 == NPPVpluginNameString) || ((NPPVariable)dw2 == NPPVpluginDescriptionString)) NPPVariable 598 third_party/npapi/npspy/common/format.cpp else if(((NPPVariable)dw2 == NPPVpluginWindowBool) || ((NPPVariable)dw2 == NPPVpluginTransparentBool)) NPPVariable 604 third_party/npapi/npspy/common/format.cpp else if((NPPVariable)dw2 == NPPVpluginWindowSize) NPPVariable 861 third_party/npapi/npspy/common/format.cpp if(((NPPVariable)dw2 == NPPVpluginNameString) || ((NPPVariable)dw2 == NPPVpluginDescriptionString)) NPPVariable 864 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_SetValue(%#08lx, %s, %s)", dw1,FormatNPPVariable((NPPVariable)dw2),sz3); NPPVariable 866 third_party/npapi/npspy/common/format.cpp else if(((NPPVariable)dw2 == NPPVpluginWindowBool) || ((NPPVariable)dw2 == NPPVpluginTransparentBool)) NPPVariable 870 third_party/npapi/npspy/common/format.cpp dw1,FormatNPPVariable((NPPVariable)dw2),sz3); NPPVariable 872 third_party/npapi/npspy/common/format.cpp else if((NPPVariable)dw2 == NPPVpluginWindowSize) NPPVariable 879 third_party/npapi/npspy/common/format.cpp dw1,FormatNPPVariable((NPPVariable)dw2),dw3,iWidth,iHeight); NPPVariable 883 third_party/npapi/npspy/common/format.cpp dw1,FormatNPPVariable((NPPVariable)dw2),dw3); NPPVariable 886 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_SetValue(%#08lx, %s, %#08lx(What is it?))", dw1,FormatNPPVariable((NPPVariable)dw2),dw3); NPPVariable 1085 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPP_GetValue(%#08lx, %s, %#08lx)", dw1,FormatNPPVariable((NPPVariable)dw2),dw3); NPPVariable 345 third_party/npapi/npspy/common/npn_gate.cpp NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value) NPPVariable 350 third_party/npapi/npspy/common/npp_gate.cpp NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) NPPVariable 706 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value); NPPVariable 741 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value); NPPVariable 166 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPP_GetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue); NPPVariable 192 third_party/npapi/npspy/extern/plugin/npupp.h typedef NPError (* NP_LOADDS NPN_SetValueUPP)(NPP instance, NPPVariable variable, void *ret_alue); NPPVariable 698 third_party/npapi/npspy/extern/plugin/npupp.h NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue); NPPVariable 101 third_party/npapi/npspy/include/epmanager.h NPError callNPP_GetValue(NPP instance, NPPVariable variable, void *value); NPPVariable 145 third_party/npapi/npspy/include/format.h char * FormatNPPVariable(NPPVariable var);