HomeSort by relevance Sort by last modified time
    Searched refs:NPN_GetStringIdentifier (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 46 return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject");
51 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
NPDeallocateCalledBeforeNPShutdown.cpp 55 return propertyName == pluginTest()->NPN_GetStringIdentifier("testObject");
60 if (propertyName != pluginTest()->NPN_GetStringIdentifier("testObject"))
NPRuntimeRemoveProperty.cpp 43 return methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty");
48 assert(methodName == pluginTest()->NPN_GetStringIdentifier("testRemoveProperty"));
64 propertyName = pluginTest()->NPN_GetStringIdentifier(propertyNameString.c_str());
NPPSetWindowCalledDuringDestruction.cpp 117 return methodName == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed");
122 assert(identifier == pluginTest()->NPN_GetStringIdentifier("setWillBeDestroyed"));
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 126 NPIdentifier PluginTest::NPN_GetStringIdentifier(const NPUTF8 *name)
PluginTest.h 71 NPIdentifier NPN_GetStringIdentifier(const NPUTF8* name);
  /external/webkit/Source/WebCore/bridge/
npruntime.h 223 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 584 static NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name)
598 identifiers[i] = NPN_GetStringIdentifier(names[i]);
916 netscapeFuncs.getstringidentifier = NPN_GetStringIdentifier;

Completed in 141 milliseconds