Searched defs:throwDOMException (Results 1 – 5 of 5) sorted by relevance
53 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::ExceptionState113 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::NonThrowableExceptionState141 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::TrackExceptionState
42 …static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8:… in throwDOMException() function
43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) in throwDOMException() function in blink::NoExceptionStateAssertionChecker
80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, c… in throwDOMException() function in blink::V8ThrowException
126 void FileError::throwDOMException(ExceptionState& exceptionState, ErrorCode code) in throwDOMException() function in blink::FileError