Home
last modified time | relevance | path

Searched defs:isAXTable (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp79 bool AXTable::isAXTable() const in isAXTable() function in WebCore::AXTable
DAXObject.h308 virtual bool isAXTable() const { return false; } in isAXTable() function