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

  /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");
202 layout.addAttributes(newNode, oldElement, idMap, filter);
231 IDragElement oldElement = TestDragElement.create("root").add(
239 layout.addInnerElements(newNode, oldElement, idMap);
  /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/webkit/Source/WebCore/dom/
Document.cpp 815 Element* oldElement = static_cast<Element*>(importedNode);
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()) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1092 milliseconds