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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DOrderedHashSet.java52 T oldElement = elements.get(i);
54 super.remove(oldElement); // now update the set: remove/add
56 return oldElement;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLFormattingElementList.cpp82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark& bookmark) argument
84 ASSERT(contains(oldElement));
87 ASSERT(bookmark.mark()->element() == oldElement);
94 remove(oldElement);
H A DHTMLFormattingElementList.h119 void swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark&);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp252 RefPtrWillBeRawPtr<Element> oldElement = m_current; local
255 m_current = oldElement;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp188 Element* oldElement = toElement(oldNode);
192 while (oldElement->attributesWithoutUpdate().size()) {
193 const Attribute& attribute = oldElement->attributesWithoutUpdate().at(0);
194 if (!m_domEditor->removeAttribute(oldElement, attribute.localName(), exceptionState))
202 if (!m_domEditor->setAttribute(oldElement, it->name().localName(), it->value(), exceptionState))
207 bool result = innerPatchChildren(oldElement, oldDigest->m_children, newDigest->m_children, exceptionState);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp980 Element* oldElement = toElement(importedNode); local
982 // oldElement has mismatched prefix/namespace?
983 if (!hasValidNamespaceForElements(oldElement->tagQName())) {
987 RefPtrWillBeRawPtr<Element> newElement = createElement(oldElement->tagQName(), false);
989 newElement->cloneDataFromElement(*oldElement);
992 if (!importContainerNodeChildren(oldElement, newElement, exceptionState))
994 if (isHTMLTemplateElement(*oldElement)
995 && !importContainerNodeChildren(toHTMLTemplateElement(oldElement)->content(), toHTMLTemplateElement(newElement)->content(), exceptionState))
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 434 milliseconds