HomeSort by relevance Sort by last modified time
    Searched refs:cell_ (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 25 IBOutlet DownloadItemCell* cell_; variable
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 37 IBOutlet DownloadItemCell* cell_; member in namespace:NSViewController
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl_unittest.cc 71 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::__anon10022::TestingGeolocationArbitrator
141 return arbitrator_->cell_;
  /external/chromium_org/v8/src/
spaces.h 127 : 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...]
ast.cc 593 cell_ = Handle<Cell>::null();
597 cell_ = Handle<Cell>(global->GetPropertyCell(lookup));
598 if (cell_->value()->IsJSFunction()) {
599 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
    [all...]
hydrogen-instructions.h 5000 Handle<Cell> cell_; member in class:v8::HLoadGlobalCell
5272 Handle<PropertyCell> cell_; member in class:v8::HStoreGlobalCell
    [all...]
ast.h 1761 Handle<Cell> cell_; member in class:v8::internal::Call
    [all...]
  /external/v8/src/
spaces.h 129 : 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...]
ast.cc 529 cell_ = Handle<JSGlobalPropertyCell>::null();
533 cell_ = Handle<JSGlobalPropertyCell>(global->GetPropertyCell(lookup));
534 if (cell_->value()->IsJSFunction()) {
535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
    [all...]
hydrogen-instructions.h 3487 Handle<JSGlobalPropertyCell> cell_; member in class:v8::HLoadGlobalCell
3559 Handle<JSGlobalPropertyCell> cell_; member in class:v8::HStoreGlobalCell
    [all...]
ast.h 1618 Handle<JSGlobalPropertyCell> cell_; member in class:v8::internal::Call
    [all...]

Completed in 136 milliseconds