Home | History | Annotate | Download | only in html

Lines Matching refs:row

66     // To match Firefox, the row indices work like this:
69 // Rows from other <thead> and <tfoot> elements don't get row indices at all.
74 for (Node *row = head->firstChild(); row; row = row->nextSibling()) {
75 if (row == this)
77 if (row->hasTagName(trTag))
85 for (Node* row = section->firstChild(); row; row = row->nextSibling()) {
86 if (row == this)
88 if (row->hasTagName(trTag))
95 for (Node *row = foot->firstChild(); row; row = row->nextSibling()) {
96 if (row == this)
98 if (row->hasTagName(trTag))