Home
last modified time | relevance | path

Searched refs:refChild (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DTreeNode.h73 void insertBefore(NodeType* newChild, NodeType* refChild) in insertBefore() argument
79 ASSERT(!refChild || this == refChild->parent()); in insertBefore()
81 if (!refChild) { in insertBefore()
86 NodeType* newPrevious = refChild->previous(); in insertBefore()
88 newChild->m_next = refChild; in insertBefore()
90 refChild->m_previous = newChild; in insertBefore()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.cpp237 void CounterNode::insertAfter(CounterNode* newChild, CounterNode* refChild, const AtomicString& ide… in insertAfter() argument
245 if (refChild && refChild->m_parent != this) in insertAfter()
249 while (m_lastChild != refChild) in insertAfter()
255 if (refChild) { in insertAfter()
256 next = refChild->m_nextSibling; in insertAfter()
257 refChild->m_nextSibling = newChild; in insertAfter()
264 newChild->m_previousSibling = refChild; in insertAfter()
267 ASSERT(next->m_previousSibling == refChild); in insertAfter()
271 ASSERT(m_lastChild == refChild); in insertAfter()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertNodeBeforeCommand.cpp33 …tNodeBeforeCommand(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild, in InsertNodeBeforeCommand() argument
35 : SimpleEditCommand(refChild->document()) in InsertNodeBeforeCommand()
37 , m_refChild(refChild) in InsertNodeBeforeCommand()
DCompositeEditCommand.cpp310 …(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild, ShouldAssumeCont… in insertNodeBefore() argument
312 ASSERT(!isHTMLBodyElement(*refChild)); in insertNodeBefore()
313 …applyCommandToComposite(InsertNodeBeforeCommand::create(insertChild, refChild, shouldAssumeContent… in insertNodeBefore()
316 …d::insertNodeAfter(PassRefPtrWillBeRawPtr<Node> insertChild, PassRefPtrWillBeRawPtr<Node> refChild) in insertNodeAfter() argument
319 ASSERT(refChild); in insertNodeAfter()
320 ASSERT(!isHTMLBodyElement(*refChild)); in insertNodeAfter()
321 ContainerNode* parent = refChild->parentNode(); in insertNodeAfter()
324 if (parent->lastChild() == refChild) in insertNodeAfter()
327 ASSERT(refChild->nextSibling()); in insertNodeAfter()
328 insertNodeBefore(insertChild, refChild->nextSibling()); in insertNodeAfter()
[all …]
DRemoveNodeCommand.cpp61 RefPtrWillBeRawPtr<Node> refChild = m_refChild.release(); in doUnapply() local
65 parent->insertBefore(m_node.get(), refChild.get(), IGNORE_EXCEPTION); in doUnapply()
DSplitElementCommand.cpp88 RefPtrWillBeRawPtr<Node> refChild = m_element2->firstChild(); in doUnapply() local
92 m_element2->insertBefore(children[i].get(), refChild.get(), IGNORE_EXCEPTION); in doUnapply()
DCompositeEditCommand.h108 void insertNodeAfter(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<Node> refChild);
111 …void insertNodeBefore(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<Node> refChild, ShouldA…
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java434 public Node insertBefore(Node newChild, Node refChild) throws DOMException in insertBefore() argument
436 if(null == refChild) in insertBefore()
442 if(newChild == refChild) in insertBefore()
465 if(refChild == node) in insertBefore()
475 ((ElemTemplateElement)newChild).m_nextSibling = (ElemTemplateElement)refChild; in insertBefore()
DElemLiteralResult.java960 public Node insertBefore(Node newChild, Node refChild) in insertBefore() argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp179 …ontainerNode::insertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node* refChild, ExceptionState& … in insertBefore() argument
190 if (!refChild) { in insertBefore()
203 if (refChild->parentNode() != this) { in insertBefore()
209 if (refChild->previousSibling() == newChild || refChild == newChild) in insertBefore()
212 RefPtrWillBeRawPtr<Node> next = refChild; in insertBefore()
DContainerNode.h83 …PassRefPtrWillBeRawPtr<Node> insertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node* refChild, E…
99 void parserInsertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node& refChild);
DNode.idl51 …indings, RaisesException, TypeChecking=Interface] Node insertBefore(Node newChild, Node? refChild);
DNode.h205 …PassRefPtrWillBeRawPtr<Node> insertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node* refChild, E…
DNode.cpp465 …r<Node> Node::insertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node* refChild, ExceptionState& … in insertBefore() argument
468 return toContainerNode(this)->insertBefore(newChild, refChild, exceptionState); in insertBefore()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java656 public Node insertBefore(Node newChild, Node refChild) throws DOMException in insertBefore() argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java491 public final Node insertBefore(Node newChild, Node refChild) in insertBefore() argument
/external/chromium_org/third_party/polymer/components-chromium/platform/
Dplatform.js.map1refChild = refChildWrapper ? unwrap(refChildWrapper) : null;\n\n remove(newChildWrapper);\n …
/external/chromium_org/third_party/polymer_legacy/platform/
Dplatform.js.map1refChild = refChildWrapper ? unwrap(refChildWrapper) : null;\n\n remove(newChildWrapper);\n …
/external/chromium_org/third_party/polymer/components/platform/
Dplatform.js.map1refChild = refChildWrapper ? unwrap(refChildWrapper) : null;\n\n remove(newChildWrapper);\n …