Searched refs:NOT_FOUND_ERR (Results 1 – 20 of 20) sorted by relevance
76 public static final short NOT_FOUND_ERR = 8; field in DOMException
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()
237 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeAttributeNode()354 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItem()365 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItemNS()396 throw new DOMException(DOMException.NOT_FOUND_ERR, in setIdAttribute()406 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()
82 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
84 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()