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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp 640 Node* listItemInSecondParagraph = enclosingNodeOfType(m_downstreamEnd, isListItem);
641 if (listItemInFirstParagraph && listItemInSecondParagraph
642 && listItemInFirstParagraph->parentElement() != listItemInSecondParagraph->parentElement()
643 && canMergeLists(listItemInFirstParagraph->parentElement(), listItemInSecondParagraph->parentElement())) {
644 mergeIdenticalElements(listItemInFirstParagraph->parentElement(), listItemInSecondParagraph->parentElement());
    [all...]

Completed in 222 milliseconds