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

  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 47 // | +-- cell_ (instance of DownloadItemCell)
76 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::__anon11796::TestingLocationArbitrator
141 return arbitrator_->cell_;
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 89 void Clear() { cell_.Clear(); }
96 // rest come from cell_.
103 IndexCell cell_; member in class:disk_cache::EntryCell
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 83 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_ = c
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.h 106 : 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/
ast.h 1835 Handle<Cell> cell_; member in class:v8::internal::FINAL
    [all...]
hydrogen-instructions.h 5462 Unique<Cell> cell_; member in class:v8::FINAL::FINAL
5857 Unique<PropertyCell> cell_; member in class:v8::FINAL::FINAL
    [all...]

Completed in 732 milliseconds