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

1 2 3 4 5

  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 43 public static final short INDEX_SIZE_ERR = 1;
  /external/webkit/Source/WebCore/html/canvas/
ArrayBufferView.cpp 51 ec = INDEX_SIZE_ERR;
65 ec = INDEX_SIZE_ERR;
79 ec = INDEX_SIZE_ERR;
CanvasGradient.cpp 52 ec = INDEX_SIZE_ERR;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 74 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
83 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
95 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
  /external/webkit/Source/WebCore/dom/
ExceptionCode.h 31 INDEX_SIZE_ERR = 1,
DOMCoreException.idl 46 const unsigned short INDEX_SIZE_ERR = 1;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataindexsizeerrdeletedataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrinsertdataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrreplacedataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
45 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrsubstringoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrdeletedataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrinsertdataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
82 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrreplacedataoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-7C603781')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrsubstringoffsetgreater.java 32 * INDEX_SIZE_ERR DOMException if the specified offset
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_textindexsizeerroffsetoutofbounds.java 32 * INDEX_SIZE_ERR DOMException if the specified offset 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='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
textindexsizeerroffsetoutofbounds.java 32 * INDEX_SIZE_ERR DOMException if the specified offset is
42 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-38853C1D')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrdeletedatacountnegative.java 32 * INDEX_SIZE_ERR DOMException if the specified count
41 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='INDEX_SIZE_ERR'])</a>
43 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-6531BCCF')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INDEX_SIZE_ERR'])</a>
87 success = (ex.code == DOMException.INDEX_SIZE_ERR);
  /external/webkit/Source/WebCore/css/
CSSMediaRule.cpp 63 // INDEX_SIZE_ERR: Raised if the specified index is not a valid insertion point.
64 ec = INDEX_SIZE_ERR;
100 // INDEX_SIZE_ERR: Raised if the specified index does not correspond to a
102 ec = INDEX_SIZE_ERR;
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.cpp 90 ec = INDEX_SIZE_ERR;
102 ec = INDEX_SIZE_ERR;
114 ec = INDEX_SIZE_ERR;
126 ec = INDEX_SIZE_ERR;
138 ec = INDEX_SIZE_ERR;
155 ec = INDEX_SIZE_ERR;
  /external/webkit/Source/WebCore/bindings/js/
JSArrayBufferViewHelper.h 70 setDOMException(exec, INDEX_SIZE_ERR);
103 setDOMException(exec, INDEX_SIZE_ERR);
140 setDOMException(exec, INDEX_SIZE_ERR);
JSSQLResultSetRowListCustom.cpp 51 setDOMException(exec, INDEX_SIZE_ERR);
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.cpp 141 ec = INDEX_SIZE_ERR;
156 ec = INDEX_SIZE_ERR;
171 ec = INDEX_SIZE_ERR;
HTMLTableSectionElement.cpp 69 ec = INDEX_SIZE_ERR; // per the DOM
96 ec = INDEX_SIZE_ERR;
TimeRanges.cpp 53 ec = INDEX_SIZE_ERR;
62 ec = INDEX_SIZE_ERR;
HTMLOptionsCollection.cpp 55 ec = INDEX_SIZE_ERR;

Completed in 835 milliseconds

1 2 3 4 5