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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.cpp 164 // Throughout this loop, clonedParent is the clone of ancestor's parent.
168 RefPtr<Element> clonedParent;
169 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement();
171 ancestor = ancestor->parentElement(), clonedParent = clonedParent->parentElement())
172 moveRemainingSiblingsToNewParent(ancestor->nextSibling(), 0, clonedParent);

Completed in 62 milliseconds