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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTemplateElement.cpp 71 RefPtrWillBeRawPtr<Node> clone = cloneElementWithChildren();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 241 PassRefPtrWillBeRawPtr<Element> cloneElementWithChildren();
604 // cloneNode is private so that non-virtual cloneElementWithChildren and cloneElementWithoutChildren
    [all...]
Element.cpp 257 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
260 PassRefPtrWillBeRawPtr<Element> Element::cloneElementWithChildren()
    [all...]

Completed in 107 milliseconds