Home
last modified time | relevance | path

Searched refs:startOfParagraph (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp91 VisiblePosition end = startOfParagraph(selection.visibleEnd()); in selectionHasListOfType()
134 …VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary… in doApply()
136 … if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) { in doApply()
166 … startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary); in doApply()
270 start = startOfParagraph(originalStart, CanSkipOverEditingBoundary); in unlistifyParagraph()
334 VisiblePosition start = startOfParagraph(originalStart, CanSkipOverEditingBoundary); in listifyParagraph()
386 start = startOfParagraph(originalStart, CanSkipOverEditingBoundary); in listifyParagraph()
DIndentOutdentCommand.cpp129 VisiblePosition visibleStartOfParagraph = startOfParagraph(endingSelection().visibleStart()); in outdentParagraph()
190 …moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), po… in outdentParagraph()
DVisibleUnits.h68 VisiblePosition startOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossE…
DApplyBlockElementCommand.cpp180 start = startOfParagraph(endOfCurrentParagraph).deepEquivalent(); in rangeForParagraphSplittingTextNodesIfNeeded()
192 start = startOfParagraph(end.previous()).deepEquivalent(); in rangeForParagraphSplittingTextNodesIfNeeded()
DTextCheckingHelper.cpp104 setStart(paragraphRange.get(), startOfParagraph(range->startPosition())); in expandToParagraphBoundary()
310 setStart(paragraphRange.get(), startOfParagraph(m_range->startPosition())); in findFirstMisspellingOrBadGrammar()
DVisibleSelection.cpp360 m_start = startOfParagraph(pos).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
388 m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
DVisibleUnits.cpp1094 VisiblePosition startOfParagraph(const VisiblePosition& c, EditingBoundaryCrossingRule boundaryCros… in startOfParagraph() function
1261 …return a.isNotNull() && startOfParagraph(a, boundaryCrossingRule) == startOfParagraph(b, boundaryC… in inSameParagraph()
1266 return pos.isNotNull() && pos == startOfParagraph(pos, boundaryCrossingRule); in isStartOfParagraph()
DReplaceSelectionCommand.cpp818 …VisiblePosition startOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : e… in mergeEndIfNeeded()
1171 if (startOfParagraph(endOfInsertedContent) == startOfParagraphToMove) { in doApply()
DFrameSelection.cpp840 pos = startOfParagraph(startForPlatform()); in modifyExtendingBackward()
917 pos = startOfParagraph(startForPlatform()); in modifyMovingBackward()
DCompositeEditCommand.cpp936 VisiblePosition visibleParagraphStart(startOfParagraph(visiblePos)); in moveParagraphContentsToNewBlockIfNecessary()
DApplyStyleCommand.cpp262 VisiblePosition paragraphStart(startOfParagraph(visibleStart)); in applyBlockStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp1815 start = startOfParagraph(start); in expand()