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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h 34 class AutoTableLayout : public TableLayout {
36 AutoTableLayout(RenderTable*);
37 ~AutoTableLayout();
AutoTableLayout.cpp 23 #include "core/rendering/AutoTableLayout.h"
34 AutoTableLayout::AutoTableLayout(RenderTable* table)
41 AutoTableLayout::~AutoTableLayout()
45 void AutoTableLayout::recalcColumn(unsigned effCol)
138 void AutoTableLayout::fullRecalc()
208 void AutoTableLayout::computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth)
247 void AutoTableLayout::applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const
258 int AutoTableLayout::calcEffectiveLogicalWidth(
    [all...]

Completed in 42 milliseconds