Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp1124 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphWithClones() local
1152 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphWithClones()
1155 …if (beforeParagraph.isNotNull() && !isRenderedTableElement(beforeParagraph.deepEquivalent().deprec… in moveParagraphWithClones()
1156 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()
1158 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphWithClones()
1199 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(CannotCrossEditingBoundary); in moveParagraphs() local
1245 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()
1247 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()
1249 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()