startOfSentence 1797 Source/core/dom/Range.cpp start = startOfSentence(start); startOfSentence 833 Source/core/editing/FrameSelection.cpp pos = startOfSentence(startForPlatform()); startOfSentence 910 Source/core/editing/FrameSelection.cpp pos = startOfSentence(startForPlatform()); startOfSentence 346 Source/core/editing/SpellChecker.cpp VisibleSelection selectedSentence = VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart)); startOfSentence 387 Source/core/editing/SpellChecker.cpp markBadGrammar(VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart))); startOfSentence 501 Source/core/editing/SpellChecker.cpp setStart(checkRange.get(), startOfSentence(VisiblePosition(checkRange->startPosition()))); startOfSentence 725 Source/core/editing/SpellChecker.cpp newSelectedSentence = VisibleSelection(startOfSentence(newStart), endOfSentence(newStart)); startOfSentence 779 Source/core/editing/SpellChecker.cpp VisibleSelection selectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart)); startOfSentence 393 Source/core/editing/VisibleSelection.cpp m_start = startOfSentence(VisiblePosition(m_start, m_affinity)).deepEquivalent(); startOfSentence 450 Source/core/editing/VisibleSelection.cpp m_start = startOfSentence(VisiblePosition(m_start, m_affinity)).deepEquivalent(); startOfSentence 48 Source/core/editing/VisibleUnits.h VisiblePosition startOfSentence(const VisiblePosition &);