HomeSort by relevance Sort by last modified time
    Searched refs:clonedAncestor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.cpp 140 // On exiting this loop, clonedAncestor is the lowest ancestor
143 RefPtr<Element> clonedAncestor = clonedBlockquote;
157 appendNode(clonedChild.get(), clonedAncestor.get());
158 clonedAncestor = clonedChild;
161 moveRemainingSiblingsToNewParent(startNode, 0, clonedAncestor);
170 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 910 milliseconds