HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 1 - 25 of 1142) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm 25 scoped_nsobject<GradientButtonCell> cell([[GradientButtonCell alloc]
27 [view_ setCell:cell.get()];
38 [[view_ cell] setHoverAlpha:0.0];
40 [[view_ cell] setHoverAlpha:0.5];
42 [[view_ cell] setHoverAlpha:1.0];
48 GradientButtonCell* cell = [view_ cell];
49 [cell setMouseInside:YES animate:NO];
50 EXPECT_EQ([[view_ cell] hoverAlpha], 1.0);
52 [cell setMouseInside:NO animate:YES]
    [all...]
clickhold_button_cell_unittest.mm 21 scoped_nsobject<ClickHoldButtonCell> cell(
23 [view_ setCell:cell.get()];
34 ClickHoldButtonCell* cell = static_cast<ClickHoldButtonCell*>([view_ cell]);
35 ASSERT_TRUE([cell isKindOfClass:[ClickHoldButtonCell class]]);
37 EXPECT_FALSE([cell enableClickHold]);
39 NSTimeInterval clickHoldTimeout = [cell clickHoldTimeout];
43 EXPECT_FALSE([cell trackOnlyInRect]);
44 EXPECT_TRUE([cell activateOnDrag]);
hyperlink_button_cell_unittest.mm 21 scoped_nsobject<HyperlinkButtonCell> cell(
23 cell_ = cell.get();
28 void TestCellCustomization(HyperlinkButtonCell* cell) {
29 EXPECT_FALSE([cell isBordered]);
31 EXPECT_TRUE([cell showsBorderOnlyWhileMouseInside]);
32 EXPECT_TRUE([cell textColor]);
44 scoped_nsobject<HyperlinkButtonCell> cell([[HyperlinkButtonCell alloc] init]);
45 TestCellCustomization(cell.get());
51 cell.reset([[HyperlinkButtonCell alloc] initWithCoder:coder]);
52 TestCellCustomization(cell);
    [all...]
styled_text_field.h 10 // StyledTextFieldCell. Provides methods to redraw the field when cell
12 // in sections of the cell with decorations.
16 // Repositions and redraws the field editor. Call this method when the cell's
17 // text frame has changed (whenever changing cell decorations).
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/
insertCell-expected.txt 3 cell inside table inside cell 0 cell inside table inside cell 1
5 If there was no crash, and you can see text above mentioning cell 1 as well as cell 0, the test passed.
insertCell.html 11 tr.insertCell(0).innerHTML = "<td>cell inside table inside cell 0</td>";
12 tr.insertCell(1).innerHTML = "<td>cell inside table inside cell 1</td>";
24 <p>If there was no crash, and you can see text above mentioning cell 1 as well as cell 0, the test passed.</p>
  /ndk/sources/host-tools/nawk-20071023/
proto.h 29 extern void setfname(Cell *);
87 extern Node *celltonode(Cell *, int);
92 extern void defn(Cell *, Node *, Node *);
95 extern Cell *(*proctab[])(Node **, int);
103 extern void freesymtab(Cell *);
104 extern void freeelem(Cell *, const char *);
105 extern Cell *setsymtab(const char *, const char *, double, unsigned int, Array *);
108 extern Cell *lookup(const char *, Array *);
109 extern double setfval(Cell *, double);
110 extern void funnyvar(Cell *, const char *)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_unittest.mm 29 // |ChevronMenuButton exists entirely to override the cell class.
31 EXPECT_TRUE([[button_ cell] isKindOfClass:[ChevronMenuButtonCell class]]);
36 ChevronMenuButtonCell* cell = [button_ cell];
37 EXPECT_FALSE([cell showsBorderOnlyWhileMouseInside]);
38 EXPECT_FALSE([cell isMouseInside]);
40 [cell setShowsBorderOnlyWhileMouseInside:YES];
41 [cell mouseEntered:nil];
42 EXPECT_TRUE([cell isMouseInside]);
45 [cell mouseExited:nil]
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 48 scoped_nsobject<BookmarkButtonCell> cell(
50 [view setCell:cell.get()];
54 NSSize size = [cell.get() cellSizeForBounds:r];
63 scoped_nsobject<BookmarkButtonCell> cell(
65 [view setCell:cell.get()];
73 [cell setBookmarkCellText:@" " image:image];
74 CGFloat two_space_width = [cell.get() cellSizeForBounds:r].width;
75 [cell setBookmarkCellText:@" " image:image];
76 CGFloat one_space_width = [cell.get() cellSizeForBounds:r].width;
77 [cell setBookmarkCellText:@"" image:image]
    [all...]
bookmark_tree_browser_cell_unittest.mm 28 BookmarkTreeBrowserCell* cell = [[[BookmarkTreeBrowserCell alloc]
30 [cell setMatrix:matrixMock_.get()];
31 [cell setTarget:targetMock_.get()];
32 [cell setAction:@selector(mockAction:)];
33 [cell setBookmarkNode:bookmarkNodeMock_.get()];
35 NSMatrix* testMatrix = [cell matrix];
37 id testTarget = [cell target];
39 SEL testAction = [cell action];
41 const BookmarkNode* testBookmarkNode = [cell bookmarkNode];
bookmark_bar_folder_button_cell_unittest.mm 16 scoped_nsobject<BookmarkBarFolderButtonCell> cell;
17 cell.reset([[BookmarkBarFolderButtonCell buttonCellForNode:nil
21 EXPECT_TRUE(cell);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell_unittest.mm 49 // Make sure this is wide enough to play games with the cell
57 scoped_nsobject<AutocompleteTextFieldCell> cell(
59 [cell setEditable:YES];
60 [cell setBordered:YES];
62 [cell clearDecorations];
64 [cell addLeftDecoration:&mock_left_decoration_];
67 [cell addRightDecoration:&mock_right_decoration0_];
68 [cell addRightDecoration:&mock_right_decoration1_];
70 [view_ setCell:cell.get()];
94 // Test display of various cell configurations
    [all...]
  /external/markdown/docs/extensions/
Tables.txt 22 Content Cell | Content Cell
23 Content Cell | Content Cell
36 <td>Content Cell</td>
37 <td>Content Cell</td>
41 <td>Content Cell</td>
42 <td>Content Cell</td>
  /external/markdown/tests/extensions-x-tables/
tables.txt 6 Content Cell | Content Cell
7 Content Cell | Content Cell
11 | Content Cell | Content Cell |
12 | Content Cell | Content Cell |
tables.html 11 <td>Content Cell</td>
12 <td>Content Cell</td>
15 <td>Content Cell</td>
16 <td>Content Cell</td>
29 <td>Content Cell</td>
30 <td>Content Cell</td>
33 <td>Content Cell</td>
34 <td>Content Cell</td>
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_unittest.mm 34 // Make sure this is wide enough to play games with the cell
51 // Test that we have the right cell class.
53 EXPECT_TRUE([[field_ cell] isKindOfClass:[FindBarTextFieldCell class]]);
56 // Test that we get the same cell from -cell and
58 TEST_F(FindBarTextFieldTest, Cell) {
59 FindBarTextFieldCell* cell = [field_ findBarTextFieldCell];
60 EXPECT_EQ(cell, [field_ cell]);
61 EXPECT_TRUE(cell != nil)
    [all...]
  /external/llvm/test/CodeGen/X86/GC/
badwriteproto.ll 11 %cell = bitcast i8* %tmp to %list*
13 %hd.ptr = getelementptr %list* %cell, i32 0, i32 0
16 %tl.ptr = getelementptr %list* %cell, i32 0, i32 0
17 call void @llvm.gcwrite(%list* %tl, %list* %cell, %list** %tl.ptr)
19 ret %cell.2
  /cts/tests/tests/webkitsecurity/assets/
table-columns-blocks-calc-crash.html 7 display: table-cell;
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.cpp 57 inline void MarkStack::markChildren(JSCell* cell)
59 ASSERT(Heap::isMarked(cell));
60 if (cell->structure()->typeInfo().type() < CompoundType) {
61 cell->JSCell::markChildren(*this);
65 if (!cell->structure()->typeInfo().overridesMarkChildren()) {
66 ASSERT(cell->isObject());
68 asObject(cell)->markChildrenDirect(*this);
72 cell->markChildren(*this);
78 if (cell->vptr() == m_jsArrayVPtr) {
79 asArray(cell)->markChildrenDirect(*this)
104 JSCell* cell; local
    [all...]
  /external/oprofile/m4/
cellspubfdsupport.m4 1 dnl AX_CELL_SPU - check for needed binutils stuff for Cell BE SPU
4 # On Cell BE architecture, OProfile uses bfd_openr_iovec when processing some
5 # SPU profiles. To parse embedded SPU ELF on Cell BE, OProfile requires a
11 # library to support Cell BE SPU profiling.
42 [ --with-target=cell-be Check BFD support for Cell Broadband Engine SPU profiling], arch=$withval)
44 if test "$arch" = "cell-be"; then
46 AC_MSG_NOTICE([BFD library has support for Cell Broadband Engine SPU profiling])
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 93 // recalc cell info because RenderTable has unguarded pointers
116 // If beforeChild is inside an anonymous cell/row, insert into the cell or into
189 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row)
191 int rSpan = cell->rowSpan();
192 int cSpan = cell->colSpan();
197 // (see the annotation on table cell layouting in the CSS specs and the testcase below:
207 Length logicalHeight = cell->style()->logicalHeight();
235 // tell the cell where it is
249 ASSERT(cell);
286 RenderTableCell* cell = current.primaryCell(); local
347 RenderTableCell* cell; local
474 RenderTableCell* cell = current.primaryCell(); local
597 RenderTableCell* cell = cs.primaryCell(); local
746 RenderTableCell* cell = cs.primaryCell(); local
971 RenderTableCell* cell = cs.primaryCell(); local
1131 RenderTableCell* cell = current.primaryCell(); local
1220 const CellStruct& cell = cellAt(r, c); local
1244 RenderTableCell* cell = r[pos].primaryCell(); local
1322 RenderTableCell* cell = current.cells[i]; local
    [all...]
  /packages/apps/Launcher2/
print_db.py 50 def print_intent(out, id, i, cell):
51 if cell:
53 cgi.escape(cell, True)
57 def print_icon(out, id, i, cell):
58 if cell:
62 f.write(cell)
65 def print_cell(out, id, i, cell):
66 if not cell is None:
67 out.write(cgi.escape(str(cell)))
74 def render_cell_info(out, cell, occupied)
158 cell = row[i] variable
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellIdentity.java 23 * CellIdentity is to represent ONE unique cell in the world
30 // Cell is a GSM Cell {@link GsmCellIdentity}
32 // Cell is a CMDA Cell {@link CdmaCellIdentity}
34 // Cell is a LTE Cell {@link LteCellIdentity}
56 * @return Cell Identity type as one of CELLID_TYPE_XXXX
64 * @return Cell identity attribute pairs
  /external/chromium/chrome/browser/resources/net_internals/
util.js 172 * @returns {!TablePrinterCell} the cell that was added.
176 var cell = new TablePrinterCell(cellText);
177 r.push(cell);
178 return cell;
189 * @returns {!TablePrinterCell} the cell that was added.
197 var cell = new TablePrinterCell(headerText);
198 this.rows_[0].push(cell);
199 return cell;
214 * Returns the cell at position (rowIndex, columnIndex), or null if there is
215 * no such cell
    [all...]
  /external/chromium/chrome/browser/resources/options/
autofill_edit_address_overlay.html 31 <div class="input cell">
36 <div class="input cell">
39 <div class="input cell">
44 <div class="input cell">
47 <div class="input cell">
50 <div class="input cell">
63 <div class="input cell">
68 <div class="input cell">
75 <div class="input cell">
79 <div class="input cell">
    [all...]

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 91011>>