Searched refs:setexception (Results 1 – 10 of 10) sorted by relevance
178 NPNFuncs.setexception = pFuncs->setexception; in NP_Initialize()
161 fakeNPNFuncs.setexception = NPN_SetException; in NPP_New()
441 NPNFuncs.setexception(obj,message); in NPN_SetException()
145 host_funcs_.setexception = WebBindings::setException; in InitializeHostFuncs()192 if (overrides->setexception) in PatchNPNetscapeFuncs()193 host_funcs_.setexception = overrides->setexception; in PatchNPNetscapeFuncs()
120 host_funcs.setexception = NPN_SetExceptionPatch; in GetHostFunctions()
146 browser->setexception(header, "test object throwException SUCCESS"); in testInvoke()
341 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()
196 NPN_SetExceptionProcPtr setexception; member
560 NPN_SetExceptionUPP setexception; member
1111 g_npnetscape_funcs->setexception(parent_, exception_string.c_str()); in SetException()