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

  /external/webkit/WebCore/rendering/
RenderText.h 76 virtual int maxPrefWidth() const;
RenderFlexibleBox.cpp 141 m_maxPrefWidth += child->maxPrefWidth() + margin;
166 w = child->maxPrefWidth() + margin;
    [all...]
AutoTableLayout.cpp 86 if (cell->maxPrefWidth() > l.maxWidth) {
87 l.maxWidth = cell->maxPrefWidth();
323 float cMaxWidth = cell->maxPrefWidth() + hspacing;
RenderBox.h 169 virtual int maxPrefWidth() const;
RenderBox.cpp 465 int RenderBox::maxPrefWidth() const
    [all...]
RenderText.cpp 565 int RenderText::maxPrefWidth() const
    [all...]
RenderObject.h 584 virtual int maxPrefWidth() const { return 0; }
    [all...]
RenderTable.cpp 239 setWidth(min(availContentWidth, maxPrefWidth()));
    [all...]
RenderBlock.cpp     [all...]

Completed in 68 milliseconds