Home
last modified time | relevance | path

Searched defs:nextChild (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.h66 RefPtr<Node> nextChild; member
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp235 void ContainerNode::insertBeforeCommon(Node& nextChild, Node& newChild) in insertBeforeCommon()
260 void ContainerNode::parserInsertBefore(PassRefPtr<Node> newChild, Node& nextChild) in parserInsertBefore()
449 void ContainerNode::removeBetween(Node* previousChild, Node* nextChild, Node& oldChild) in removeBetween()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.cpp77 CounterNode* nextChild = child->m_nextSibling; in ~CounterNode() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDeleteSelectionCommand.cpp358 RefPtr<Node> nextChild = child->nextSibling(); in removeNode() local
Dmarkup.cpp989 RefPtr<Node> nextChild; in removeElementPreservingChildren() local
DApplyStyleCommand.cpp1321 Node* nextChild = nextElement->firstChild(); in mergeEndWithNextIfIdentical() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp363 DomTreeNode *nextChild() { in nextChild() function in __anonde2cc2b70311::EarlyCSE::StackNode