OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidCharacterError
(Results
1 - 8
of
8
) sorted by null
/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/dom/custom/
CustomElementException.cpp
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.");
/external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h
37
InvalidCharacterError
,
DOMTokenList.cpp
45
exceptionState.throwDOMException(
InvalidCharacterError
, "The token provided ('" + token + "') contains HTML space characters, which are not valid in tokens.");
Document.cpp
686
exceptionState.throwUninformativeAndGenericDOMException(
InvalidCharacterError
);
699
exceptionState.throwUninformativeAndGenericDOMException(
InvalidCharacterError
);
795
exceptionState.throwDOMException(
InvalidCharacterError
, "String cannot contain ']]>' since that is the end delimiter of a CData section.");
804
exceptionState.throwDOMException(
InvalidCharacterError
, "The target provided ('" + target + "') is not a valid name.");
808
exceptionState.throwDOMException(
InvalidCharacterError
, "The data provided ('" + data + "') contains '?>'.");
[
all
...]
Node.cpp
915
exceptionState.throwDOMException(
InvalidCharacterError
, "The prefix '" + prefix + "' is not a valid name.");
[
all
...]
Element.cpp
887
exceptionState.throwUninformativeAndGenericDOMException(
InvalidCharacterError
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp
217
exceptionState.throwUninformativeAndGenericDOMException(
InvalidCharacterError
);
Completed in 556 milliseconds