HomeSort by relevance Sort by last modified time
    Searched defs:isTableRow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableRow.cpp 56 if (!isTableRow())
68 bool AXTableRow::isTableRow() const
91 if (!isTableRow())
108 if (!m_renderer || !m_renderer->isTableRow())
AXObject.h 354 virtual bool isTableRow() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 399 virtual bool isTableRow() const { return false; }
413 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
513 if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
    [all...]

Completed in 96 milliseconds