Home
last modified time | relevance | path

Searched defs:throwDOMException (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionState.cpp53 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::ExceptionState
113 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::NonThrowableExceptionState
141 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) in throwDOMException() function in blink::TrackExceptionState
DV8ThrowException.h42 …static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8:… in throwDOMException() function
DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) in throwDOMException() function in blink::NoExceptionStateAssertionChecker
DV8ThrowException.cpp80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, c… in throwDOMException() function in blink::V8ThrowException
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileError.cpp126 void FileError::throwDOMException(ExceptionState& exceptionState, ErrorCode code) in throwDOMException() function in blink::FileError