Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h156 RenderTableSection* firstBody() const { return m_firstBody; } in firstBody() function
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXTable.cpp130 RenderTableSection* firstBody = table->firstBody(); in isDataTable() local