Home
last modified time | relevance | path

Searched refs:endOfSentence (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dvisible_units.h50 VisiblePosition endOfSentence(const VisiblePosition &);
DVisibleSelection.cpp324 m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
381 m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
DEditor.cpp1998 …election selectedSentence = VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart)); in markMisspellingsAfterTypingToWord()
2045 markBadGrammar(VisibleSelection(startOfSentence(wordStart), endOfSentence(wordStart))); in markMisspellingsAfterTypingToWord()
3162 … newSelectedSentence = VisibleSelection(startOfSentence(newStart), endOfSentence(newStart)); in respondToChangedSelection()
3176 …lection oldSelectedSentence = VisibleSelection(startOfSentence(oldStart), endOfSentence(oldStart)); in respondToChangedSelection()
DSelectionController.cpp480 pos = endOfSentence(endForPlatform()); in modifyExtendingForward()
564 pos = endOfSentence(endForPlatform()); in modifyMovingForward()
Dvisible_units.cpp710 VisiblePosition endOfSentence(const VisiblePosition &c) in endOfSentence() function
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.cpp310 VisiblePosition endPosition = endOfSentence(startPosition); in sentenceForPosition()
589 endPosition = endOfSentence(nextVisiblePos); in nextSentenceEndPosition()
/external/webkit/Source/WebCore/dom/
DRange.cpp1884 end = endOfSentence(end); in expand()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2325258 …d make things a little clearer. Also removed the "include line break" parameter from endOfSentence.
25266 (khtml::endOfSentence): Removed "include line break" parameter.
26842 (khtml::endOfSentence):
26995 (khtml::endOfSentence):
DChangeLog-2007-10-1417361 (WebCore::endOfSentence): Removed the FIXME about 5234383.