Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h95 …void moveElementOutOfAncestor(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<ContainerNod…
DReplaceSelectionCommand.cpp650 moveElementOutOfAncestor(&element, paragraphElement); in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
655 moveElementOutOfAncestor(&element, headerElement); in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
660 void ReplaceSelectionCommand::moveElementOutOfAncestor(PassRefPtrWillBeRawPtr<Element> prpElement, … in moveElementOutOfAncestor() function in blink::ReplaceSelectionCommand