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

  /external/webkit/WebCore/dom/
Element.h 172 PassRefPtr<Element> cloneElementWithChildren();
313 // cloneNode is private so that non-virtual cloneElementWithChildren and cloneElementWithoutChildren
Element.cpp 99 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
102 PassRefPtr<Element> Element::cloneElementWithChildren()
    [all...]
  /external/webkit/WebCore/svg/
SVGUseElement.cpp 699 RefPtr<Element> newChild = targetInstance->correspondingElement()->cloneElementWithChildren();
702 // but instead use cloneElementWithChildren(). This is an optimization for the common
760 RefPtr<Element> newChild = target->cloneElementWithChildren();
763 // but instead use cloneElementWithChildren(). This is an optimization for the common
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 1146 return QWebElement(m_element->cloneElementWithChildren().get());
    [all...]

Completed in 128 milliseconds