Home
last modified time | relevance | path

Searched refs:INVALID_CHARACTER_ERR (Results 1 – 15 of 15) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DOMImplementation/
DcreateDocumentType-err-expected.txt8 PASS createDocumentType(, ); threw INVALID_CHARACTER_ERR
9 PASS createDocumentType(null, ); threw INVALID_CHARACTER_ERR
10 PASS createDocumentType(, null); threw INVALID_CHARACTER_ERR
11 PASS createDocumentType(, , null); threw INVALID_CHARACTER_ERR
12 PASS createDocumentType(null, null); threw INVALID_CHARACTER_ERR
13 PASS createDocumentType(null, null, null); threw INVALID_CHARACTER_ERR
14 PASS createDocumentType(null, ""); threw INVALID_CHARACTER_ERR
15 PASS createDocumentType("", null); threw INVALID_CHARACTER_ERR
16 PASS createDocumentType("", ""); threw INVALID_CHARACTER_ERR
23 PASS createDocumentType(" :bar", null, null); threw INVALID_CHARACTER_ERR
[all …]
DcreateDocument-namespace-err-expected.txt15 PASS createDocument(null, "<div>", null); threw INVALID_CHARACTER_ERR
16 PASS createDocument(null, "0div", null); threw INVALID_CHARACTER_ERR
17 PASS createDocument(null, "di v", null); threw INVALID_CHARACTER_ERR
18 PASS createDocument(null, "di<v", null); threw INVALID_CHARACTER_ERR
19 PASS createDocument(null, "-div", null); threw INVALID_CHARACTER_ERR
20 PASS createDocument(null, ".div", null); threw INVALID_CHARACTER_ERR
21 PASS createDocument("http://example.com/", "<div>", null); threw INVALID_CHARACTER_ERR
22 PASS createDocument("http://example.com/", "0div", null); threw INVALID_CHARACTER_ERR
23 PASS createDocument("http://example.com/", "di<v", null); threw INVALID_CHARACTER_ERR
24 PASS createDocument("http://example.com/", "-div", null); threw INVALID_CHARACTER_ERR
[all …]
/external/webkit/Source/WebCore/dom/
DExceptionCode.h35 INVALID_CHARACTER_ERR = 5, enumerator
DDOMCoreException.idl50 const unsigned short INVALID_CHARACTER_ERR = 5;
DDocument.cpp710 ec = INVALID_CHARACTER_ERR; in createElement()
747 ec = INVALID_CHARACTER_ERR; in createProcessingInstruction()
760 ec = INVALID_CHARACTER_ERR; in createEntityReference()
3858 ec = INVALID_CHARACTER_ERR; in parseQualifiedName()
3880 ec = INVALID_CHARACTER_ERR; in parseQualifiedName()
3886 ec = INVALID_CHARACTER_ERR; in parseQualifiedName()
DElement.cpp656 ec = INVALID_CHARACTER_ERR; in setAttribute()
/external/webkit/Source/WebCore/html/
DDOMTokenList.cpp43 ec = INVALID_CHARACTER_ERR; in validateToken()
DHTMLDocument.cpp291 ec = INVALID_CHARACTER_ERR; in createElement()
/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
DcreateDocumentType-err.js7 case DOMException.INVALID_CHARACTER_ERR:
DcreateDocument-namespace-err.js21 case DOMException.INVALID_CHARACTER_ERR:
/external/webkit/Source/WebCore/css/
DMediaList.cpp228 ec = INVALID_CHARACTER_ERR; in appendMedium()
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1025 ec = INVALID_CHARACTER_ERR; in btoa()
1038 ec = INVALID_CHARACTER_ERR; in atob()
1044 ec = INVALID_CHARACTER_ERR; in atob()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-252561 is valid and throw INVALID_CHARACTER_ERR if not.
2567 INVALID_CHARACTER_ERR if not.
2575 INVALID_CHARACTER_ERR if not.
DChangeLog-2005-12-1925348 … (DocumentImpl::createProcessingInstruction): Added exception parameter. Give INVALID_CHARACTER_ERR
DChangeLog-2005-08-2354662 rather than a C+exception for INVALID_CHARACTER_ERR.