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

  /external/webkit/Source/WebCore/dom/
Element.h 204 PassRefPtr<Element> cloneElementWithChildren();
404 // cloneNode is private so that non-virtual cloneElementWithChildren and cloneElementWithoutChildren
Element.cpp 188 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
191 PassRefPtr<Element> Element::cloneElementWithChildren()
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 804 RefPtr<Element> newChild = targetInstance->correspondingElement()->cloneElementWithChildren();
807 // but instead use cloneElementWithChildren(). This is an optimization for the common
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp     [all...]

Completed in 575 milliseconds