/external/webkit/WebCore/rendering/ |
D | RenderTableRow.cpp | 86 … RenderTableCell* cell = new (renderArena()) RenderTableCell(document() /* anonymous object */); in addChild() local 100 RenderTableCell* cell = toRenderTableCell(child); in addChild() local 122 RenderTableCell* cell = toRenderTableCell(child); in layout() local 191 RenderTableCell* cell = toRenderTableCell(child); in paint() local
|
D | RenderTableSection.cpp | 181 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) in addCell() 280 RenderTableCell* cell = current.cell; in setCellWidths() local 341 RenderTableCell* cell; in setCellWidths() local 466 RenderTableCell* cell = current.cell; in setCellWidths() local 587 RenderTableCell* cell = cellAt(r, c).cell; in setCellWidths() local 730 RenderTableCell* cell = cellAt(r, c).cell; in setCellWidths() local 753 RenderTableCell* cell = toRenderTableCell(curr); in setCellWidths() local 771 RenderTableCell* cell = toRenderTableCell(curr); in setCellWidths() local 789 RenderTableCell* cell = toRenderTableCell(curr); in setCellWidths() local 1019 RenderTableCell* cell = firstRow->at(i).cell; in setCellWidths() local [all …]
|
D | AutoTableLayout.cpp | 70 RenderTableCell* cell = current.cell; in recalcColumn() local 230 RenderTableCell* cell = toRenderTableCell(cb); in shouldScaleColumns() local 311 RenderTableCell *cell = m_spanCells[i]; in calcEffectiveWidth() local 473 void AutoTableLayout::insertSpanCell(RenderTableCell *cell) in insertSpanCell()
|
D | FixedTableLayout.cpp | 157 RenderTableCell* cell = toRenderTableCell(child); in calcWidthArray() local
|
D | RenderTableSection.h | 57 RenderTableCell* cell; member
|
/external/webkit/WebCore/accessibility/ |
D | AccessibilityTableColumn.cpp | 97 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local 133 RenderTableCell* cell = 0; in headerObjectForSection() local 172 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); in addChildren() local
|
D | AccessibilityTable.cpp | 137 RenderTableCell* cell = firstBody->cellAt(row, col).cell; in isTableExposableThroughAccessibility() local 238 RenderTableCell* cell = tableSection->cellAt(rowIndex, colIndex).cell; in addChildren() local 382 RenderTableCell* cell = 0; in cellForColumnAndRow() local
|
D | AccessibilityTableRow.cpp | 103 AccessibilityObject* cell = rowChildren[0].get(); in headerObject() local
|
D | AccessibilityARIAGridRow.cpp | 133 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSArray.h | 126 inline JSArray* asArray(JSCell* cell) in asArray() 141 …inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData-… in isJSArray() 159 inline void MarkStack::markChildren(JSCell* cell) in markChildren() 196 JSCell* cell; in drain() local
|
D | JSGlobalData.cpp | 81 CollectorCell cell; in storeVPtrs() local
|
D | JSObject.h | 274 inline JSObject* asObject(JSCell* cell) in asObject() 603 JSCell* cell = asCell(); in get() local 628 JSCell* cell = const_cast<JSCell*>(asCell()); in get() local
|
D | Collector.cpp | 415 Cell* cell = block->cells + m_heap.nextCell; in allocate() local 1075 JSCell* cell = *it; in sweep() local 1194 static const char* typeName(JSCell* cell) in typeName()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 201 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 380 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 497 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 674 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 791 final HTMLTable.ICell cell = navRow.newCell (); in addPageHeader() local 826 final HTMLTable.ICell cell = navRow.newCell (); in addPageFooter() local 846 final HTMLTable.ICell cell = titleRow.newCell (); in addPageFooter() local 884 final HTMLTable.ICell cell = header.newCell (); in addHeaderRow() local 921 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local 951 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local [all …]
|
/external/icu4c/tools/toolutil/ |
D | ucmstate.c | 333 int32_t entry, sum, state, cell, count; in sumUpStates() local 425 int32_t entry, state, cell, count; in ucm_processStates() local 928 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/external/chromium/third_party/icu/source/tools/toolutil/ |
D | ucmstate.c | 333 int32_t entry, sum, state, cell, count; in sumUpStates() local 425 int32_t entry, state, cell, count; in ucm_processStates() local 927 int32_t state, cell, entry; in ucm_optimizeStates() local
|
/external/iproute2/tc/ |
D | q_cbq.c | 85 unsigned cell; in cbq_parse_opt() local 264 unsigned cell; in cbq_parse_class_opt() local
|
D | tc_util.c | 181 int cell; in get_rate_and_cell() local 319 int cell; in get_size_and_cell() local
|
/external/chromium/third_party/icu/source/common/ |
D | ubidi.c | 794 #define GET_STATEPROPS(cell) ((cell)&0x1f) argument 795 #define GET_ACTIONPROPS(cell) ((cell)>>5) argument 889 #define GET_STATE(cell) ((cell)&0x0f) argument 890 #define GET_ACTION(cell) ((cell)>>4) argument 1198 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1397 uint8_t gprop, resProp, cell; in resolveImplicitLevels() local
|
/external/icu4c/common/ |
D | ubidi.c | 790 #define GET_STATEPROPS(cell) ((cell)&0x1f) argument 791 #define GET_ACTIONPROPS(cell) ((cell)>>5) argument 885 #define GET_STATE(cell) ((cell)&0x0f) argument 886 #define GET_ACTION(cell) ((cell)>>4) argument 1194 uint8_t cell, oldStateSeq, actionSeq; in processPropertySeq() local 1393 uint8_t gprop, resProp, cell; in resolveImplicitLevels() local
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell() local
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 225 JSGlobalPropertyCell* cell, in CompileCallGlobal() 259 JSGlobalPropertyCell* cell, in CompileStoreGlobal() 303 JSGlobalPropertyCell* cell, in CompileLoadGlobal()
|
/external/webkit/WebCore/html/ |
D | HTMLTableRowElement.cpp | 163 RefPtr<Node> cell = children->item(index); in deleteCell() local
|
/external/v8/src/x64/ |
D | fast-codegen-x64.cc | 53 void FastCodeGenerator::EmitGlobalVariableLoad(Handle<Object> cell) { in EmitGlobalVariableLoad()
|
/external/v8/src/arm/ |
D | fast-codegen-arm.cc | 53 void FastCodeGenerator::EmitGlobalVariableLoad(Handle<Object> cell) { in EmitGlobalVariableLoad()
|