Searched defs:isTableCell (Results 1 – 5 of 5) sorted by relevance
85 bool AXTableCell::isTableCell() const in isTableCell() function in blink::AXTableCell
353 virtual bool isTableCell() const { return false; } in isTableCell() function
229 virtual bool isTableCell() const OVERRIDE { return true; } in isTableCell() function
398 virtual bool isTableCell() const { return false; } in isTableCell() function
768 bool isTableCell(const Node* node) in isTableCell() function