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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 46 Layout& columnLayout = m_layoutStruct[effCol];
69 columnLayout.emptyCellsOnly = false;
73 columnLayout.minLogicalWidth = std::max<int>(columnLayout.minLogicalWidth, cellHasContent ? 1 : 0);
74 columnLayout.maxLogicalWidth = std::max<int>(columnLayout.maxLogicalWidth, 1);
77 columnLayout.minLogicalWidth = std::max<int>(cell->minPreferredLogicalWidth(), columnLayout.minLogicalWidth);
78 if (cell->maxPreferredLogicalWidth() > columnLayout.maxLogicalWidth) {
79 columnLayout.maxLogicalWidth = cell->maxPreferredLogicalWidth()
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 197 milliseconds