Home
last modified time | relevance | path

Searched refs:boundaryPointsValid (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.h74 bool boundaryPointsValid() const;
DRange.cpp556 bool Range::boundaryPointsValid() const in boundaryPointsValid() function in WebCore::Range
2002 if (range && range->boundaryPointsValid()) { in showTree()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp316 ASSERT(r->boundaryPointsValid()); in TextIterator()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3125839 (WebCore::Range::boundaryPointsValid): compareBoundaryPoints asserts that the incoming
25841 were null. boundaryPointsValid, which calls compareBoundaryPoints, is an exception.
25842 Instead of removing the assert I've added nil checks in boundaryPointsValid, to keep it
DChangeLog-2006-05-1023269 (WebCore::RangeImpl::boundaryPointsValid):
DChangeLog-2008-08-1035543 (WebCore::Range::boundaryPointsValid): Ditto.
42117 (WebCore::Range::boundaryPointsValid): Ditto.
DChangeLog16894 …(WebCore::Range::boundaryPointsValid): Calls compareBoundaryPoints and checks that it didn't throw…
DChangeLog-2005-08-2335635 (DOM::RangeImpl::boundaryPointsValid): Added const, and wrote cleaner version.
DChangeLog-2009-06-163532 (WebCore::Range::boundaryPointsValid):
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1410573 REGRESSION: Crash in WebCore::Range::boundaryPointsValid when replying to a mail Message