Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableCell.cpp84 bool AccessibilityTableCell::isTableCell() const in isTableCell() function in WebCore::AccessibilityTableCell
DAccessibilityObject.h304 virtual bool isTableCell() const { return false; } in isTableCell() function
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.h139 virtual bool isTableCell() const { return true; } in isTableCell() function
DRenderObject.h292 virtual bool isTableCell() const { return false; } in isTableCell() function
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp796 bool isTableCell(const Node* node) in isTableCell() function