Home | History | Annotate | Download | only in editing

Lines Matching refs:isTableRow

47 static bool isTableRow(const Node* node)
60 if (!isTableRow(row))
187 m_startTableRow = enclosingNodeOfType(start, &isTableRow);
188 m_endTableRow = enclosingNodeOfType(end, &isTableRow);