NPN_GetValue      126 content/child/npapi/plugin_host.cc   host_funcs_.getvalue = &NPN_GetValue;
NPN_GetValue      105 content/shell/tools/plugin/PluginTest.h   NPError NPN_GetValue(NPNVariable, void* value);
NPN_GetValue       58 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp     if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR)
NPN_GetValue       25 content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp         if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) {
NPN_GetValue       47 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp         if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject)
NPN_GetValue       59 content/shell/tools/plugin/Tests/PassDifferentNPPStruct.cpp         NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
NPN_GetValue      881 third_party/npapi/bindings/npapi.h NPError     NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
NPN_GetValue      138 third_party/npapi/npspy/common/npp_gate.cpp     fakeNPNFuncs.getvalue         = NPN_GetValue;
NPN_GetValue      740 third_party/npapi/npspy/extern/plugin/npapi.h NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);