HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 51 - 75 of 410) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 200 // we ignore height settings on rowspan cells
244 c.cells.append(cell);
245 // If cells overlap then we take the slow path for painting.
246 if (c.cells.size() > 1)
603 // do, but it will clip the cells that spill out of the table section. In
606 // time only). We may also not be handling row-spanning cells correctly.
736 // Now that our height has been determined, add in overflow from cells.
779 const BorderValue& cb = current.primaryCell()->style()->borderBefore(); // FIXME: Make this work with perpendicular and flipped cells.
830 const BorderValue& cb = current.primaryCell()->style()->borderAfter(); // FIXME: Make this work with perpendicular and flipped cells.
1133 Vector<RenderTableCell*> cells; local
    [all...]
RenderTableRow.cpp 155 // We only ever need to repaint if our cells didn't, which menas that they didn't need
159 // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
180 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
231 // FIXME: Examine cells and repaint only the rect the image paints in.
  /external/webkit/Source/WebCore/html/
HTMLTableRowElement.idl 26 readonly attribute HTMLCollection cells;
DataGridColumn.h 107 RefPtr<RenderStyle> m_columnStyle; // The style used to render the column background behind the row cells.
108 RefPtr<RenderStyle> m_headerStyle; // The style used to render the column header above the row cells.
HTMLTableElement.h 95 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
96 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
CollectionType.h 52 TRCells, // all cells in this row
HTMLDataGridCellElement.idl 38 attribute float progress; // For progress cells, a value from 0-1.0 indicating the state of progress.
HTMLTableCellElement.h 59 // used by table cells to share style decls created by the enclosing table.
HTMLTableRowElement.h 47 PassRefPtr<HTMLCollection> cells();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmdev.h 21 max cell rate: 353207.547 cells/sec */
28 max cell rate: 1412830.188 cells/sec */
30 /* DS3: 12 cells in a 125 usec time slot */
125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 119 // cells have borders, or use attributes like headers, abbr, scope or axis
137 // check enough of the cells to find if the table matches our criteria
140 // 2) at least half of cells have borders (or)
141 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
198 // if we've found 10 "good" cells, we don't need to keep searching
223 // if there is less than two valid cells, it's not a data table
227 // half of the cells had borders, it's a data table
422 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells) function in class:WebCore::AccessibilityTable
432 cells.append(rowChildren)
    [all...]
AccessibilityARIAGridCell.cpp 99 // as far as I can tell, grid cells cannot span rows
121 // as far as I can tell, grid cells cannot span columns
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 31 * which span multiple cells into a grid-like layout. Also supports dimming
121 // Generate an id for each view, this assumes we have at most 256x256 cells
330 * Estimates the number of cells that the specified width would take up.
337 // We know that we have to fit N cells with N-1 width gaps, so we just juggle to solve for N
345 * Estimates the number of cells that the specified height would take up.
352 // We know that we have to fit N cells with N-1 height gaps, so we juggle to solve for N
374 * Estimates the width that the number of hSpan cells will take up.
382 * Estimates the height that the number of vSpan cells will take up.
418 * Number of cells spanned horizontally by the item.
424 * Number of cells spanned vertically by the item
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
93 c1 = r.cells[0];
  /build/tools/droiddoc/templates-sdk/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
93 c1 = r.cells[0];
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
93 c1 = r.cells[0];
  /hardware/invensense/mlsdk/mllite/
mlarray.c 56 * <b>Must be 3 cells long </b>.
76 * <b>Must be 3 cells long </b>.
115 * <b>Must be 9 cells long</b>.
146 * <b>Must be 4 cells long </b>.
164 * <b>Must be 3 cells long </b>.
181 * <b>Must be 3 cells long</b>.
196 * <b>Must be 3 cells long</b>.
213 * <b>Must be 3 cells long </b>.
249 * <b>Must be 3 cells long </b>.
280 * <b>Must be 3 cells long </b>
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 27 * cells is set by the {@link #setCellSize} method and the
32 * in {@link #addViewAt}. Views can not span multiple cells.
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 30 * cells is set by the {@link #setCellSize} method and the
35 * in {@link #addViewAt}. Views can not span multiple cells.
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 70 // We will fill in result cells with actual values (to replace the
72 // save references to these cells.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tablelayout.jd 93 <code>table</code> element; <code>TableRow</code> is like a <code>tr</code> element; but for our cells like
94 the html <code>td</code> element, we can use any kind of View. Here, we use <code>TextView</code> for the cells.</p>
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
dillo 40 empty-cells
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 28 * setup to exercise tables in which cells use fixed width and height.
HorizontalGravityTest.java 29 * setup to exercise tables in which cells use horizontal gravity.
WeightTest.java 28 * setup to exercise tables in which cells use a weight.

Completed in 350 milliseconds

1 23 4 5 6 7 8 91011>>