Searched defs:DOWNSTREAM (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextAffinity.h39 enum EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 }; enumerator in enum:WebCore::EAffinity
H A DEditor.cpp267 VisiblePosition start(Position(startContainer, range->startOffset(ec), Position::PositionIsOffsetInAnchor), DOWNSTREAM); local
1636 m_frame->selection()->setSelectedRange(selectedRange.get(), DOWNSTREAM, false);
1722 VisiblePosition oneBeforeStart = startVisiblePosition(spellingSearchRange.get(), DOWNSTREAM).previous();
1835 frame()->selection()->setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM));
2025 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
2229 VisibleSelection selectionToReplace(rangeToReplace.get(), DOWNSTREAM);
2307 m_frame->selection()->moveTo(selectionRange->endPosition(), DOWNSTREAM);
2527 VisibleSelection newSelection(range.get(), DOWNSTREAM);
2763 startPosition.getInlineBoxAndOffset(DOWNSTREAM, startInlineBox, startCaretOffset);
3042 m_frame->selection()->setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM));
[all...]

Completed in 105 milliseconds