Searched refs:INVALID_CHARACTER_ERR (Results 1 – 15 of 15) sorted by relevance
/external/webkit/LayoutTests/fast/dom/DOMImplementation/ |
D | createDocumentType-err-expected.txt | 8 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 …]
|
D | createDocument-namespace-err-expected.txt | 15 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/ |
D | ExceptionCode.h | 35 INVALID_CHARACTER_ERR = 5, enumerator
|
D | DOMCoreException.idl | 50 const unsigned short INVALID_CHARACTER_ERR = 5;
|
D | Document.cpp | 710 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()
|
D | Element.cpp | 656 ec = INVALID_CHARACTER_ERR; in setAttribute()
|
/external/webkit/Source/WebCore/html/ |
D | DOMTokenList.cpp | 43 ec = INVALID_CHARACTER_ERR; in validateToken()
|
D | HTMLDocument.cpp | 291 ec = INVALID_CHARACTER_ERR; in createElement()
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/ |
D | createDocumentType-err.js | 7 case DOMException.INVALID_CHARACTER_ERR:
|
D | createDocument-namespace-err.js | 21 case DOMException.INVALID_CHARACTER_ERR:
|
/external/webkit/Source/WebCore/css/ |
D | MediaList.cpp | 228 ec = INVALID_CHARACTER_ERR; in appendMedium()
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.cpp | 1025 ec = INVALID_CHARACTER_ERR; in btoa() 1038 ec = INVALID_CHARACTER_ERR; in atob() 1044 ec = INVALID_CHARACTER_ERR; in atob()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 2561 is valid and throw INVALID_CHARACTER_ERR if not. 2567 INVALID_CHARACTER_ERR if not. 2575 INVALID_CHARACTER_ERR if not.
|
D | ChangeLog-2005-12-19 | 25348 … (DocumentImpl::createProcessingInstruction): Added exception parameter. Give INVALID_CHARACTER_ERR
|
D | ChangeLog-2005-08-23 | 54662 rather than a C+exception for INVALID_CHARACTER_ERR.
|