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

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.h 46 const Length* colLengths() const { return m_colLengths.get(); }
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 496 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
535 const Length* colLengths = frameSet()->colLengths();
552 if (colLengths) {
553 Length l = colLengths[c];
666 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();

Completed in 264 milliseconds