NPN_GetStringIdentifier  115 content/shell/tools/plugin/PluginTest.h   NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name);
NPN_GetStringIdentifier  220 content/shell/tools/plugin/PluginTest.h       return pluginTest()->NPN_GetStringIdentifier(value) == identifier;
NPN_GetStringIdentifier   65 content/shell/tools/plugin/Tests/InvokeDestroysPluginWithinNPP_New.cpp     if (!NPN_Invoke(windowObject, NPN_GetStringIdentifier("removePluginElement"), 0, 0, &result))
NPN_GetStringIdentifier   31 content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp         NPIdentifier self_name = NPN_GetStringIdentifier("self");
NPN_GetStringIdentifier   59 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp             return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject");
NPN_GetStringIdentifier   64 content/shell/tools/plugin/Tests/NPDeallocateCalledBeforeNPShutdown.cpp             if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
NPN_GetStringIdentifier  121 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     return methodName == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed");
NPN_GetStringIdentifier  126 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp     assert(identifier == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed"));
NPN_GetStringIdentifier   50 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp         NPIdentifier alertIdentifier = NPN_GetStringIdentifier("alert");
NPN_GetStringIdentifier   56 content/shell/tools/plugin/Tests/NPRuntimeCallsWithNullNPP.cpp         NPIdentifier documentIdentifier = NPN_GetStringIdentifier("document");
NPN_GetStringIdentifier   71 content/shell/tools/plugin/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp             if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
NPN_GetStringIdentifier  127 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp                 propertyName = pluginTest()->NPN_GetStringIdentifier(propertyNameString.c_str());
NPN_GetStringIdentifier  227 third_party/npapi/bindings/npruntime.h NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
NPN_GetStringIdentifier  143 third_party/npapi/npspy/common/npp_gate.cpp     fakeNPNFuncs.getstringidentifier    = NPN_GetStringIdentifier;
NPN_GetStringIdentifier  253 third_party/npapi/npspy/extern/plugin/npruntime.h NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);