/external/chromium/chrome/browser/ui/cocoa/ |
js_modal_dialog_cocoa.mm | 44 [[textField_ cell] setLineBreakMode:NSLineBreakByTruncatingTail];
|
page_info_bubble_controller_unittest.mm | 86 if ([[button cell] isKindOfClass:[HyperlinkButtonCell class]]) {
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_base.mm | 448 [[button cell] setArrowPosition:NSPopUpArrowAtBottom]; 454 [[optionsPopUp_ cell] setArrowPosition:NSPopUpArrowAtBottom]; 493 [[optionsPopUp_ cell] setArrowPosition:NSPopUpArrowAtBottom]; 502 [[optionsPopUp_ cell] setArrowPosition:NSPopUpArrowAtCenter];
|
/external/chromium/webkit/glue/resources/ |
README.txt | 8 cell.cur
|
/external/chromium/webkit/glue/ |
webmenurunner_mac.mm | 121 // Set up the button cell, converting to NSView coordinates. The menu is
|
/external/chromium-trace/src/shared/css/ |
chrome_shared.css | 165 html[dir='rtl'] .favicon-cell.weakrtl {
|
/external/icu4c/common/ |
ubidi.c | 846 #define GET_STATEPROPS(cell) ((cell)&0x1f) 847 #define GET_ACTIONPROPS(cell) ((cell)>>5) 1250 uint8_t cell, oldStateSeq, actionSeq; local 1502 uint8_t gprop, resProp, cell; local [all...] |
/external/iproute2/examples/diffserv/ |
afcbq | 58 "cell 8 avpkt 1000 mpu 64\n";
|
/external/iproute2/tc/ |
tc_core.c | 86 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
|
/external/libvpx/examples/includes/geshi/geshi/ |
eiffel.php | 262 'CELL',
|
/external/llvm/docs/ |
llvm.css | 105 /* Left align table cell */
|
/external/llvm/lib/Target/CellSPU/ |
SPURegisterInfo.cpp | 1 //===-- SPURegisterInfo.cpp - Cell SPU Register Information ---------------===// 10 // This file contains the Cell implementation of the TargetRegisterInfo class. 203 // Cell ABI calling convention 228 generally unused) are the Cell's reserved registers
|
/external/mesa3d/docs/ |
relnotes-7.8.2.html | 54 <li>Fixed Gallium Cell driver to buildable, runable state
|
/external/oprofile/events/ppc64/cell-be/ |
unit_masks | 0 # Cell Broadband Engine possible unit masks
|
/external/oprofile/libpp/ |
profile.h | 59 * Indicate if given sample file is from a Cell Broadband Engine
|
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 3 * Encapsulation of bfd objects for Cell BE SPU
|
/external/qemu/android/skin/ |
keyset.h | 38 _SKIN_KEY_COMMAND(TOGGLE_NETWORK,"Toggle cell network on/off") \
|
/external/qemu/slirp/ |
mbuf.h | 50 * Only one mbuf is ever used in a chain, for each "cell" of data.
|
/external/qemu/slirp-android/ |
mbuf.h | 50 * Only one mbuf is ever used in a chain, for each "cell" of data.
|
/external/tcpdump/ |
print-juniper.c | 634 if (l2info.cookie[0] == 0x80) { /* OAM cell ? */ 682 if (l2info.cookie[7] & ATM2_PKT_TYPE_MASK) { /* OAM cell ? */ 972 /* ATM cell relay control word present ? */ 979 case 0x08380000: /* cntl word plus cell length (56) >= JUNOS 7.4*/
|
/external/v8/src/ |
spaces.h | 128 inline MarkBit(CellType* cell, CellType mask, bool data_only) 129 : cell_(cell), mask_(mask), data_only_(data_only) { } 131 inline CellType* cell() { return cell_; } function in class:v8::internal::MarkBit 220 MarkBit::CellType* cell = this->cells() + (index >> kBitsPerCellLog2); local 221 return MarkBit(cell, mask, data_only); 238 void Print(uint32_t pos, uint32_t cell) { 239 if (cell == seq_type) { 246 if (IsSeq(cell)) { 249 seq_type = cell; 254 PrintWord(cell); [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.cpp | 122 snprintf(description, size, "Cell: %p", asCell());
|
/external/webkit/Source/WebCore/css/ |
mathml.css | 184 display: table-cell;
|
wml.css | 77 display: table-cell;
|
/external/webkit/Source/WebCore/editing/ |
TypingCommand.cpp | 508 // If we have a caret selection on an empty cell, we have nothing to do. 512 // If the caret is at the start of a paragraph after a table, move content into the last table cell. 514 // Unless the caret is just before a table. We don't want to move a table into the last table cell. 517 // Extend the selection backward into the last cell, then deletion will handle the move.
|