HomeSort by relevance Sort by last modified time
    Searched refs:oldElement (Results 1 - 8 of 8) 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&);
  /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/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 508 * Copies all the attributes from oldElement to newNode. Uses the idMap to
512 protected static void addAttributes(INode newNode, IDragElement oldElement,
526 for (IDragAttribute attr : oldElement.getAttributes()) {
568 * Adds all the children elements of oldElement to newNode, recursively.
572 protected static void addInnerElements(INode newNode, IDragElement oldElement,
575 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/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 271 milliseconds