Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp872 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphWithClones() local
898 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphWithClones()
901 …if (beforeParagraph.isNotNull() && !isTableElement(beforeParagraph.deepEquivalent().deprecatedNode… in moveParagraphWithClones()
902 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()
904 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphWithClones()
950 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(CannotCrossEditingBoundary); in moveParagraphs() local
998 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()
1000 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()
1002 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()