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

  /external/webkit/WebCore/editing/
BreakBlockquoteCommand.cpp 138 RefPtr<Element> clonedBlockquote = topBlockquote->cloneElementWithoutChildren();
147 RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren();
SplitElementCommand.cpp 69 m_element1 = m_element2->cloneElementWithoutChildren();
InsertParagraphSeparatorCommand.cpp 138 RefPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren();
209 blockToInsert = startBlock->cloneElementWithoutChildren();
ModifySelectionListLevel.cpp 190 newParent = newParent->cloneElementWithoutChildren();
markup.cpp     [all...]
ApplyStyleCommand.cpp     [all...]
  /external/webkit/WebCore/dom/
Element.h 173 PassRefPtr<Element> cloneElementWithoutChildren();
313 // cloneNode is private so that non-virtual cloneElementWithChildren and cloneElementWithoutChildren
Element.cpp 99 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
104 RefPtr<Element> clone = cloneElementWithoutChildren();
109 PassRefPtr<Element> Element::cloneElementWithoutChildren()
    [all...]

Completed in 140 milliseconds