Searched defs:cloneElementWithoutChildren (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/dom/
H A DElement.cpp99 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
104 RefPtr<Element> clone = cloneElementWithoutChildren();
109 PassRefPtr<Element> Element::cloneElementWithoutChildren() function in class:WebCore::Element

Completed in 14 milliseconds