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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.cpp45 void ExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:WebCore::ExceptionState
71 void TrackExceptionState::throwDOMException(const ExceptionCode& ec, const String& message) function in class:WebCore::TrackExceptionState
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, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
52 return throwDOMException(ec, String(), isolate);
54 static v8::Handle<v8::Value> throwDOMException(int, const String&, v8::Isolate*);
H A DV8ThrowException.cpp71 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& message, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp51 void FileError::throwDOMException(ExceptionState& es, ErrorCode code) function in class:WebCore::FileError
112 es.throwDOMException(ec, message);
/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 2674 milliseconds