Searched refs:oldElement (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLFormattingElementList.cpp76 void HTMLFormattingElementList::swapTo(Element* oldElement, Element* newElement, const Bookmark& bookmark) argument
78 ASSERT(contains(oldElement));
81 ASSERT(bookmark.mark()->element() == oldElement);
88 remove(oldElement);
H A DHTMLFormattingElementList.h114 void swapTo(Element* oldElement, Element* newElement, const Bookmark&);
/external/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
177 if (oldElement == newElement)
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp884 Element* oldElement = document->getElementById(id); local
885 if (oldElement) {
886 Node* parent = oldElement->parentNode();
889 parent->removeChild(oldElement, err);
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp815 Element* oldElement = static_cast<Element*>(importedNode); local
816 RefPtr<Element> newElement = createElementNS(oldElement->namespaceURI(), oldElement->tagQName().toString(), ec);
821 NamedNodeMap* attrs = oldElement->attributes(true);
832 newElement->copyNonAttributeProperties(oldElement);
835 for (Node* oldChild = oldElement->firstChild(); oldChild; oldChild = oldChild->nextSibling()) {

Completed in 100 milliseconds