OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwDOMException
(Results
126 - 150
of
183
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp
190
exceptionState.
throwDOMException
(InvalidStateError, "File has been closed.");
239
exceptionState.
throwDOMException
(InvalidStateError, "Blob has been closed.");
FileReader.cpp
227
exceptionState.
throwDOMException
(InvalidStateError, "The object is already busy reading Blobs.");
232
exceptionState.
throwDOMException
(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.cpp
136
exceptionState.
throwDOMException
(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
151
exceptionState.
throwDOMException
(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp
269
exceptionState.
throwDOMException
(InvalidStateError, "SQL execution is disallowed.");
274
exceptionState.
throwDOMException
(InvalidStateError, "The database has not been opened.");
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp
744
exceptionState.
throwDOMException
(InvalidCharacterError, "The tag name provided ('" + name + "') is not a valid name.");
757
exceptionState.
throwDOMException
(InvalidCharacterError, "The tag name provided ('" + localName + "') is not a valid name.");
785
exceptionState.
throwDOMException
(NamespaceError, "The namespace URI provided ('" + namespaceURI + "') is not valid for the qualified name provided ('" + qualifiedName + "').");
827
exceptionState.
throwDOMException
(NotSupportedError, "No element registration context is available.");
891
exceptionState.
throwDOMException
(NotSupportedError, "This operation is not supported for HTML documents.");
[
all
...]
DatasetDOMStringMap.cpp
200
exceptionState.
throwDOMException
(SyntaxError, "'" + name + "' is not a valid property name.");
Element.cpp
893
exceptionState.
throwDOMException
(InvalidCharacterError, "'" + localName + "' is not a valid attribute name.");
[
all
...]
MutationObserver.cpp
83
exceptionState.
throwDOMException
(NotFoundError, "The provided node was null.");
TreeWalker.cpp
46
exceptionState.
throwDOMException
(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp
356
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
363
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
403
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
410
exceptionState.
throwDOMException
(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion.");
416
exceptionState.
throwDOMException
(NoModificationAllowedError, "The element has no parent.");
432
exceptionState.
throwDOMException
(HierarchyRequestError, "The element has no parent.");
514
exceptionState.
throwDOMException
(SyntaxError, "The value provided ('" + enabled + "') is not one of 'true', 'false', 'plaintext-only', or 'inherit'.");
[
all
...]
HTMLTableElement.cpp
191
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
206
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
237
exceptionState.
throwDOMException
(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
253
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/core/html/forms/
InputType.cpp
198
exceptionState.
throwDOMException
(InvalidStateError, "This input element does not support Date values.");
208
exceptionState.
throwDOMException
(InvalidStateError, "This input element does not support Number values.");
795
exceptionState.
throwDOMException
(InvalidStateError, "This form element does not have an allowed value step.");
869
exceptionState.
throwDOMException
(InvalidStateError, "This form element is not steppable.");
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringList.cpp
157
exceptionState.
throwDOMException
(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));
SVGViewSpec.cpp
122
exceptionState.
throwDOMException
(NoModificationAllowedError, ExceptionMessages::readOnly());
SVGAngle.cpp
250
exceptionState.
throwDOMException
(SyntaxError, "The value provided ('" + value + "') is invalid.");
269
exceptionState.
throwDOMException
(NotSupportedError, "Cannot convert from unknown or invalid units.");
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
204
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp
196
exceptionState.
throwDOMException
(InvalidStateError, "The document has mutated since the result was returned.");
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp
178
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
IDBRequest.cpp
101
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
115
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.cpp
128
exceptionState.
throwDOMException
(NotSupportedError, ExceptionMessages::failedToExecute("getSources", "MediaStreamTrack", "Functionality not implemented yet"));
UserMediaRequest.cpp
79
exceptionState.
throwDOMException
(SyntaxError, "At least one of audio and video must be requested");
/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/core/css/
FontFaceSet.cpp
293
exceptionState.
throwDOMException
(InvalidModificationError, "Cannot add a CSS-connected FontFace.");
338
exceptionState.
throwDOMException
(InvalidModificationError, "Cannot delete a CSS-connected FontFace.");
479
exceptionState.
throwDOMException
(SyntaxError, "Could not resolve '" + fontString + "' as a font.");
Completed in 1568 milliseconds
1
2
3
4
5
6
7
8