Searched refs:setGlobalException (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.h52 static void setGlobalException(JSC::UString exception);
H A Dc_instance.cpp65 void CInstance::setGlobalException(UString exception) function in class:JSC::Bindings::CInstance
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_instance.h43 static void setGlobalException(NSString*, JSGlobalObject* exceptionEnvironment = 0); // A null exceptionEnvironment means the exception should propogate to any execution environment.
H A Dobjc_instance.mm72 void ObjcInstance::setGlobalException(NSString* exception, JSGlobalObject* exceptionEnvironment)
223 setGlobalException(nil);
337 setGlobalException(nil);
395 setGlobalException(nil);
423 setGlobalException(nil);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.h83 static void setGlobalException(const String& exceptionString);
H A DNPRuntimeObjectMap.cpp261 void NPRuntimeObjectMap::setGlobalException(const String& exceptionString) function in class:WebKit::NPRuntimeObjectMap
H A DNetscapePlugin.cpp210 NPRuntimeObjectMap::setGlobalException(exceptionString);
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm270 ObjcInstance::setGlobalException(exceptionMessage);
523 ObjcInstance::setGlobalException(description, [self _rootObject]->globalObject());
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h171 static void setGlobalException(const WTF::String&);
H A DNetscapePluginHostProxy.mm1129 NetscapePluginInstanceProxy::setGlobalException(str.c_str());
H A DNetscapePluginInstanceProxy.mm1664 void NetscapePluginInstanceProxy::setGlobalException(const String& exception)
/external/webkit/Source/WebCore/bridge/
H A DNP_jsobject.cpp455 CInstance::setGlobalException(exception);

Completed in 146 milliseconds