OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toParentAnchoredPosition
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.h
68
Position
toParentAnchoredPosition
() const { return deepEquivalent().parentAnchoredEquivalent(); }
TextCheckingHelper.cpp
311
Position paragraphStart = startOfParagraph(VisiblePosition(m_start)).
toParentAnchoredPosition
();
314
paragraphEnd = endOfParagraph(VisiblePosition(m_start)).
toParentAnchoredPosition
();
401
paragraphStart = newParagraphStart.
toParentAnchoredPosition
();
402
paragraphEnd = endOfParagraph(newParagraphStart).
toParentAnchoredPosition
();
SpellChecker.cpp
181
spellingSearchStart = (oneBeforeStart.isNotNull() ? oneBeforeStart : start).
toParentAnchoredPosition
();
183
spellingSearchStart = selection.visibleEnd().
toParentAnchoredPosition
();
213
spellingSearchStart = endOfWord(oneBeforeStart).
toParentAnchoredPosition
();
[
all
...]
CompositeEditCommand.cpp
[
all
...]
Completed in 264 milliseconds