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

  /external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.cpp 76 void HTMLFormattingElementList::swapTo(Element* oldElement, Element* newElement, const Bookmark& bookmark)
78 ASSERT(contains(oldElement));
81 ASSERT(bookmark.mark()->element() == oldElement);
88 remove(oldElement);
HTMLFormattingElementList.h 114 void swapTo(Element* oldElement, Element* newElement, const Bookmark&);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
OrderedHashSet.java 52 T oldElement = elements.get(i);
54 super.remove(oldElement); // now update the set: remove/add
56 return oldElement;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 167 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo");
175 layout.addAttributes(newNode, oldElement, idMap, filter);
185 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo");
203 layout.addAttributes(newNode, oldElement, idMap, filter);
232 IDragElement oldElement = TestDragElement.create("root").add(
240 layout.addInnerElements(newNode, oldElement, idMap);
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
177 if (oldElement == newElement)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 522 * Copies all the attributes from oldElement to newNode. Uses the idMap to
526 protected static void addAttributes(INode newNode, IDragElement oldElement,
529 for (IDragAttribute attr : oldElement.getAttributes()) {
553 * Adds all the children elements of oldElement to newNode, recursively.
557 protected static void addInnerElements(INode newNode, IDragElement oldElement,
560 for (IDragElement element : oldElement.getInnerElements()) {
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 884 Element* oldElement = document->getElementById(id);
885 if (oldElement) {
886 Node* parent = oldElement->parentNode();
889 parent->removeChild(oldElement, err);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/webkit/Source/WebCore/dom/
Document.cpp 805 Element* oldElement = static_cast<Element*>(importedNode);
806 RefPtr<Element> newElement = createElementNS(oldElement->namespaceURI(), oldElement->tagQName().toString(), ec);
811 NamedNodeMap* attrs = oldElement->attributes(true);
822 newElement->copyNonAttributeProperties(oldElement);
825 for (Node* oldChild = oldElement->firstChild(); oldChild; oldChild = oldChild->nextSibling()) {
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 163 milliseconds