endOfSentence 1798 Source/core/dom/Range.cpp end = endOfSentence(end); endOfSentence 665 Source/core/editing/FrameSelection.cpp pos = endOfSentence(endForPlatform()); endOfSentence 748 Source/core/editing/FrameSelection.cpp pos = endOfSentence(endForPlatform()); endOfSentence 346 Source/core/editing/SpellChecker.cpp VisibleSelection selectedSentence = VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart)); endOfSentence 387 Source/core/editing/SpellChecker.cpp markBadGrammar(VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart))); endOfSentence 502 Source/core/editing/SpellChecker.cpp setEnd(checkRange.get(), endOfSentence(VisiblePosition(checkRange->endPosition()))); endOfSentence 725 Source/core/editing/SpellChecker.cpp newSelectedSentence = VisibleSelection(startOfSentence(newStart), endOfSentence(newStart)); endOfSentence 779 Source/core/editing/SpellChecker.cpp VisibleSelection selectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart)); endOfSentence 394 Source/core/editing/VisibleSelection.cpp m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); endOfSentence 451 Source/core/editing/VisibleSelection.cpp m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); endOfSentence 49 Source/core/editing/VisibleUnits.h VisiblePosition endOfSentence(const VisiblePosition &);