OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwDOMException
(Results
1 - 25
of
183
) sorted by null
1
2
3
4
5
6
7
8
/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.");
60
exceptionState.
throwDOMException
(InvalidStateError, preamble(type) + "The context is no longer valid.");
64
exceptionState.
throwDOMException
(NotSupportedError, preamble(type) + "The context is no longer valid.");
68
exceptionState.
throwDOMException
(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name.");
72
exceptionState.
throwDOMException
(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead.");
76
exceptionState.
throwDOMException
(SyntaxError, 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
(NotSupportedError, preamble(type) + "The prototype option is not an object.")
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowBase64.cpp
49
exceptionState.
throwDOMException
(InvalidCharacterError, "The string to be encoded contains characters outside of the Latin1 range.");
62
exceptionState.
throwDOMException
(InvalidCharacterError, "The string to be decoded contains characters outside of the Latin1 range.");
67
exceptionState.
throwDOMException
(InvalidCharacterError, "The string to be decoded is not correctly encoded.");
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatioTearOff.cpp
43
exceptionState.
throwDOMException
(NotSupportedError, "The alignment provided is invalid.");
47
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
57
exceptionState.
throwDOMException
(NotSupportedError, "The meetOrSlice provided is invalid.");
61
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
SVGRectTearOff.cpp
49
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
60
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
71
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
82
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
SVGAngleTearOff.cpp
53
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
64
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
75
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
80
exceptionState.
throwDOMException
(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ").");
91
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
96
exceptionState.
throwDOMException
(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ").");
108
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
118
exceptionState.
throwDOMException
(SyntaxError, "The value provided ('" + value + "') is invalid.");
SVGTransformTearOff.cpp
61
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
72
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
83
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
94
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
105
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
116
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
SVGLengthTearOff.cpp
69
es.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
86
es.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
101
es.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
112
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
117
exceptionState.
throwDOMException
(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ").");
128
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
133
exceptionState.
throwDOMException
(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ").");
SVGStringListTearOff.h
57
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
68
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
86
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
99
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
118
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
131
exceptionState.
throwDOMException
(NoModificationAllowedError, "The object is read-only.");
SVGAnimatedEnumerationBase.cpp
48
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
SVGAltGlyphElement.cpp
49
exceptionState.
throwDOMException
(NoModificationAllowedError, ExceptionMessages::readOnly());
59
exceptionState.
throwDOMException
(NoModificationAllowedError, ExceptionMessages::readOnly());
SVGPointTearOff.cpp
50
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
61
exceptionState.
throwDOMException
(NoModificationAllowedError, "The attribute is read-only.");
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp
63
exceptionState.
throwDOMException
(SQLDatabaseError, "Connection to the database interrupted.");
65
exceptionState.
throwDOMException
(SyntaxError, "Could not prepare statement.");
72
exceptionState.
throwDOMException
(SQLDatabaseError, "Connection to the database interrupted.");
74
exceptionState.
throwDOMException
(SyntaxError, "Number of '?'s in statement string (" + String::number(statement.bindParameterCount()) + ") does not match the arguments provided (" + String::number(m_arguments.size()) + ").");
82
exceptionState.
throwDOMException
(QuotaExceededError, SQLError::quotaExceededErrorMessage);
88
exceptionState.
throwDOMException
(SQLDatabaseError, "Could not bind value.");
113
exceptionState.
throwDOMException
(SQLDatabaseError, "Could not iterate results.");
123
exceptionState.
throwDOMException
(QuotaExceededError, SQLError::quotaExceededErrorMessage);
127
exceptionState.
throwDOMException
(ConstraintError, "A constraint was violated.");
131
exceptionState.
throwDOMException
(SQLDatabaseError, "Could not execute statement.")
[
all
...]
/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
(
70
exceptionState.
throwDOMException
(SyntaxError, "sample rate (" + String::number(sampleRate) + ") must be in the range 44100-96000 Hz.");
77
exceptionState.
throwDOMException
(
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp
78
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
82
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
86
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
98
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
117
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
121
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
125
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
134
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
147
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
151
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage)
[
all
...]
IDBCursor.cpp
117
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::noValueErrorMessage);
121
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
125
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
129
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
133
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
137
exceptionState.
throwDOMException
(ReadOnlyError, "The record may not be updated inside a read-only transaction.");
147
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.");
163
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::noValueErrorMessage);
167
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
172
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage)
[
all
...]
IDBObjectStore.cpp
92
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
96
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
100
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
107
exceptionState.
throwDOMException
(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
111
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
164
exceptionState.
throwDOMException
(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
168
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
172
exceptionState.
throwDOMException
(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
176
exceptionState.
throwDOMException
(ReadOnlyError, IDBDatabase::transactionReadOnlyErrorMessage);
190
exceptionState.
throwDOMException
(DataError, "The object store uses in-line keys and the key parameter was provided.")
[
all
...]
IDBKeyRange.cpp
47
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
82
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
93
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
104
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
115
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
128
exceptionState.
throwDOMException
(DataError, IDBDatabase::notValidKeyErrorMessage);
132
exceptionState.
throwDOMException
(DataError, "The lower key is greater than the upper key.");
136
exceptionState.
throwDOMException
(DataError, "The lower key and upper key are equal and one of the bounds is open.");
/external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp
71
exceptionState.
throwDOMException
(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width"));
79
exceptionState.
throwDOMException
(IndexSizeError, "The requested image size exceeds the supported range.");
99
exceptionState.
throwDOMException
(IndexSizeError, "The source width is zero or not a number.");
105
exceptionState.
throwDOMException
(IndexSizeError, "The input data has a zero byte length.");
109
exceptionState.
throwDOMException
(IndexSizeError, "The input data byte length is not a multiple of 4.");
114
exceptionState.
throwDOMException
(IndexSizeError, "The input data byte length is not a multiple of (4 * width).");
120
exceptionState.
throwDOMException
(IndexSizeError, "The input data byte length is not equal to (4 * width * height).");
/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());
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.cpp
63
exceptionState.
throwDOMException
(InvalidAccessError, "The key system provided is invalid.");
69
exceptionState.
throwDOMException
(NotSupportedError, "The '" + keySystem + "' key system is not supported.");
79
exceptionState.
throwDOMException
(NotSupportedError, "A content decryption module could not be loaded for the '" + keySystem + "' key system.");
112
exceptionState.
throwDOMException
(InvalidAccessError, "The contentType provided ('" + contentType + "') is empty.");
117
exceptionState.
throwDOMException
(InvalidAccessError, "The initData provided is empty.");
124
exceptionState.
throwDOMException
(NotSupportedError, "The type provided ('" + contentType + "') is unsupported.");
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionStatePlaceholder.h
49
virtual void
throwDOMException
(const ExceptionCode&, const String& message = String()) OVERRIDE { }
62
virtual void
throwDOMException
(const ExceptionCode&, const String& message = String()) OVERRIDE;
ExceptionStatePlaceholder.cpp
43
void NoExceptionStateAssertionChecker::
throwDOMException
(const ExceptionCode&, const String&)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasGradient.cpp
52
exceptionState.
throwDOMException
(IndexSizeError, "The provided value (" + String::number(value) + ") is outside the range (0.0, 1.0).");
58
exceptionState.
throwDOMException
(SyntaxError, "The value provided ('" + color + "') could not be parsed as a color.");
/external/chromium_org/third_party/WebKit/Source/core/xml/
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.");
/external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.cpp
64
exceptionState.
throwDOMException
(NotFoundError, "No item with name '" + name + "' was found.");
74
exceptionState.
throwDOMException
(NotFoundError, "No item with name '" + namespaceURI + "::" + localName + "' was found.");
83
exceptionState.
throwDOMException
(NotFoundError, "The node provided was null.");
89
exceptionState.
throwDOMException
(HierarchyRequestError, "The node provided is not an attribute node.");
Completed in 1202 milliseconds
1
2
3
4
5
6
7
8