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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionStatePlaceholder.cpp43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&) function in class:WebCore::NoExceptionStateAssertionChecker
H A DV8ThrowException.h50 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
52 return throwDOMException(ec, message, String(), creationContext, isolate);
54 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
H A DExceptionState.cpp46 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:WebCore::ExceptionState
98 void NonThrowableExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:WebCore::NonThrowableExceptionState
119 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:WebCore::TrackExceptionState
H A DV8ThrowException.cpp73 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:WebCore::V8ThrowException
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp126 void FileError::throwDOMException(ExceptionState& exceptionState, ErrorCode code) function in class:WebCore::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 299 milliseconds