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

  /external/webkit/WebCore/rendering/
RenderFrame.h 38 void layoutWithFlattening(bool fixedWidth, bool fixedHeight);
RenderFrame.cpp 96 void RenderFrame::layoutWithFlattening(bool fixedWidth, bool fixedHeight)
126 if (isScrollable || !fixedWidth || childRoot->isFrameSet())
136 if (isScrollable || !fixedWidth || childRoot->isFrameSet())
AutoTableLayout.cpp 331 int fixedWidth = 0;
340 fixedWidth += m_layoutStruct[lastCol].width.value();
411 for (unsigned int pos = col; fixedWidth > 0 && pos < lastCol; pos++) {
412 int w = max(m_layoutStruct[pos].effMinWidth, cMinWidth * m_layoutStruct[pos].width.value() / fixedWidth);
413 fixedWidth -= m_layoutStruct[pos].width.value();
424 if (m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth) {
426 fixedWidth -= m_layoutStruct[pos].width.value();
435 if (!(m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth)) {
RenderFrameSet.cpp 665 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();
669 if (!fixedWidth)
680 toRenderFrame(child)->layoutWithFlattening(fixedWidth, fixedHeight);
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 79 milliseconds