Searched refs:NPN_GetStringIdentifier (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPRuntimeObjectFromDestroyedPlugin.cpp46 return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject");
51 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
H A DNPDeallocateCalledBeforeNPShutdown.cpp55 return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject");
60 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
H A DNPRuntimeRemoveProperty.cpp43 return methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty");
48 assert(methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty"));
64 propertyName = pluginTest()->NPN_GetStringIdentifier(propertyNameString.c_str());
H A DNPPSetWindowCalledDuringDestruction.cpp117 return methodName == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed");
122 assert(identifier == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed"));
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp126 NPIdentifier PluginTest::NPN_GetStringIdentifier(const NPUTF8 *name) function in class:PluginTest
H A DPluginTest.h71 NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h223 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp584 static NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name) function in namespace:WebKit
598 identifiers[i] = NPN_GetStringIdentifier(names[i]);
916 netscapeFuncs.getstringidentifier = NPN_GetStringIdentifier;

Completed in 130 milliseconds