Searched refs:startOfParagraph (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InsertListCommand.cpp | 91 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()
|
D | IndentOutdentCommand.cpp | 129 VisiblePosition visibleStartOfParagraph = startOfParagraph(endingSelection().visibleStart()); in outdentParagraph() 190 …moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), po… in outdentParagraph()
|
D | VisibleUnits.h | 68 VisiblePosition startOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossE…
|
D | ApplyBlockElementCommand.cpp | 180 start = startOfParagraph(endOfCurrentParagraph).deepEquivalent(); in rangeForParagraphSplittingTextNodesIfNeeded() 192 start = startOfParagraph(end.previous()).deepEquivalent(); in rangeForParagraphSplittingTextNodesIfNeeded()
|
D | TextCheckingHelper.cpp | 104 setStart(paragraphRange.get(), startOfParagraph(range->startPosition())); in expandToParagraphBoundary() 310 setStart(paragraphRange.get(), startOfParagraph(m_range->startPosition())); in findFirstMisspellingOrBadGrammar()
|
D | VisibleSelection.cpp | 360 m_start = startOfParagraph(pos).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity() 388 m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
|
D | VisibleUnits.cpp | 1094 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()
|
D | ReplaceSelectionCommand.cpp | 818 …VisiblePosition startOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : e… in mergeEndIfNeeded() 1171 if (startOfParagraph(endOfInsertedContent) == startOfParagraphToMove) { in doApply()
|
D | FrameSelection.cpp | 840 pos = startOfParagraph(startForPlatform()); in modifyExtendingBackward() 917 pos = startOfParagraph(startForPlatform()); in modifyMovingBackward()
|
D | CompositeEditCommand.cpp | 936 VisiblePosition visibleParagraphStart(startOfParagraph(visiblePos)); in moveParagraphContentsToNewBlockIfNecessary()
|
D | ApplyStyleCommand.cpp | 262 VisiblePosition paragraphStart(startOfParagraph(visibleStart)); in applyBlockStyle()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.cpp | 1815 start = startOfParagraph(start); in expand()
|