Home
last modified time | relevance | path

Searched refs:START_TO_END (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/dom/
DRange.h69 enum CompareHow { START_TO_START, START_TO_END, END_TO_END, END_TO_START }; enumerator
DRange.idl62 const unsigned short START_TO_END = 1;
DRange.cpp426 case START_TO_END: in compareBoundaryPoints()
/external/webkit/WebCore/page/
DDOMSelection.cpp381 if (r->compareBoundaryPoints(Range::START_TO_END, range.get(), ec) > -1) { in addRange()
/external/webkit/WebCore/
DChangeLog-2009-06-1690558 * dom/Range.cpp: (WebCore::Range::compareBoundaryPoints): Correct meanings of START_TO_END