HomeSort by relevance Sort by last modified time
    Searched refs:oldChild (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 360 * @param {Node} oldChild Sibling node.
363 function domInsertBefore(newChild, oldChild) {
364 return oldChild.parentNode.insertBefore(newChild, oldChild);
393 * @param {Node} oldChild Old child to remove.
396 function domReplaceChild(newChild, oldChild) {
397 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 396 * @param {Node} oldChild Sibling node.
399 function domInsertBefore(newChild, oldChild) {
400 return oldChild.parentNode.insertBefore(newChild, oldChild);
407 * @param {Node} oldChild Old child to remove.
410 function domReplaceChild(newChild, oldChild) {
411 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 396 * @param {Node} oldChild Sibling node.
399 function domInsertBefore(newChild, oldChild) {
400 return oldChild.parentNode.insertBefore(newChild, oldChild);
407 * @param {Node} oldChild Old child to remove.
410 function domReplaceChild(newChild, oldChild) {
411 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 396 * @param {Node} oldChild Sibling node.
399 function domInsertBefore(newChild, oldChild) {
400 return oldChild.parentNode.insertBefore(newChild, oldChild);
407 * @param {Node} oldChild Old child to remove.
410 function domReplaceChild(newChild, oldChild) {
411 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 396 * @param {Node} oldChild Sibling node.
399 function domInsertBefore(newChild, oldChild) {
400 return oldChild.parentNode.insertBefore(newChild, oldChild);
407 * @param {Node} oldChild Old child to remove.
410 function domReplaceChild(newChild, oldChild) {
411 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /external/chromium_org/third_party/jstemplate/
util.js 392 * @param {Node} oldChild Sibling node.
395 function domInsertBefore(newChild, oldChild) {
396 return oldChild.parentNode.insertBefore(newChild, oldChild);
403 * @param {Node} oldChild Old child to remove.
406 function domReplaceChild(newChild, oldChild) {
407 return oldChild.parentNode.replaceChild(newChild, oldChild);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 289 public Node removeChild(Node oldChild) throws DOMException {
294 public Node replaceChild(Node newChild, Node oldChild)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 315 for (int oldChild = 1; oldChild <= arrayNode.getChildrenLength(); oldChild++)
317 if (itemValue.equals(arrayNode.getChild(oldChild).getValue()))
319 foundIndex = oldChild;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
RenderMenuList.cpp 137 void RenderMenuList::removeChild(RenderObject* oldChild)
139 if (oldChild == m_innerBlock || !m_innerBlock) {
140 RenderFlexibleBox::removeChild(oldChild);
143 m_innerBlock->removeChild(oldChild);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 356 * if oldChild is not a child of this node.
388 * @param oldChild Old child to be replaced
394 public Node replaceChild(Node newChild, Node oldChild) throws DOMException
397 if (oldChild == null || oldChild.getParentNode() != this)
401 ElemTemplateElement oldChildElem = ((ElemTemplateElement) oldChild);
    [all...]
ElemLiteralResult.java 985 * @param oldChild Child to be removed
991 public Node removeChild(Node oldChild) throws DOMException
1002 * @param oldChild Existing child to be replaced
1008 public Node replaceChild(Node newChild, Node oldChild) throws DOMException
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 113 bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
GraphicsLayer.cpp 254 bool GraphicsLayer::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild)
259 if (oldChild == m_children[i]) {
267 oldChild->setParent(0);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 853 for (Node* oldChild = oldElement->firstChild(); oldChild; oldChild = oldChild->nextSibling()) {
854 RefPtr<Node> newChild = importNode(oldChild, true, exceptionState);
876 for (Node* oldChild = oldFragment->firstChild(); oldChild; oldChild = oldChild->nextSibling())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 668 * @param oldChild Existing child to be replaced
674 public Node replaceChild(Node newChild, Node oldChild) throws DOMException
685 * @param oldChild Child to be removed
691 public Node removeChild(Node oldChild) throws DOMException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 155 public Node removeChild(Node oldChild) throws DOMException {
159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 410 Element oldChild = children.get(index);
411 mElement.removeChild(oldChild);
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 500 * @param oldChild
507 public final Node replaceChild(Node newChild, Node oldChild)
515 * @param oldChild
522 public final Node removeChild(Node oldChild) throws DOMException
    [all...]

Completed in 2086 milliseconds

1 2 3 45 6