HomeSort by relevance Sort by last modified time
    Searched refs:replaceChild (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/webkit/WebCore/html/
HTMLOptGroupElement.h 49 virtual bool replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode&, bool shouldLazyAttach = false);
HTMLOptGroupElement.cpp 70 bool HTMLOptGroupElement::replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode& ec, bool shouldLazyAttach)
72 bool result = HTMLFormControlElement::replaceChild(newChild, oldChild, ec, shouldLazyAttach);
  /external/webkit/WebCore/wml/
WMLOptGroupElement.h 40 virtual bool replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode&, bool shouldLazyAttach = false);
WMLOptGroupElement.cpp 61 bool WMLOptGroupElement::replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode& ec, bool shouldLazyAttach)
63 bool result = WMLFormControlElement::replaceChild(newChild, oldChild, ec, shouldLazyAttach);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodereplacechildnomodificationallowederrEE.java 31 * The "replaceChild(newChild,oldChild)" method causes the
35 * Create an entity reference execute the "replaceChild(newChild,oldChild)" method.
80 replacedChild = entRef.replaceChild(createdNode, entText);
attrreplacechild1.java 79 removedNode = attrNode.replaceChild(newChild, textNode);
hc_attrreplacechild1.java 76 retval = titleAttr.replaceChild(textNode, firstChild);
hc_nodereplacechild.java 31 * The "replaceChild(newChild,oldChild)" method replaces
79 replacedNode = employeeNode.replaceChild(newChild, oldChild);
hc_nodereplacechildinvalidnodetype.java 31 * The "replaceChild(newChild,oldChild)" method raises a
86 replacedChild = rootNode.replaceChild(newChild, oldChild);
hc_nodereplacechildnewchilddiffdocument.java 31 * The "replaceChild(newChild,oldChild)" method raises a
87 replacedChild = elementNode.replaceChild(newChild, oldChild);
hc_nodereplacechildnodeancestor.java 31 * The "replaceChild(newChild,oldChild)" method raises a
84 replacedNode = employeeNode.replaceChild(newChild, oldChild);
hc_nodereplacechildnodename.java 31 * The "replaceChild(newChild,oldChild)" method returns
36 * returned by the "replaceChild(newChild,oldChild)"
80 replacedNode = employeeNode.replaceChild(newChild, oldChild);
hc_nodereplacechildoldchildnonexistent.java 31 * The "replaceChild(newChild,oldChild)" method raises a
82 replacedNode = elementNode.replaceChild(newChild, oldChild);
nodereplacechild.java 31 * The "replaceChild(newChild,oldChild)" method replaces
79 replacedNode = employeeNode.replaceChild(newChild, oldChild);
nodereplacechildinvalidnodetype.java 31 * The "replaceChild(newChild,oldChild)" method raises a
85 replacedChild = rootNode.replaceChild(newChild, oldChild);
nodereplacechildnewchilddiffdocument.java 31 * The "replaceChild(newChild,oldChild)" method raises a
87 replacedChild = elementNode.replaceChild(newChild, oldChild);
nodereplacechildnodeancestor.java 31 * The "replaceChild(newChild,oldChild)" method raises a
86 replacedNode = employeeNode.replaceChild(newChild, oldChild);
nodereplacechildnodename.java 33 * returned by the "replaceChild(newChild,oldChild)"
79 replacedNode = employeeNode.replaceChild(newChild, oldChild);
nodereplacechildnomodificationallowederr.java 31 * The "replaceChild(newChild,oldChild)" method causes the
37 * from the entity reference and execute the "replaceChild(newChild,oldChild)" method.
93 replacedChild = entRef.replaceChild(createdNode, entElement);
nodereplacechildoldchildnonexistent.java 31 * The "replaceChild(newChild,oldChild)" method raises a
83 replacedNode = elementNode.replaceChild(newChild, oldChild);
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
htmlMathML.js 38 tmp_node.replaceChild(convertMath(tmp_node.firstChild),tmp_node.firstChild);
81 node.parentNode.replaceChild(newnode,node);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 49 virtual bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
  /external/webkit/JavaScriptCore/API/tests/
minidom.js 70 node.replaceChild(child3, child2);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 51 virtual bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 55 virtual bool replaceChild(GraphicsLayer *oldChild, GraphicsLayer *newChild);

Completed in 354 milliseconds

1 2 3 4