HomeSort by relevance Sort by last modified time
    Searched refs:topSection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableCell.cpp 118 RenderTableSection* tableSection = table->topSection();
AccessibilityTable.cpp 338 RenderTableSection* tableSection = table->topSection();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 391 // ASSERT(!topSection() || !extraLogicalHeight);
396 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) {
506 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section))
509 if (!topSection() && computedLogicalHeight > totalSectionLogicalHeight && !document()->inQuirksMode()) {
520 RenderTableSection* section = topSection();
619 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section))
    [all...]
RenderTable.h 159 RenderTableSection* topSection() const;
341 inline RenderTableSection* RenderTable::topSection() const

Completed in 85 milliseconds