Searched refs:exceptionString (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebJavaPlugIn.h85 exceptionDescription:(NSString **)exceptionString;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProcessConnection.cpp143 void PluginProcessConnection::setException(const String& exceptionString) argument
145 NPRuntimeObjectMap::setGlobalException(exceptionString);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp267 static NeverDestroyed<String> exceptionString; local
268 return exceptionString;
271 void NPRuntimeObjectMap::setGlobalException(const String& exceptionString) argument
273 globalExceptionString() = exceptionString;
H A DNPRuntimeObjectMap.h88 static void setGlobalException(const String& exceptionString);
H A DNetscapePlugin.cpp241 void NetscapePlugin::setException(const String& exceptionString) argument
244 setExceptionFunction(exceptionString);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DWebProcessConnection.cpp115 void WebProcessConnection::setGlobalException(const String& exceptionString) argument
121 connection->sendSync(Messages::PluginProcessConnection::SetException(exceptionString), Messages::PluginProcessConnection::SetException::Reply(), 0);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm1666 DEPRECATED_DEFINE_STATIC_LOCAL(String, exceptionString, ());
1667 return exceptionString;

Completed in 306 milliseconds