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

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpan.java 27 public class CellSpan extends Activity {
CellSpanTest.java 19 import android.widget.layout.table.CellSpan;
27 * {@link android.widget.layout.table.CellSpan} is
30 public class CellSpanTest extends ActivityInstrumentationTestCase<CellSpan> {
39 super("com.android.frameworks.coretests", CellSpan.class);
46 final CellSpan activity = getActivity();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 41 class CellSpan {
43 CellSpan(unsigned start, unsigned end)
259 CellSpan fullTableRowSpan() const { return CellSpan(0, m_grid.size()); }
260 CellSpan fullTableColumnSpan() const { return CellSpan(0, table()->columns().size()); }
265 CellSpan dirtiedRows(const LayoutRect& repaintRect) const;
266 CellSpan dirtiedColumns(const LayoutRect& repaintRect) const;
270 CellSpan spannedRows(const LayoutRect& flippedRect) const;
271 CellSpan spannedColumns(const LayoutRect& flippedRect) const
    [all...]
RenderTableSection.cpp     [all...]

Completed in 82 milliseconds