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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseLayout.groovy 206 * Copies all the attributes from oldElement to newNode.
215 protected void addAttributes(INode newNode, IDragElement oldElement,
227 for (attr in oldElement.getAttributes()) {
268 * Adds all the children elements of oldElement to newNode, recursively.
272 protected void addInnerElements(INode newNode, IDragElement oldElement, Map idMap) {
274 for (element in oldElement.getInnerElements()) {
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 175 HTMLElement* oldElement = enclosingDeletableElement(oldSelection);
177 if (oldElement == newElement)
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 695 Element* oldElement = document->getElementById(id);
696 if (oldElement) {
697 Node* parent = oldElement->parent();
700 parent->removeChild(oldElement, err);
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp 739 Element* oldElement = static_cast<Element*>(importedNode);
740 RefPtr<Element> newElement = createElementNS(oldElement->namespaceURI(), oldElement->tagQName().toString(), ec);
745 NamedNodeMap* attrs = oldElement->attributes(true);
756 newElement->copyNonAttributeProperties(oldElement);
759 for (Node* oldChild = oldElement->firstChild(); oldChild; oldChild = oldChild->nextSibling()) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 126 milliseconds