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

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dcanvas_sqmap.rb20 def image_set(cell, img)
21 tk_send('image', 'set', cell, img)
25 def image_unset(cell)
26 tk_send('image', 'unset', cell)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableRow.cpp88 // This only happens when borders are collapsed, since they end up affecting the border sides of the cell
90 for (RenderTableCell* cell = firstCell(); cell; cell = cell->nextCell())
91 cell->setChildNeedsLayout(MarkOnlyThis);
96 const BorderValue& RenderTableRow::borderAdjoiningStartCell(const RenderTableCell* cell) const
98 ASSERT_UNUSED(cell, cell->isFirstOrLastCellInRow());
99 // FIXME: https://webkit.org/b/79272 - Add support for mixed directionality at the cell leve
117 RenderTableCell* cell = toRenderTableCell(last); local
125 RenderObject* cell = beforeChild->previousSibling(); local
138 RenderTableCell* cell = RenderTableCell::createAnonymousWithParentRenderer(this); local
147 RenderTableCell* cell = toRenderTableCell(child); local
[all...]
H A DRenderTableSection.cpp58 static inline void updateLogicalHeightForCell(RenderTableSection::RowStruct& row, const RenderTableCell* cell) argument
61 if (cell->rowSpan() != 1)
64 Length logicalHeight = cell->style().logicalHeight();
158 // If beforeChild is inside an anonymous cell/row, insert into the cell or into
210 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) argument
212 // We don't insert the cell if we need cell recalc as our internal columns' representation
218 unsigned rSpan = cell->rowSpan();
219 unsigned cSpan = cell
277 RenderTableCell* cell; local
404 RenderTableCell* cell = current.primaryCell(); local
555 RenderTableCell* cell = cs.primaryCell(); local
934 const RenderTableCell* cell = cs.primaryCell(); local
984 paintCell(RenderTableCell* cell, PaintInfo& paintInfo, const LayoutPoint& paintOffset) argument
1134 offsetLeftForRowGroupBorder(RenderTableCell* cell, const LayoutRect& rowGroupRect, unsigned row) argument
1145 offsetTopForRowGroupBorder(RenderTableCell* cell, BoxSide borderSide, unsigned row) argument
1155 verticalRowGroupBorderHeight(RenderTableCell* cell, const LayoutRect& rowGroupRect, unsigned row) argument
1165 horizontalRowGroupBorderWidth(RenderTableCell* cell, const LayoutRect& rowGroupRect, unsigned row, unsigned column) argument
1176 paintRowGroupBorderIfRequired(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, unsigned row, unsigned column, BoxSide borderSide, RenderTableCell* cell) argument
1263 RenderTableCell* cell = current.primaryCell(); local
1297 RenderTableCell* cell = current.primaryCell(); local
1425 const CellStruct& cell = cellAt(r, c); local
1477 RenderTableCell* cell = r[pos].primaryCell(); local
1542 RenderTableCell* cell = current.cells[i]; local
1559 removeCachedCollapsedBorders(const RenderTableCell* cell) argument
1568 setCachedCollapsedBorder(const RenderTableCell* cell, CollapsedBorderSide side, CollapsedBorderValue border) argument
1574 cachedCollapsedBorder(const RenderTableCell* cell, CollapsedBorderSide side) argument
1589 setLogicalPositionForCell(RenderTableCell* cell, unsigned effectiveColumn) const argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DGCLogging.cpp66 void operator()(JSCell* cell) argument
68 m_liveCells.append(cell);
69 MarkedBlock::blockFor(cell)->clearMarked(cell);
75 for (JSCell* cell : m_liveCells) {
76 cell->methodTable()->visitChildren(cell, m_slotVisitor);
77 dataLog("\n", *cell, ":\n", m_slotVisitor);
87 for (JSCell* cell : m_liveCells)
88 MarkedBlock::blockFor(cell)
[all...]
H A DGCAssertions.h33 #define ASSERT_GC_OBJECT_LOOKS_VALID(cell) do { \
34 RELEASE_ASSERT(cell);\
35 RELEASE_ASSERT(cell->structure()->structure() == cell->structure()->structure()->structure()); \
44 #define ASSERT_GC_OBJECT_LOOKS_VALID(cell) do { (void)cell; } while (0)
H A DWriteBarrierBuffer.cpp63 void WriteBarrierBuffer::add(JSCell* cell) argument
65 ASSERT_GC_OBJECT_LOOKS_VALID(cell);
67 m_buffer[m_currentIndex++] = cell;
H A DSlotVisitor.cpp83 ALWAYS_INLINE static void visitChildren(SlotVisitor& visitor, const JSCell* cell) argument
87 ASSERT(Heap::isMarked(cell));
89 if (isJSString(cell)) {
90 JSString::visitChildren(const_cast<JSCell*>(cell), visitor);
94 if (isJSFinalObject(cell)) {
95 JSFinalObject::visitChildren(const_cast<JSCell*>(cell), visitor);
99 if (isJSArray(cell)) {
100 JSArray::visitChildren(const_cast<JSCell*>(cell), visitor);
104 cell->methodTable()->visitChildren(const_cast<JSCell*>(cell), visito
343 validate(JSCell* cell) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceTableCell.cpp43 static AccessibilityObject* core(AtkTableCell* cell) argument
45 if (!WEBKIT_IS_ACCESSIBLE(cell))
48 return webkitAccessibleGetAccessibilityObject(WEBKIT_ACCESSIBLE(cell));
51 GPtrArray* webkitAccessibleTableCellGetColumnHeaderCells(AtkTableCell* cell) argument
53 g_return_val_if_fail(ATK_TABLE_CELL(cell), nullptr);
54 returnValIfWebKitAccessibleIsInvalid(WEBKIT_ACCESSIBLE(cell), nullptr);
56 AccessibilityObject* axObject = core(cell);
66 GPtrArray* webkitAccessibleTableCellGetRowHeaderCells(AtkTableCell* cell) argument
68 g_return_val_if_fail(ATK_TABLE_CELL(cell), nullptr);
69 returnValIfWebKitAccessibleIsInvalid(WEBKIT_ACCESSIBLE(cell), nullpt
81 webkitAccessibleTableCellGetColumnSpan(AtkTableCell* cell) argument
96 webkitAccessibleTableCellGetRowSpan(AtkTableCell* cell) argument
111 webkitAccessibleTableCellGetPosition(AtkTableCell* cell, gint* row, gint* column) argument
133 webkitAccessibleTableCellGetTable(AtkTableCell* cell) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSMap.cpp38 void JSMap::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
40 Base::visitChildren(cell, visitor);
41 JSMap* thisObject = jsCast<JSMap*>(cell);
H A DJSSet.cpp38 void JSSet::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
40 Base::visitChildren(cell, visitor);
41 JSSet* thisObject = jsCast<JSSet*>(cell);
H A DJSWeakMap.cpp45 void JSWeakMap::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
47 Base::visitChildren(cell, visitor);
48 JSWeakMap* thisObj = jsCast<JSWeakMap*>(cell);
H A DStructureChain.cpp43 void StructureChain::destroy(JSCell* cell) argument
45 static_cast<StructureChain*>(cell)->StructureChain::~StructureChain();
48 void StructureChain::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
50 StructureChain* thisObject = jsCast<StructureChain*>(cell);
H A DNameInstance.cpp42 void NameInstance::destroy(JSCell* cell) argument
44 static_cast<NameInstance*>(cell)->NameInstance::~NameInstance();
H A DArrayBuffer.cpp56 JSCell* cell = incomingReferenceAt(i); local
57 if (JSArrayBufferView* view = jsDynamicCast<JSArrayBufferView*>(cell))
59 else if (ArrayBufferNeuteringWatchpoint* watchpoint = jsDynamicCast<ArrayBufferNeuteringWatchpoint*>(cell))
H A DJSWithScope.cpp35 void JSWithScope::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
37 JSWithScope* thisObject = jsCast<JSWithScope*>(cell);
H A DJSWrapperObject.cpp31 void JSWrapperObject::visitChildren(JSCell* cell, SlotVisitor& visitor) argument
33 JSWrapperObject* thisObject = jsCast<JSWrapperObject*>(cell);
H A DJSCell.cpp39 void JSCell::destroy(JSCell* cell) argument
41 cell->JSCell::~JSCell();
49 void JSCell::dumpToStream(const JSCell* cell, PrintStream& out) argument
51 out.printf("<%p, %s>", cell, cell->className());
97 void JSCell::put(JSCell* cell, ExecState* exec, PropertyName identifier, JSValue value, PutPropertySlot& slot) argument
99 if (cell->isString()) {
100 JSValue(cell).putToPrimitive(exec, identifier, value, slot);
103 JSObject* thisObject = cell->toObject(exec, exec->lexicalGlobalObject());
107 void JSCell::putByIndex(JSCell* cell, ExecStat argument
118 deleteProperty(JSCell* cell, ExecState* exec, PropertyName identifier) argument
124 deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned identifier) argument
130 toThis(JSCell* cell, ExecState* exec, ECMAMode ecmaMode) argument
166 slowValidateCell(JSCell* cell) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTableColumn.cpp84 for (const auto& cell : children()) {
85 if (cell->ariaRoleAttribute() == ColumnHeaderRole)
86 return cell.get();
123 RenderTableCell* cell = 0;
130 // we've reached a cell that doesn't even overlap our column
141 cell = testCell;
144 if (!cell)
147 return axObjectCache()->getOrCreate(cell);
174 AccessibilityTableCell* cell = parentTable->cellForColumnAndRow(m_columnIndex, i); local
175 if (!cell)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dstack.c14 long int max; /* Size of the cell array. */
15 long int top; /* Index of the topmost _unused_ cell in the
16 * array === Index of the _next_ cell to use
19 void** cell; /* Array of the stack cells. */ member in struct:RDE_STACK_
32 s->cell = NALLOC (RDE_STACK_INITIAL_SIZE, void*);
47 s->freeCellProc ( s->cell [i] );
51 ckfree ((char*) s->cell);
60 void** cell = (void**) ckrealloc ((char*) s->cell, new * sizeof(void*));
61 ASSERT (cell,"Memor
59 void** cell = (void**) ckrealloc ((char*) s->cell, new * sizeof(void*)); local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/afsutil/
H A Dafslog.c61 { "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" },
63 { "realm", 'k', arg_string, &realm, "realm for afs cell", "realm" },
83 expand_one_file(FILE *f, const char *cell) argument
93 if(strncmp(buf + 1, cell, strlen(cell)) == 0)
102 expand_cell_name(const char *cell) argument
115 c = expand_one_file(f, cell);
120 return cell;
126 arg_printusage(args, num_args, NULL, "[cell|pat
131 char *cell; member in struct:cell_list
136 afslog_cell(const char *cell, int expand) argument
170 char cell[64]; local
181 do_afslog(const char *cell) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kafs/
H A Dcommon.c70 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, argument
96 * do *not* mark as primary cell
102 * follow with cell name
104 sizeof_x = strlen(cell) + 1;
105 memcpy(t, cell, sizeof_x);
142 /* Try to get a db-server for an AFS cell from a AFSDB record */
145 dns_find_cell(const char *cell, char *dbserver, size_t len) argument
149 r = rk_dns_lookup(cell, "afsdb");
175 char cell[64]; local
182 while (fgets(cell, sizeo
264 file_find_cell(struct kafs_data *data, const char *cell, char **realm, int exact) argument
325 _kafs_realm_of_cell(struct kafs_data *data, const char *cell, char **realm) argument
343 _kafs_try_get_cred(struct kafs_data *data, const char *user, const char *cell, const char *realm, uid_t uid, struct kafs_token *kt) argument
366 _kafs_get_cred(struct kafs_data *data, const char *cell, const char *realm_hint, const char *realm, uid_t uid, struct kafs_token *kt) argument
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeDataGridNode.js46 createCellContent: function(columnIdentifier, cell)
49 return WebInspector.DataGridNode.prototype.createCellContent.call(this, columnIdentifier, cell);
51 var cell = this._makeNameCell();
53 return cell;
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_preceding_sibling.rb25 XPath.each(@@docDd, "//b[@x='ab02A']/preceding-sibling::b/child::*") do |cell|
26 arr << cell.texts.join
33 XPath.each(@@docDd, "//b[@x='ab02A']/preceding-sibling::*") do |cell|
34 arr << cell.to_s
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py19 cell = NSButtonCell.alloc().initTextCell_("")
22 cell.setShowsStateBy_(NSOnOffButton)
24 frameRect, NSRadioModeMatrix, cell, 5, 7)
121 cell = self.cellWithTag_(i)
122 if cell is None:
127 cell.setBordered_(False)
128 cell.setEnabled_(False)
129 cell.setTitle_("")
130 cell.setCellAttribute_to_(NSCellHighlighted, False)
133 cell
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py19 cell = NSButtonCell.alloc().initTextCell_("")
22 cell.setShowsStateBy_(NSOnOffButton)
24 frameRect, NSRadioModeMatrix, cell, 5, 7)
121 cell = self.cellWithTag_(i)
122 if cell is None:
127 cell.setBordered_(False)
128 cell.setEnabled_(False)
129 cell.setTitle_("")
130 cell.setCellAttribute_to_(NSCellHighlighted, False)
133 cell
[all...]

Completed in 237 milliseconds

1234567891011>>