Searched defs:throwDOMException (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) function in class:blink::NoExceptionStateAssertionChecker
H A DV8ThrowException.h42 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:blink::V8ThrowException
44 return throwDOMException(ec, message, String(), creationContext, isolate);
46 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
H A DExceptionState.cpp53 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:blink::ExceptionState
113 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:blink::NonThrowableExceptionState
141 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:blink::TrackExceptionState
H A DV8ThrowException.cpp80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:blink::V8ThrowException
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp126 void FileError::throwDOMException(ExceptionState& exceptionState, ErrorCode code) function in class:blink::FileError
137 exceptionState.throwDOMException(errorCodeToExceptionCode(code), errorCodeToMessage(code));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java673 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
692 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
709 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
726 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
755 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
963 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
993 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
1010 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
1024 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR,
1037 throwDOMException(DOMExceptio
1470 public void throwDOMException(short code, String msg) method in class:ElemLiteralResult
[all...]

Completed in 132 milliseconds