HomeSort by relevance Sort by last modified time
    Searched refs:throwDOMException (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions.");
52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable.");
56 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
68 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name.");
72 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead.");
76 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The type name is invalid.");
80 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object.");
84 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The prototype option is not an object.");
88 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "A type with that name is already registered.");
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowBase64.cpp 51 exceptionState.throwDOMException(InvalidCharacterError, "The string to be encoded contains characters outside of the Latin1 range.");
64 exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded contains characters outside of the Latin1 range.");
69 exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded is not correctly encoded.");
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLSerializer.cpp 35 exceptionState.throwDOMException(TypeError, "Invalid node value.");
DOMParser.cpp 37 exceptionState.throwDOMException(TypeError, "Unsupported mime-type specified.");
XPathEvaluator.cpp 56 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
61 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
XPathExpression.cpp 63 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
68 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
82 exceptionState.throwDOMException(SyntaxError, "Type conversion failed while evaluating the expression.");
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OfflineAudioContext.cpp 43 exceptionState.throwDOMException(
52 exceptionState.throwDOMException(SyntaxError, "number of frames cannot be zero.");
57 exceptionState.throwDOMException(SyntaxError, "number of channels (" + String::number(numberOfChannels) + ") exceeds maximum (10).");
62 exceptionState.throwDOMException(SyntaxError, "sample rate (" + String::number(sampleRate) + ") must be in the range 44100-96000 Hz.");
AnalyserNode.cpp 80 exceptionState.throwDOMException(
97 exceptionState.throwDOMException(
113 exceptionState.throwDOMException(
129 exceptionState.throwDOMException(
DelayNode.cpp 44 exceptionState.throwDOMException(
AudioNode.cpp 178 exceptionState.throwDOMException(
186 exceptionState.throwDOMException(
193 exceptionState.throwDOMException(
200 exceptionState.throwDOMException(
220 exceptionState.throwDOMException(
227 exceptionState.throwDOMException(
234 exceptionState.throwDOMException(
251 exceptionState.throwDOMException(
278 exceptionState.throwDOMException(
312 exceptionState.throwDOMException(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.cpp 65 exceptionState.throwDOMException(TypeMismatchError, "The provided ArrayBufferView is null.");
69 exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView is of type '%s', which is not an integer array type.", array->typeName()));
73 exceptionState.throwDOMException(QuotaExceededError, String::format("The ArrayBufferView's byte length (%u) exceeds the number of bytes of entropy available via this API (65536).", array->byteLength()));
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 71 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
75 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
79 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
105 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
109 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
113 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
130 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
134 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
138 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
159 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage)
    [all...]
IDBCursor.cpp 104 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
108 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
112 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
116 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
120 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
124 exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only transaction.");
134 exceptionState.throwDOMException(DataError, "The effective object store of this cursor uses in-line keys and evaluating the key path of the value parameter results in a different value than the cursor's effective key.");
146 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
150 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
155 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage)
    [all...]
IDBKeyRange.cpp 49 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
81 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
93 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
105 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
117 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
131 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
135 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key.");
139 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
IDBObjectStore.cpp 83 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
87 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
91 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
98 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
154 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
158 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
162 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
190 exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parameter was provided.");
194 exceptionState.throwDOMException(DataError, "The object store uses out-of-line keys and has no key generator and the key parameter was not provided.");
200 exceptionState.throwDOMException(DataError, "Evaluating the object store's key path yielded a value that is not a valid key.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ThrowException.h 50 static v8::Handle<v8::Value> throwDOMException(int ec, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
52 return throwDOMException(ec, String(), creationContext, isolate);
54 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
56 return throwDOMException(ec, message, String(), creationContext, isolate);
58 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
ExceptionStatePlaceholder.h 48 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL { };
65 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL;
ExceptionStatePlaceholder.cpp 43 void NoExceptionStateAssertionChecker::throwDOMException(const ExceptionCode&, const String&)
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderSync.cpp 52 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
65 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
77 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
90 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
104 FileError::throwDOMException(exceptionState, loader.errorCode());
FileError.h 77 static void throwDOMException(ExceptionState&, ErrorCode);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReaderSync.cpp 57 exceptionState.throwDOMException(InvalidModificationError, "Failed to read the directory.");
FileWriterSync.cpp 48 exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage);
56 FileError::throwDOMException(exceptionState, m_error);
76 exceptionState.throwDOMException(InvalidStateError, FileError::invalidStateErrorMessage);
83 FileError::throwDOMException(exceptionState, m_error);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 65 exceptionState.throwDOMException(SyntaxError, SQLError::syntaxErrorMessage);
74 exceptionState.throwDOMException(SyntaxError, SQLError::syntaxErrorMessage);
82 exceptionState.throwDOMException(QuotaExceededError, SQLError::quotaExceededErrorMessage);
123 exceptionState.throwDOMException(QuotaExceededError, SQLError::quotaExceededErrorMessage);
127 exceptionState.throwDOMException(ConstraintError, "A constraint was violated.");
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.cpp 64 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list.");
72 exceptionState.throwDOMException(SyntaxError, "the rule '" + ruleString + "' is invalid and cannot be parsed.");
80 exceptionState.throwDOMException(HierarchyRequestError, "'@import' rules cannot be inserted inside a group rule.");
96 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list.");
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.cpp 56 exceptionState.throwDOMException(SyntaxError, "'" + url + "' is not a valid URL.");

Completed in 750 milliseconds

1 2 3 4 5