HomeSort by relevance Sort by last modified time
    Searched refs:NOT_FOUND_ERR (Results 1 - 25 of 55) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 76 public static final short NOT_FOUND_ERR = 8;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.idl 33 const unsigned short NOT_FOUND_ERR = 1;
FileError.h 48 NOT_FOUND_ERR = 1,
FileError.cpp 58 case FileError::NOT_FOUND_ERR:
96 case FileError::NOT_FOUND_ERR:
  /external/chromium_org/content/test/data/fileapi/
common.js 37 case FileError.NOT_FOUND_ERR:
38 return 'NOT_FOUND_ERR';
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnotfounderr.java 32 * NOT_FOUND_ERR DOMException if the "oldAttr" attribute
84 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_elementnotfounderr.java 32 * NOT_FOUND_ERR DOMException if the "oldAttr" attribute
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_namednodemapnotfounderr.java 32 * NOT_FOUND_ERR DOMException if there is not a node
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_noderemovechildoldchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the old child is
39 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
82 success = (ex.code == DOMException.NOT_FOUND_ERR);
namednodemapnotfounderr.java 32 * NOT_FOUND_ERR DOMException if there is not a node
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
noderemovechildoldchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the old child is
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
83 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_attrremovechild2.java 31 * Attempts to remove a freshly created text node which should result in a NOT_FOUND_ERR exception.
78 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_nodeinsertbeforerefchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the reference child is
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
86 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_nodereplacechildoldchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the old child is
39 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
84 success = (ex.code == DOMException.NOT_FOUND_ERR);
nodeinsertbeforerefchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the reference child is
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
86 success = (ex.code == DOMException.NOT_FOUND_ERR);
nodereplacechildoldchildnonexistent.java 32 * NOT_FOUND_ERR DOMException if the old child is
40 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
85 success = (ex.code == DOMException.NOT_FOUND_ERR);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.idl 49 const unsigned short NOT_FOUND_ERR = 8;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 50 NOT_FOUND_ERR = 8
97 code = NOT_FOUND_ERR
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 50 NOT_FOUND_ERR = 8
97 code = NOT_FOUND_ERR
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns06.java 35 * raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and
39 * an incorrect namespaceURI. This should raise a NOT_FOUND_ERR.
87 success = (ex.code == DOMException.NOT_FOUND_ERR);
namednodemapremovenameditemns07.java 35 * raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and
39 * an incorrect localName. This should raise a NOT_FOUND_ERR.
87 success = (ex.code == DOMException.NOT_FOUND_ERR);
namednodemapremovenameditemns08.java 35 * raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and
41 * raise a NOT_FOUND_ERR.
90 success = (ex.code == DOMException.NOT_FOUND_ERR);
removeNamedItemNS02.java 35 * NamedNodeMap should raise NOT_FOUND_ERR DOMException if
43 * This should raise NOT_FOUND_ERR DOMException.
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='NOT_FOUND_ERR'])</a>
48 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
89 success = (ex.code == DOMException.NOT_FOUND_ERR);
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 60 throw new DOMException(DOMException.NOT_FOUND_ERR, "Not found");
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 237 throw new DOMException(DOMException.NOT_FOUND_ERR, null);
354 throw new DOMException(DOMException.NOT_FOUND_ERR, null);
365 throw new DOMException(DOMException.NOT_FOUND_ERR, null);
396 throw new DOMException(DOMException.NOT_FOUND_ERR,
406 throw new DOMException(DOMException.NOT_FOUND_ERR,

Completed in 519 milliseconds

1 2 3