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

/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h25 IBOutlet DownloadItemCell* cell_; variable
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h37 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::__anon8030::TestingLocationArbitrator
141 return arbitrator_->cell_;
/external/v8/src/
H A Dhydrogen-instructions.h3458 : cell_(cell), details_(details) {
3464 Handle<JSGlobalPropertyCell> cell() const { return cell_; }
3471 return reinterpret_cast<intptr_t>(*cell_);
3483 return cell_.is_identical_to(b->cell());
3487 Handle<JSGlobalPropertyCell> cell_; member in class:v8::HLoadGlobalCell
3538 cell_(cell),
3543 Handle<JSGlobalPropertyCell> cell() const { return cell_; }
3559 Handle<JSGlobalPropertyCell> cell_; member in class:v8::HStoreGlobalCell
H A Dast.h1580 Handle<JSGlobalPropertyCell> cell() { return cell_; }
1618 Handle<JSGlobalPropertyCell> cell_; member in class:v8::internal::Call
H A Dspaces.h129 : cell_(cell), mask_(mask), data_only_(data_only) { }
131 inline CellType* cell() { return cell_; }
136 return cell_ == other.cell_ && mask_ == other.mask_;
140 inline void Set() { *cell_ |= mask_; }
141 inline bool Get() { return (*cell_ & mask_) != 0; }
142 inline void Clear() { *cell_ &= ~mask_; }
149 return MarkBit(cell_ + 1, 1, data_only_);
151 return MarkBit(cell_, new_mask, data_only_);
156 CellType* cell_; member in class:v8::internal::MarkBit
[all...]
/external/chromium_org/v8/src/
H A Dspaces.h128 : cell_(cell), mask_(mask), data_only_(data_only) { }
130 inline CellType* cell() { return cell_; }
135 return cell_ == other.cell_ && mask_ == other.mask_;
139 inline void Set() { *cell_ |= mask_; }
140 inline bool Get() { return (*cell_ & mask_) != 0; }
141 inline void Clear() { *cell_ &= ~mask_; }
148 return MarkBit(cell_ + 1, 1, data_only_);
150 return MarkBit(cell_, new_mask, data_only_);
155 CellType* cell_; member in class:v8::internal::MarkBit
[all...]
H A Dast.h1780 Handle<Cell> cell() { return cell_; }
1820 Handle<Cell> cell_; member in class:v8::internal::V8_FINAL
H A Dhydrogen-instructions.h5363 Unique<Cell> cell() const { return cell_; }
5369 return cell_.Hashcode();
5373 cell_ = Unique<Cell>(cell_.handle());
5384 return cell_ == HLoadGlobalCell::cast(other)->cell_;
5389 : cell_(Unique<Cell>::CreateUninitialized(cell)), details_(details) {
5397 Unique<Cell> cell_; member in class:v8::V8_FINAL
5694 Unique<PropertyCell> cell() const { return cell_; }
5703 cell_
5723 Unique<PropertyCell> cell_; member in class:v8::V8_FINAL
[all...]

Completed in 240 milliseconds