Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 94) sorted by relevance

1234

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainGridListener.java44 public void tileAttached( Vector3f cell, TerrainQuad quad ); in tileAttached()
46 public void tileDetached( Vector3f cell, TerrainQuad quad ); in tileDetached()
/external/webkit/Source/WebCore/rendering/
DRenderTableRow.cpp106 … RenderTableCell* cell = new (renderArena()) RenderTableCell(document() /* anonymous object */); in addChild() local
120 RenderTableCell* cell = toRenderTableCell(child); in addChild() local
144 RenderTableCell* cell = toRenderTableCell(child); in layout() local
220 RenderTableCell* cell = toRenderTableCell(child); in paint() local
DRenderTableSection.cpp189 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) in addCell()
286 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local
347 RenderTableCell* cell; in setCellLogicalWidths() local
474 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local
597 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local
746 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local
971 RenderTableCell* cell = cs.primaryCell(); in setCellLogicalWidths() local
1008 void RenderTableSection::paintCell(RenderTableCell* cell, PaintInfo& paintInfo, int tx, int ty) in setCellLogicalWidths()
1131 RenderTableCell* cell = current.primaryCell(); in setCellLogicalWidths() local
1190 for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { in setCellLogicalWidths() local
[all …]
DAutoTableLayout.cpp60 RenderTableCell* cell = current.primaryCell(); in recalcColumn() local
208 RenderTableCell* cell = toRenderTableCell(cb); in shouldScaleColumns() local
292 RenderTableCell* cell = m_spanCells[i]; in calcEffectiveLogicalWidth() local
452 void AutoTableLayout::insertSpanCell(RenderTableCell *cell) in insertSpanCell()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableColumn.cpp97 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local
136 RenderTableCell* cell = 0; in headerObjectForSection() local
187 AccessibilityTableCell* cell = m_parentTable->cellForColumnAndRow(m_columnIndex, i); in addChildren() local
DAccessibilityTableRow.cpp110 AccessibilityObject* cell = rowChildren[0].get(); in headerObject() local
DAccessibilityTable.cpp154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); in isDataTable() local
320 RenderTableCell* cell = tableSection->primaryCellAt(rowIndex, colIndex); in addChildren() local
462 RenderTableCell* cell = 0; in cellForColumnAndRow() local
DAccessibilityARIAGridRow.cpp133 AccessibilityObject* cell = rowChildren[i].get(); in headerObject() local
/external/webkit/Source/JavaScriptCore/heap/
DMarkedSpace.h120 inline Heap* MarkedSpace::heap(JSCell* cell) in heap()
125 inline bool MarkedSpace::isMarked(const JSCell* cell) in isMarked()
130 inline bool MarkedSpace::testAndSetMarked(const JSCell* cell) in testAndSetMarked()
135 inline void MarkedSpace::setMarked(const JSCell* cell) in setMarked()
DMarkStack.cpp57 inline void MarkStack::markChildren(JSCell* cell) in markChildren()
104 JSCell* cell; in drain() local
DHandleHeap.cpp77 JSCell* cell = node->slot()->asCell(); in markWeakHandles() local
99 JSCell* cell = node->slot()->asCell(); in finalizeWeakHandles() local
161 JSCell* cell = value.asCell(); in isValidWeakNode() local
DHeap.h145 inline bool Heap::isMarked(const JSCell* cell) in isMarked()
150 inline bool Heap::testAndSetMarked(const JSCell* cell) in testAndSetMarked()
155 inline void Heap::setMarked(JSCell* cell) in setMarked()
DMarkedBlock.cpp74 JSCell* cell = reinterpret_cast<JSCell*>(&atoms()[i]); in sweep() local
DHeap.cpp323 inline const char* TypeCounter::typeName(JSCell* cell) in typeName()
340 inline void TypeCounter::operator()(JSCell* cell) in operator ()()
/external/valgrind/main/memcheck/tests/
Dleak-pool.c9 struct cell struct
11 struct cell *next; argument
12 int x;
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java201 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/webkit/Source/WebCore/html/
DHTMLTableRowElement.cpp130 RefPtr<HTMLTableCellElement> cell = HTMLTableCellElement::create(tdTag, document()); in insertCell() local
151 RefPtr<Node> cell = children->item(index); in deleteCell() local
/external/icu4c/tools/toolutil/
Ducmstate.c333 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/webkit/Source/JavaScriptCore/runtime/
DJSArray.h174 inline JSArray* asArray(JSCell* cell) in asArray()
185 …inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData-… in isJSArray()
/external/iproute2/tc/
Dq_cbq.c84 unsigned cell; in cbq_parse_opt() local
263 unsigned cell; in cbq_parse_class_opt() local
/external/guava/guava/src/com/google/common/collect/
DTables.java305 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in contains() local
314 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in remove() local
494 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in contains() local
506 Cell<?, ?, ?> cell = (Cell<?, ?, ?>) obj; in remove() local
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java110 final ICell cell = new Cell (m_th ? Tag.TH : Tag.TD); in newCell() local
/external/webkit/Source/JavaScriptCore/debugger/
DDebugger.cpp65 inline void Recompiler::operator()(JSCell* cell) in operator ()()
/external/clang/test/CodeGenCXX/
Dempty-classes.cpp61 FreeCell cell; member
/external/chromium/chrome/browser/chromeos/
Dwm_overview_controller.cc140 void ConfigureCell(WmOverviewSnapshot* cell, int index) { in ConfigureCell()
296 WmOverviewSnapshot* cell = snapshots_[i].snapshot; in ConfigureNextUnconfiguredSnapshot() local
383 void BrowserListener::ConfigureCell(WmOverviewSnapshot* cell, in ConfigureCell()

1234