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

  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 98 NPN_GetStringIdentifiers (myPropertyIdentifierNames, NUM_PROPERTY_IDENTIFIERS, myPropertyIdentifiers);
99 NPN_GetStringIdentifiers (myMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, myMethodIdentifiers);
npruntime.h 224 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 589 static void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers)
917 netscapeFuncs.getstringidentifiers = NPN_GetStringIdentifiers;

Completed in 147 milliseconds