Home
last modified time | relevance | path

Searched refs:BAD_BOUNDARYPOINTS_ERR (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRangeException.h43 BAD_BOUNDARYPOINTS_ERR = RangeExceptionOffset + 1, enumerator
DRangeException.idl34 const unsigned short BAD_BOUNDARYPOINTS_ERR = 1;
DExceptionCode.cpp266 nameTableOffset = RangeException::BAD_BOUNDARYPOINTS_ERR; in getExceptionCodeDescription()
DRange.cpp1468 ec = RangeException::BAD_BOUNDARYPOINTS_ERR; in surroundContents()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1040354 HIERARCHY_REQUEST_ERR before BAD_BOUNDARYPOINTS_ERR, since Acid3
51150 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
DChangeLog-2009-06-1672437 Range#surroundContents incorrectly throws BAD_BOUNDARYPOINTS_ERR
72441 * dom/Range.cpp: (WebCore::Range::surroundContents): Fix BAD_BOUNDARYPOINTS_ERR checks.