Home
last modified time | relevance | path

Searched refs:SEL_DEFAULT_AFFINITY (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h38 const EAffinity SEL_DEFAULT_AFFINITY = DOWNSTREAM; variable
47 …VisibleSelection(const Position&, const Position&, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirect…
49 …explicit VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY, bool isDirectional = fal…
DReplaceSelectionCommand.cpp1367 …setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectio… in completeHTMLReplacement()
1369 …setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional())); in completeHTMLReplacement()
DSpellChecker.cpp292 … m_frame.selection().setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); in advanceToNextMisspelling()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1971 … localFrame->selection().setSelection(VisibleSelection(position, SEL_DEFAULT_AFFINITY)); in setFocus()