Home
last modified time | relevance | path

Searched refs:setexception (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp178 NPNFuncs.setexception = pFuncs->setexception; in NP_Initialize()
Dnpp_gate.cpp161 fakeNPNFuncs.setexception = NPN_SetException; in NPP_New()
Dnpn_gate.cpp441 NPNFuncs.setexception(obj,message); in NPN_SetException()
/external/chromium_org/content/child/npapi/
Dplugin_host.cc145 host_funcs_.setexception = WebBindings::setException; in InitializeHostFuncs()
192 if (overrides->setexception) in PatchNPNetscapeFuncs()
193 host_funcs_.setexception = overrides->setexception; in PatchNPNetscapeFuncs()
Dnpobject_util.cc120 host_funcs.setexception = NPN_SetExceptionPatch; in GetHostFunctions()
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DTestObject.cpp146 browser->setexception(header, "test object throwException SUCCESS"); in testInvoke()
DPluginObject.cpp341 browser->setexception(obj, "plugin object testThrowExceptionProperty SUCCESS"); in pluginGetProperty()
393 browser->setexception(obj, "plugin object testThrowExceptionProperty SUCCESS"); in pluginSetProperty()
1089 browser->setexception(header, "plugin object testThrowException SUCCESS"); in pluginInvoke()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h196 NPN_SetExceptionProcPtr setexception; member
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpupp.h560 NPN_SetExceptionUPP setexception; member
/external/chromium_org/remoting/host/plugin/
Dhost_script_object.cc1111 g_npnetscape_funcs->setexception(parent_, exception_string.c_str()); in SetException()