OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:columnLayout
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp
47
Layout&
columnLayout
= m_layoutStruct[effCol];
64
columnLayout
.emptyCellsOnly = false;
72
columnLayout
.minLogicalWidth = max(
columnLayout
.minLogicalWidth, cellHasContent ? 1 : 0);
73
columnLayout
.maxLogicalWidth = max(
columnLayout
.maxLogicalWidth, 1);
76
columnLayout
.minLogicalWidth = max(cell->minPreferredLogicalWidth(),
columnLayout
.minLogicalWidth);
77
if (cell->maxPreferredLogicalWidth() >
columnLayout
.maxLogicalWidth) {
78
columnLayout
.maxLogicalWidth = cell->maxPreferredLogicalWidth()
[
all
...]
/sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorViewer.java
222
TableColumnLayout
columnLayout
= new TableColumnLayout();
223
tableContainer.setLayout(
columnLayout
);
244
columnLayout
.setColumnData(tblclmnKey,
250
columnLayout
.setColumnData(tblclmnValue,
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 617 milliseconds