OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwDOMException
(Results
76 - 100
of
115
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h
98
FileError::
throwDOMException
(exceptionState, m_errorCode);
DOMFileSystemSync.cpp
235
FileError::
throwDOMException
(exceptionState, errorCode);
FileWriter.cpp
318
FileError::
throwDOMException
(exceptionState, errorCode);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBuffer.cpp
133
exceptionState.
throwDOMException
(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")");
/external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp
165
exceptionState.
throwDOMException
(URLMismatchError, "The location of the SharedWorker named '" + name + "' does not exactly match the provided URL ('" + url.elidedString() + "').");
StorageAreaProxy.cpp
101
exceptionState.
throwDOMException
(QuotaExceededError, "Setting the value of '" + key + "' exceeded the quota.");
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMTokenList.cpp
38
exceptionState.
throwDOMException
(SyntaxError, "The token provided must not be empty.");
45
exceptionState.
throwDOMException
(InvalidCharacterError, "The token provided ('" + token + "') contains HTML space characters, which are not valid in tokens.");
MessagePort.cpp
80
exceptionState.
throwDOMException
(DataCloneError, "Item #" + String::number(i) + " in the array of ports contains the source port.");
213
exceptionState.
throwDOMException
(DataCloneError, "Item #" + String::number(i) + " in the array of ports is " + type + ".");
TreeWalker.cpp
46
exceptionState.
throwDOMException
(NotSupportedError, "The Node provided is invalid.");
Node.cpp
458
exceptionState.
throwDOMException
(HierarchyRequestError, "This node type does not support this method.");
466
exceptionState.
throwDOMException
(HierarchyRequestError, "This node type does not support this method.");
474
exceptionState.
throwDOMException
(NotFoundError, "This node type does not support this method.");
482
exceptionState.
throwDOMException
(HierarchyRequestError, "This node type does not support this method.");
525
exceptionState.
throwDOMException
(NamespaceError, "Prefixes are only supported on element and attribute nodes.");
915
exceptionState.
throwDOMException
(InvalidCharacterError, "The prefix '" + prefix + "' is not a valid name.");
923
exceptionState.
throwDOMException
(NamespaceError, "No namespace is set, so a namespace prefix may not be set.");
928
exceptionState.
throwDOMException
(NamespaceError, "The prefix '" + xmlAtom + "' may not be set on namespace '" + nodeNamespaceURI + "'.");
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp
130
exceptionState.
throwDOMException
(DataCloneError, "ShadowRoot nodes are not clonable.");
142
exceptionState.
throwDOMException
(InvalidAccessError, "The ShadowRoot does not have a host.");
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
NumberInputType.cpp
129
exceptionState.
throwDOMException
(InvalidStateError, "The value provided (" + String::number(newValue) + ") is outside the range (" + String::number(-floatMax) + ", " + String::number(floatMax) + ").");
140
exceptionState.
throwDOMException
(InvalidStateError, "The value provided (" + newValue.toString() + ") is outside the range (-" + floatMax.toString() + ", " + floatMax.toString() + ").");
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp
206
exceptionState.
throwDOMException
(SyntaxError, "The URL '" + *it + "' is invalid.");
220
exceptionState.
throwDOMException
(NetworkError, "The script at '" + it->elidedString() + "' failed to load.");
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp
364
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
371
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
411
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
418
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
424
exceptionState.
throwDOMException
(NoModificationAllowedError, "The element has no parent.");
440
exceptionState.
throwDOMException
(HierarchyRequestError, "The element has no parent.");
567
exceptionState.
throwDOMException
(SyntaxError, "The value provided ('" + enabled + "') is not one of 'true', 'false', 'plaintext-only', or 'inherit'.");
[
all
...]
HTMLTableElement.cpp
186
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
201
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
232
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
248
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ThrowException.cpp
73
v8::Handle<v8::Value> V8ThrowException::
throwDOMException
(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp
176
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
IDBRequest.cpp
82
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
92
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp
51
exceptionState.
throwDOMException
(InvalidStateError, "recognition has already started.");
/external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp
78
exceptionState.
throwDOMException
(SyntaxError, "Cannot open an EventSource to an empty URL.");
84
exceptionState.
throwDOMException
(SyntaxError, "Cannot open an EventSource to '" + url + "'. The URL is invalid.");
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp
196
exceptionState.
throwDOMException
(NotSupportedError, "key is not extractable");
227
exceptionState.
throwDOMException
(NotSupportedError, "key is not extractable");
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp
219
exceptionState.
throwDOMException
(InvalidStateError, "The object is already busy reading Blobs.");
/external/chromium_org/third_party/WebKit/Source/core/frame/
Location.cpp
149
exceptionState.
throwDOMException
(SyntaxError, "'" + protocol + "' is an invalid protocol.");
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp
121
exceptionState.
throwDOMException
(IndexSizeError, "The value provided (" + String::number(value) + ") is not between 0 and 100.");
277
exceptionState.
throwDOMException
(SyntaxError, ExceptionMessages::failedToSet("vertical", "TextTrackCue", "The value provided ('" + value + "') is invalid. Only 'rl', 'lr', and the empty string are accepted."));
303
exceptionState.
throwDOMException
(IndexSizeError, ExceptionMessages::failedToSet("line", "TextTrackCue", "The snap-to-lines flag is not set, and the value provided (" + String::number(position) + ") is not between 0 and 100."));
390
exceptionState.
throwDOMException
(SyntaxError, ExceptionMessages::failedToSet("align", "TextTrackCue", "The value provided ('" + value + "') is invalid. Only 'start', 'middle', 'end', 'left', and 'right' are accepted."));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.cpp
171
exceptionState.
throwDOMException
(InvalidStateError, errorMessage);
Completed in 362 milliseconds
1
2
3
4
5