Searched defs:cell_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h47 // | +-- cell_ (instance of DownloadItemCell)
76 IBOutlet DownloadItemCell* cell_; member in namespace:NSViewController
/external/chromium_org/content/browser/geolocation/
H A Dlocation_arbitrator_impl_unittest.cc71 cell_(NULL),
89 return new MockLocationProvider(&cell_);
98 // observer registered (and |cell_| when there's at least one observer of any
100 MockLocationProvider* cell_; member in class:content::__anon7171::TestingLocationArbitrator
141 return arbitrator_->cell_;
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h89 void Clear() { cell_.Clear(); }
96 // rest come from cell_.
103 IndexCell cell_; member in class:disk_cache::EntryCell
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h83 Cell *cell_; member in class:__sanitizer::AddrHashMap::Handle
136 return &cell_->val;
146 return cell_ != 0;
163 h->cell_ = 0;
178 h->cell_ = c;
192 h->cell_ = c;
208 h->cell_ = c;
225 h->cell_ = c;
247 h->cell_ = c;
280 h->cell_
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.h106 : cell_(cell), mask_(mask), data_only_(data_only) {}
108 inline CellType* cell() { return cell_; }
113 return cell_ == other.cell_ && mask_ == other.mask_;
117 inline void Set() { *cell_ |= mask_; }
118 inline bool Get() { return (*cell_ & mask_) != 0; }
119 inline void Clear() { *cell_ &= ~mask_; }
126 return MarkBit(cell_ + 1, 1, data_only_);
128 return MarkBit(cell_, new_mask, data_only_);
133 CellType* cell_; member in class:v8::internal::MarkBit
[all...]
/external/chromium_org/v8/src/
H A Dast.h1788 Handle<Cell> cell() { return cell_; }
1835 Handle<Cell> cell_; member in class:v8::internal::FINAL
H A Dhydrogen-instructions.h5428 Unique<Cell> cell() const { return cell_; }
5434 return cell_.Hashcode();
5438 cell_ = Unique<Cell>(cell_.handle());
5449 return cell_ == HLoadGlobalCell::cast(other)->cell_;
5454 : cell_(Unique<Cell>::CreateUninitialized(cell)), details_(details) {
5462 Unique<Cell> cell_; member in class:v8::FINAL::FINAL
5830 Unique<PropertyCell> cell() const { return cell_; }
5837 cell_
5857 Unique<PropertyCell> cell_; member in class:v8::FINAL::FINAL
[all...]

Completed in 3578 milliseconds