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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp294 return deep ? cloneElementWithChildren() : cloneElementWithoutChildren();
299 RefPtr<Element> clone = cloneElementWithoutChildren();
304 PassRefPtr<Element> Element::cloneElementWithoutChildren() function in class:WebCore::Element

Completed in 104 milliseconds