HomeSort by relevance Sort by last modified time
    Searched full:moveparagraphs (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 159 void moveParagraphs(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
InsertListCommand.cpp 304 // listChildNode below in moveParagraphs, previousListChild will be removed along with it if it is
321 moveParagraphs(start, end, insertionPoint, /* preserveSelection */ true, /* preserveStyle */ true, listChildNode);
TextIterator.h 211 // moveParagraphs to not clone/destroy moved content.
CompositeEditCommand.cpp     [all...]
DeleteSelectionCommand.cpp 118 // FIXME: This is only used so that moveParagraphs can avoid the bugs in special element expansion.
    [all...]
TextIterator.cpp 821 // code in moveParagraphs, so we use a comma.
    [all...]
ApplyStyleCommand.cpp 260 // addBlockStyleIfNeeded may moveParagraphs, which can remove these endpoints.
    [all...]

Completed in 240 milliseconds