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

  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 386 NPN_SetException may be called to trigger a script exception upon
389 NPN_SetException (npobj, message);
391 void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 400 NPN_SetException may be called to trigger a script exception upon
403 NPN_SetException (npobj, message);
405 void NPN_SetException(NPObject *npobj, const NPUTF8 *message);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 161 fakeNPNFuncs.setexception = NPN_SetException;
npn_gate.cpp 436 void NPN_SetException(NPObject*obj, const NPUTF8*message)

Completed in 3079 milliseconds