Searched refs:cell (Results 1 - 25 of 68) sorted by relevance

123

/external/webkit/WebCore/accessibility/
H A DAccessibilityTableColumn.cpp97 AccessibilityObject* cell = rowChildren[i].get(); local
98 if (cell->ariaRoleAttribute() == ColumnHeaderRole)
99 return cell;
133 RenderTableCell* cell = 0;
136 RenderTableCell* testCell = section->cellAt(0, testCol).cell;
140 // we've reached a cell that doesn't even overlap our column
152 cell = testCell;
155 if (!cell)
158 return m_parentTable->axObjectCache()->getOrCreate(cell);
172 AccessibilityTableCell* cell local
[all...]
H A DAccessibilityTable.cpp107 // go through the cell's and check for tell-tale signs of "data" table status
116 // if there's only one cell, it's not a good AXTable candidate
120 // store the background color of the table to check against cell's background colors
128 // 1) must have at least one valid cell (and)
130 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
137 RenderTableCell* cell = firstBody->cellAt(row, col).cell; local
138 if (!cell)
140 Node* cellNode = cell->node();
144 if (cell
238 RenderTableCell* cell = tableSection->cellAt(rowIndex, colIndex).cell; local
382 RenderTableCell* cell = 0; local
[all...]
H A DAccessibilityTableRow.cpp103 AccessibilityObject* cell = rowChildren[0].get();
104 if (!cell->isTableCell())
107 RenderObject* cellRenderer = static_cast<AccessibilityTableCell*>(cell)->renderer();
115 return cell;
H A DAccessibilityARIAGridRow.cpp133 AccessibilityObject* cell = rowChildren[i].get(); local
134 if (cell->ariaRoleAttribute() == RowHeaderRole)
135 return cell;
/external/webkit/WebCore/rendering/
H A DRenderTableSection.cpp84 // recalc cell info because RenderTable has unguarded pointers
105 // If beforeChild is inside an anonymous cell/row, insert into the cell or into
167 emptyCellStruct.cell = 0;
181 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) argument
183 int rSpan = cell->rowSpan();
184 int cSpan = cell->colSpan();
189 // (see the annotation on table cell layouting in the CSS specs and the testcase below:
195 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).cell || cellAt(m_cRow, m_cCol).inColSpan))
200 Length height = cell
280 RenderTableCell* cell = current.cell; local
341 RenderTableCell* cell; local
466 RenderTableCell* cell = current.cell; local
587 RenderTableCell* cell = cellAt(r, c).cell; local
730 RenderTableCell* cell = cellAt(r, c).cell; local
753 RenderTableCell* cell = toRenderTableCell(curr); local
771 RenderTableCell* cell = toRenderTableCell(curr); local
789 RenderTableCell* cell = toRenderTableCell(curr); local
1019 RenderTableCell* cell = firstRow->at(i).cell; local
1133 RenderTableCell* cell = current.cell; local
1222 const CellStruct& cell = cellAt(r, c); local
[all...]
H A DRenderTableRow.cpp80 // If beforeChild is inside an anonymous cell, insert into the cell.
86 RenderTableCell* cell = new (renderArena()) RenderTableCell(document() /* anonymous object */); local
90 cell->setStyle(newStyle.release());
91 addChild(cell, beforeChild);
92 cell->addChild(child);
96 // If the next renderer is actually wrapped in an anonymous table cell, we need to go up and find that.
100 RenderTableCell* cell = toRenderTableCell(child); local
104 section()->addCell(cell, this);
107 RenderBox::addChild(cell, beforeChil
122 RenderTableCell* cell = toRenderTableCell(child); local
191 RenderTableCell* cell = toRenderTableCell(child); local
[all...]
H A DAutoTableLayout.cpp70 RenderTableCell* cell = current.cell; local
72 bool cellHasContent = cell && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding());
78 if (cell && cell->colSpan() == 1) {
79 // A cell originates in this column. Ensure we have
83 if (cell
230 RenderTableCell* cell = toRenderTableCell(cb); local
311 RenderTableCell *cell = m_spanCells[i]; local
473 insertSpanCell(RenderTableCell *cell) argument
[all...]
H A DRenderTable.cpp77 // In the collapsed border model, there is no cell spacing.
766 // Determined by the first cell of the first row. See the CSS 2.1 spec, section 17.6.2.
802 if (cs.cell) {
803 const BorderValue& cb = cs.cell->style()->borderLeft();
807 const BorderValue& rb = cs.cell->parent()->style()->borderLeft();
825 // Determined by the last cell of the first row. See the CSS 2.1 spec, section 17.6.2.
861 if (cs.cell) {
862 const BorderValue& cb = cs.cell->style()->borderRight();
866 const BorderValue& rb = cs.cell->parent()->style()->borderRight();
1050 RenderTableCell* RenderTable::cellAbove(const RenderTableCell* cell) cons
[all...]
H A DFixedTableLayout.cpp37 table's width, the width of the columns, and borders or cell
50 2. Otherwise, a cell in the first row with a value other than
52 the cell spans more than one column, the width is divided over the
56 table space (minus borders or cell spacing).
60 widths (plus cell spacing or borders). If the table is wider than
66 not affect column widths. Any cell that has content that overflows
157 RenderTableCell* cell = toRenderTableCell(child); local
158 if (cell->prefWidthsDirty())
159 cell->calcPrefWidths();
161 Length w = cell
[all...]
/external/webkit/JavaScriptCore/runtime/
H A DJSArray.h126 inline JSArray* asArray(JSCell* cell) argument
128 ASSERT(cell->inherits(&JSArray::info));
129 return static_cast<JSArray*>(cell);
141 inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData->jsArrayVPtr; } argument
159 inline void MarkStack::markChildren(JSCell* cell) argument
161 ASSERT(Heap::isCellMarked(cell));
162 if (!cell->structure()->typeInfo().overridesMarkChildren()) {
164 asObject(cell)->markChildrenDirect(*this);
168 cell
196 JSCell* cell; local
[all...]
H A DCollector.h177 // cell size needs to be a power of two for certain optimizations in collector.cpp
249 inline CollectorBlock* Heap::cellBlock(const JSCell* cell) argument
251 return reinterpret_cast<CollectorBlock*>(reinterpret_cast<uintptr_t>(cell) & BLOCK_MASK);
254 inline size_t Heap::cellOffset(const JSCell* cell) argument
256 return (reinterpret_cast<uintptr_t>(cell) & BLOCK_OFFSET_MASK) / CELL_SIZE;
259 inline bool Heap::isCellMarked(const JSCell* cell) argument
261 return cellBlock(cell)->marked.get(cellOffset(cell));
264 inline void Heap::markCell(JSCell* cell) argument
266 cellBlock(cell)
[all...]
H A DJSCell.h328 ALWAYS_INLINE void MarkStack::append(JSCell* cell) argument
331 ASSERT(cell);
332 if (Heap::isCellMarked(cell))
334 Heap::markCell(cell);
335 if (cell->structure()->typeInfo().type() >= CompoundType)
336 m_values.append(cell);
H A DOperations.h344 JSCell* cell = asCell(base); local
347 while (slotBase != cell) {
348 JSValue v = cell->structure()->prototypeForLookup(callFrame);
356 cell = asCell(v);
360 if (cell->structure()->isDictionary()) {
361 asObject(cell)->flattenDictionaryObject();
362 if (slotBase == cell)
363 slotOffset = cell->structure()->get(propertyName);
H A DCollector.cpp163 // Each symbian cell within RHeap maps to a 64kb aligned CollectorBlock.
407 // Fast case: find the next garbage cell and recycle it.
414 if (!block->marked.get(m_heap.nextCell)) { // Always false for the last cell in the block
415 Cell* cell = block->cells + m_heap.nextCell; local
418 JSCell* imp = reinterpret_cast<JSCell*>(cell);
423 return cell;
1040 // allocate assumes that the last cell in every block is marked.
1075 JSCell* cell = *it; local
1077 if (!cell->isZombie()) {
1078 const ClassInfo* info = cell
1194 typeName(JSCell* cell) argument
[all...]
/external/webkit/WebCore/inspector/front-end/
H A DDataGrid.js77 var cell = document.createElement("th");
78 cell.className = columnIdentifier + "-column";
79 cell.columnIdentifier = columnIdentifier;
83 cell.appendChild(div);
86 cell.addStyleClass("sort-" + column.sort);
87 this._sortColumnCell = cell;
91 cell.addEventListener("click", this._clickInHeaderCell.bind(this), false);
92 cell.addStyleClass("sortable");
96 cell.addStyleClass(column.aligned);
100 headerRow.appendChild(cell);
1199 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
[all...]
H A DProfileDataGridTree.js81 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
84 cell.addStyleClass("highlight");
86 cell.addStyleClass("highlight");
88 cell.addStyleClass("highlight");
90 cell.addStyleClass("highlight");
93 return cell;
96 cell.addStyleClass("highlight");
112 cell.insertBefore(urlElement, cell.firstChild);
115 return cell;
[all...]
H A DProfileView.js533 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
534 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column")))
537 if (cell.hasStyleClass("total-column"))
539 else if (cell.hasStyleClass("self-column"))
541 else if (cell.hasStyleClass("average-column"))
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD);
111 add (cell);
113 return cell;
/external/icu4c/tools/toolutil/
H A Ducmstate.c333 int32_t entry, sum, state, cell, count; local
353 for(cell=0; cell<256; ++cell) {
354 entry=states->stateTable[state][cell];
358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
373 for(cell=0; cell<256; ++cell) {
425 int32_t entry, state, cell, count; local
927 int32_t state, cell, entry; local
[all...]
/external/webkit/WebCore/platform/chromium/
H A DThemeChromiumMac.mm47 // - The import of FlippedView() and its use as the parent view for cell
50 // - In paintButton() the code to save/restore the window's default button cell.
226 static void setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minZoomedSize, float zoomFactor)
237 if (size != [cell controlSize]) // Only update if we have to, since AppKit does work even if the size is the same.
238 [cell setControlSize:size];
241 static void updateStates(NSCell* cell, ControlStates states)
246 bool oldPressed = [cell isHighlighted];
249 [cell setHighlighted:pressed];
252 bool oldEnabled = [cell isEnabled];
255 [cell setEnable
[all...]
/external/webkit/WebKit/mac/Misc/
H A DWebNSControlExtras.m37 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)];
/external/webkit/WebCore/platform/mac/
H A DThemeMac.mm80 static void setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minZoomedSize, float zoomFactor)
91 if (size != [cell controlSize]) // Only update if we have to, since AppKit does work even if the size is the same.
92 [cell setControlSize:size];
95 static void updateStates(NSCell* cell, ControlStates states)
100 bool oldPressed = [cell isHighlighted];
103 [cell setHighlighted:pressed];
106 bool oldEnabled = [cell isEnabled];
109 [cell setEnabled:enabled];
112 bool oldFocused = [cell showsFirstResponder];
115 [cell setShowsFirstResponde
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java201 final HTMLTable.ICell cell = coverage.newCell ();
202 cell.setText (buf.toString (), true);
203 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
380 final HTMLTable.ICell cell = coverage.newCell ();
381 cell.setText (buf.toString (), true);
382 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
497 final HTMLTable.ICell cell = coverage.newCell ();
498 cell.setText (buf.toString (), true);
499 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
555 // final HTMLTable.ICell cell
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c48 /* coverage of the outline on each pixel cell. */
70 /* each pixel cell. */
281 /* determine the type used to store cell areas. This normally takes at */
453 /* Record the current cell in the table. */
458 PCell *pcell, cell; local
468 cell = *pcell;
469 if ( cell == NULL || cell->x > x )
472 if ( cell->x == x )
475 pcell = &cell
499 PCell cell = gray_find_cell( RAS_VAR ); local
1346 PCell cell; local
1377 PCell cell = ras.ycells[yindex]; local
[all...]
/external/iproute2/tc/
H A Dtc_util.c181 int cell; local
184 if (get_integer(&cell, slash+1, 0))
189 if ((1<<i) == cell) {
319 int cell; local
322 if (get_integer(&cell, slash+1, 0))
327 if ((1<<i) == cell) {

Completed in 256 milliseconds

123