Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLTableRowsCollection.cpp75 … for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) { in rowAfter() local
93 … for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) { in rowAfter() local
107 … for (Node* grandchild = child->firstChild(); grandchild; grandchild = grandchild->nextSibling()) { in rowAfter() local
121 …for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()… in lastRow() local
132 …for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()… in lastRow() local
141 …for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()… in lastRow() local