Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DRange.h66 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.cpp427 case START_TO_END: in compareBoundaryPoints()
/external/webkit/WebCore/page/
DDOMSelection.cpp330 if (r->compareBoundaryPoints(Range::START_TO_END, range.get(), ec) > -1) { in addRange()
/external/webkit/WebCore/
DChangeLog43519 * dom/Range.cpp: (WebCore::Range::compareBoundaryPoints): Correct meanings of START_TO_END