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

  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 148 NPN_SetException ((NPObject *)obj, &aString);
159 NPN_SetException ((NPObject *)obj, &aString);
176 NPN_SetException ((NPObject *)obj, &aString);
npruntime.h 382 NPN_SetException may be called to trigger a script exception upon
385 NPN_SetException (npobj, message);
387 void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 732 static void NPN_SetException(NPObject*, const NPUTF8* message)
934 netscapeFuncs.setexception = NPN_SetException;

Completed in 465 milliseconds