Searched defs:isTableCell (Results 1 – 5 of 5) sorted by relevance
84 bool AccessibilityTableCell::isTableCell() const in isTableCell() function in WebCore::AccessibilityTableCell
304 virtual bool isTableCell() const { return false; } in isTableCell() function
139 virtual bool isTableCell() const { return true; } in isTableCell() function
292 virtual bool isTableCell() const { return false; } in isTableCell() function
796 bool isTableCell(const Node* node) in isTableCell() function