Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTableCell.cpp85 bool AXTableCell::isTableCell() const in isTableCell() function in blink::AXTableCell
DAXObject.h353 virtual bool isTableCell() const { return false; } in isTableCell() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h229 virtual bool isTableCell() const OVERRIDE { return true; } in isTableCell() function
DRenderObject.h398 virtual bool isTableCell() const { return false; } in isTableCell() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp768 bool isTableCell(const Node* node) in isTableCell() function