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

  /external/webkit/WebCore/html/
HTMLFrameSetElement.h 69 const Length* colLengths() const { return m_cols; }
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 495 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
534 const Length* colLengths = frameSet()->colLengths();
551 if (colLengths) {
552 Length l = colLengths[c];
665 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();

Completed in 39 milliseconds