Searched refs:nextSibling (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform08.js131 node = node.nextSibling;
140 node = node.nextSibling;
145 node = node.nextSibling;
154 node = node.nextSibling;
162 node = node.nextSibling;
171 node = node.nextSibling;
176 node = node.nextSibling;
185 node = node.nextSibling;
190 node = node.nextSibling;
H A Dcanonicalform09.js133 node = node.nextSibling;
142 node = node.nextSibling;
147 node = node.nextSibling;
156 node = node.nextSibling;
164 node = node.nextSibling;
H A Dnodeinsertbefore16.js107 refElem = firstChild.nextSibling;
115 insertedElem = firstChild.nextSibling;
/external/webkit/Source/WebCore/html/
H A DHTMLTableRowsCollection.cpp62 for (child = previous->nextSibling(); child; child = child->nextSibling()) {
72 child = previous->parentNode()->nextSibling();
73 for (; child; child = child->nextSibling()) {
75 for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) {
86 child = previous->nextSibling();
88 child = previous->parentNode()->nextSibling();
89 for (; child; child = child->nextSibling()) {
93 for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) {
104 child = previous->parentNode()->nextSibling();
[all...]
H A DHTMLTableRowElement.cpp74 for (Node *row = head->firstChild(); row; row = row->nextSibling()) {
82 for (Node *node = table->firstChild(); node; node = node->nextSibling()) {
85 for (Node* row = section->firstChild(); row; row = row->nextSibling()) {
95 for (Node *row = foot->firstChild(); row; row = row->nextSibling()) {
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstanceList.cpp40 for (SVGElementInstance* instance = m_rootInstance->firstChild(); instance; instance = instance->nextSibling())
50 instance = instance->nextSibling();
/external/webkit/Source/WebCore/dom/
H A DShadowRoot.cpp45 for (Node* n = firstChild(); n; n = n->nextSibling())
H A DTreeWalker.h51 Node* nextSibling(ScriptState*);
61 Node* nextSibling() { return nextSibling(scriptStateFromNode(mainThreadNormalWorld(), m_current.get())); } function in class:WebCore::TreeWalker
H A DChildNodeList.cpp41 for (Node* n = m_rootNode->firstChild(); n; n = n->nextSibling())
81 n = n->nextSibling();
H A DTreeWalker.idl38 [CallWith=ScriptState] Node nextSibling();
H A DText.cpp68 parentNode()->insertBefore(newText.get(), nextSibling(), ec);
101 while ((n = n->nextSibling())) {
120 Node* onePastEndText = endText->nextSibling();
122 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
134 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
161 n = nodeToRemove->nextSibling();
166 Node* onePastEndText = endText->nextSibling();
167 for (RefPtr<Node> n = nextSibling(); n && n != onePastEndText && n->isTextNode() && n->parentNode() == parent;) {
169 n = nodeToRemove->nextSibling();
230 first = first->nextSibling();
[all...]
H A DTreeWalker.cpp93 if (node->nextSibling()) {
94 node = node->nextSibling();
176 Node* TreeWalker::nextSibling(ScriptState* state) function in class:WebCore::TreeWalker
182 for (RefPtr<Node> sibling = node->nextSibling(); sibling; ) {
200 sibling = sibling->nextSibling();
266 while (Node* nextSibling = node->traverseNextSibling(root())) {
267 node = nextSibling;
/external/mesa3d/src/talloc/
H A Dhieralloc.c19 struct hieralloc_header * nextSibling, * prevSibling; member in struct:hieralloc_header
52 assert(!header->nextSibling || header->nextSibling->prevSibling == header);
53 assert(!header->nextSibling || header->nextSibling->parent == header->parent);
54 assert(!header->prevSibling || header->prevSibling->nextSibling == header);
75 child = child->nextSibling;
86 assert(NULL == header->nextSibling);
94 // child = child->nextSibling;
98 header->nextSibling
[all...]
/external/webkit/Source/WebCore/editing/
H A DJoinTextNodesCommand.cpp38 ASSERT(m_text1->nextSibling() == m_text2);
45 if (m_text1->nextSibling() != m_text2)
H A DMergeIdenticalElementsCommand.cpp40 ASSERT(m_element1->nextSibling() == m_element2);
45 if (m_element1->nextSibling() != m_element2 || !m_element1->rendererIsEditable() || !m_element2->rendererIsEditable())
53 for (Node* child = m_element1->firstChild(); child; child = child->nextSibling())
81 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling())
H A DRemoveNodePreservingChildrenCommand.cpp44 for (Node* child = m_node->firstChild(); child; child = child->nextSibling())
H A DWrapContentsInDummySpanCommand.cpp44 for (Node* child = m_element->firstChild(); child; child = child->nextSibling())
71 for (Node* child = m_dummySpan->firstChild(); child; child = child->nextSibling())
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLRow.cpp47 for (RenderObject* current = firstChild(); current; current = current->nextSibling()) {
75 for (RenderObject* current = firstChild(); current; current = current->nextSibling()) {
106 for (RenderObject* current = firstChild(); current; current = current->nextSibling()) {
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
H A Dtest.js35 PI = PI.nextSibling;
40 COMMENT = COMMENT.nextSibling;
/external/webkit/Source/WebKit/mac/Misc/
H A DMailQuirksUserScript.js35 for (var child = parent.firstChild; child != stopAt; child = child.nextSibling)
/external/webkit/Source/WebCore/inspector/front-end/
H A Dtreeoutline.js57 lastChild.nextSibling = child;
61 child.nextSibling = null;
98 previousChild.nextSibling = child;
107 child.nextSibling = nextChild;
109 child.nextSibling = null;
151 else if (child.nextSibling)
152 child.nextSibling.select();
158 child.previousSibling.nextSibling = child.nextSibling;
159 if (child.nextSibling)
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java70 private NestedMapData nextSibling = null; field in class:NestedMapData
105 curr = curr.nextSibling;
116 sym.lastChild.nextSibling = data;
136 prevSibling.nextSibling = nextSibling;
138 parent.firstChild = nextSibling;
140 if (nextSibling != null) {
141 nextSibling.prevSibling = prevSibling;
272 return nextSibling == null;
276 return nextSibling;
[all...]
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_attrfirstchild.js113 otherChild = textNode.nextSibling;
H A Dhc_attrlastchild.js113 otherChild = textNode.nextSibling;
H A Dhc_attrnextsiblingnull.js107 s = domesticAttr.nextSibling;

Completed in 1616 milliseconds

1234567891011>>