HomeSort by relevance Sort by last modified time
    Searched refs:colSpan (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 79 int colSpan = v.getColumnSpan();
80 lp.width = (int) ((colSpan * cellWidth) + (colSpan - 1) * mCellGap);
91 cursor += colSpan;
118 final int colSpan = child.getColumnSpan();
126 if ((col + colSpan) > mNumColumns) {
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.h 39 int colSpan() const { return m_colSpan; }
HTMLTableCellElement.idl 31 attribute long colSpan;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableCellElement16.js 78 The colSpan attribute specifies the number of columns spanned by a
81 Retrieve the colSpan attribute of the second TD element and examine its
104 vcolspan = testNode.colSpan;
HTMLTableCellElement15.js 78 The colSpan attribute specifies the number of columns spanned by a table
81 Retrieve the colspan attribute of the second TH element and examine its
104 vcolspan = testNode.colSpan;
table25.js 79 The value of attribute colspan of the tablecell element is read and checked against the expected value.
101 vcolspan = testNode.colSpan;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableCellElement16.js 78 The colSpan attribute specifies the number of columns spanned by a
81 Retrieve the colSpan attribute of the second TD element and examine its
104 vcolspan = testNode.colSpan;
HTMLTableCellElement15.js 78 The colSpan attribute specifies the number of columns spanned by a table
81 Retrieve the colspan attribute of the second TH element and examine its
104 vcolspan = testNode.colSpan;
table25.js 79 The value of attribute colspan of the tablecell element is read and checked against the expected value.
101 vcolspan = testNode.colSpan;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableCell.cpp 138 columnRange.second = renderCell->colSpan();
AccessibilityTableColumn.cpp 145 if ((testCell->col() + (testCell->colSpan()-1)) < m_columnIndex)
AccessibilityTable.cpp 494 if (cell && ((cell->col() + (cell->colSpan()-1)) >= (int)column))
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 69 if (cell->colSpan() == 1) {
209 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto())
296 int span = cell->colSpan();
338 // <tr><td>1</td><td colspan=2>2-3</tr>
339 // <tr><td>1</td><td colspan=2 width=100%>2-3</td></tr>
454 ASSERT_ARG(cell, cell && cell->colSpan() != 1);
455 if (!cell || cell->colSpan() == 1)
468 int span = cell->colSpan();
469 while (pos < m_spanCells.size() && m_spanCells[pos] && span > m_spanCells[pos]->colSpan())
    [all...]
RenderTableCell.h 40 int colSpan() const { return m_columnSpan; }
FixedTableLayout.cpp 160 int span = cell->colSpan();
RenderTableCell.cpp 80 m_columnSpan = tc->colSpan();
97 int colSpanCount = colSpan();
103 // Percentage value should be returned only for colSpan == 1.
465 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1;
497 RenderTableCol* colElt = table->colElement(col() + colSpan() - 1, &startColEdge, &endColEdge);
511 colElt = table->colElement(col() + colSpan(), &startColEdge, &endColEdge);
    [all...]
RenderTableSection.cpp 192 int cSpan = cell->colSpan();
200 // <TR><TD colspan="2">5
290 int cspan = cell->colSpan();
704 cell->setLogicalLocation(table()->columnPositions()[nEffCols] - table()->columnPositions()[table()->colToEffCol(cell->col() + cell->colSpan())] + hspacing, m_rowPos[rindx]);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 666 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) {
668 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 646 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) {
648 lp.setColumnSpecSpan(new Interval(col, col + colSpan));
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 323 tableTitle.colSpan = numColumns;
348 tableCell.colSpan = numColumns - c;
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 67 c1.colSpan = 2; */
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 67 c1.colSpan = 2; */
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]

Completed in 378 milliseconds

1 2