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

  /external/webkit/Source/WebCore/rendering/
RenderFrameBase.h 39 void layoutWithFlattening(bool fixedWidth, bool fixedHeight);
RenderFrameBase.cpp 40 void RenderFrameBase::layoutWithFlattening(bool fixedWidth, bool fixedHeight)
71 if (isScrollable || !fixedWidth) {
81 if (isScrollable || !fixedWidth || childRoot->isFrameSet())
AutoTableLayout.cpp 313 int fixedWidth = 0;
323 fixedWidth += columnLayout.logicalWidth.value();
391 for (unsigned pos = effCol; fixedWidth > 0 && pos < lastCol; ++pos) {
392 int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth);
393 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
403 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
405 fixedWidth -= m_layoutStruct[pos].logicalWidth.value();
414 if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)) {
    [all...]
RenderFrameSet.cpp 666 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();
670 if (!fixedWidth)
681 toRenderFrame(child)->layoutWithFlattening(fixedWidth, fixedHeight);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2440 milliseconds