Searched defs:exceptionString (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParser.java44 protected ParseException createParseException(String exceptionString) { argument
46 lexer.getBuffer() + ":" + exceptionString,
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp257 DEFINE_STATIC_LOCAL(String, exceptionString, ());
258 return exceptionString;
261 void NPRuntimeObjectMap::setGlobalException(const String& exceptionString) argument
263 globalExceptionString() = exceptionString;
H A DNetscapePlugin.cpp206 void NetscapePlugin::setException(const String& exceptionString) argument
210 NPRuntimeObjectMap::setGlobalException(exceptionString);

Completed in 64 milliseconds