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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 99 model.splitColumn(1, false /*insertMarginColumn*/, 100 /*columnWidthDp*/, 300 /* x */);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 117 m_table->splitColumn(currentEffectiveColumn, span);
RenderTable.h 167 void splitColumn(unsigned position, unsigned firstSpan);
RenderTableSection.h 173 void splitColumn(unsigned pos, unsigned first);
RenderTable.cpp     [all...]
RenderTableSection.cpp 235 table()->splitColumn(m_cCol, cSpan);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 638 mGrid.splitColumn(column, insertMarginColumn, columnWidthDp, mColumnMatch.matchedLine);
    [all...]
GridModel.java     [all...]

Completed in 366 milliseconds