Searched refs:NOT_FOUND_ERR (Results 1 – 21 of 21) sorted by relevance
241 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeAttributeNode()358 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItem()369 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItemNS()400 throw new DOMException(DOMException.NOT_FOUND_ERR, in setIdAttribute()410 throw new DOMException(DOMException.NOT_FOUND_ERR, in setIdAttributeNS()
338 throw new DOMException(DOMException.NOT_FOUND_ERR, "No such parameter: " + name); in setParameter()354 throw new DOMException(DOMException.NOT_FOUND_ERR, "No such parameter: " + name); in getParameter()
224 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS6()246 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS7()269 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS8()
113 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS2()
76 public static final short NOT_FOUND_ERR = 8; field in DOMException
84 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
82 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
86 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
85 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
78 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
89 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
87 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
90 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
21078 field public static final short NOT_FOUND_ERR = 8; // 0x8