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::__anon7616::TestingGeolocationArbitrator
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.h127 : cell_(cell), mask_(mask), data_only_(data_only) { }
129 inline CellType* cell() { return cell_; }
134 return cell_ == other.cell_ && mask_ == other.mask_;
138 inline void Set() { *cell_ |= mask_; }
139 inline bool Get() { return (*cell_ & mask_) != 0; }
140 inline void Clear() { *cell_ &= ~mask_; }
147 return MarkBit(cell_ + 1, 1, data_only_);
149 return MarkBit(cell_, new_mask, data_only_);
154 CellType* cell_; member in class:v8::internal::MarkBit
[all...]
H A Dast.h1721 Handle<Cell> cell() { return cell_; }
1761 Handle<Cell> cell_; member in class:v8::internal::Call
H A Dhydrogen-instructions.h4966 : cell_(cell), details_(details), unique_id_() {
4972 Handle<Cell> cell() const { return cell_; }
4982 unique_id_ = UniqueValueId(cell_);
5000 Handle<Cell> cell_; member in class:v8::HLoadGlobalCell
5247 Handle<PropertyCell> cell() const { return cell_; }
5267 cell_(cell),
5272 Handle<PropertyCell> cell_; member in class:v8::HStoreGlobalCell

Completed in 487 milliseconds