Searched defs:snapshots_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dheap-profiler.h73 return snapshots_->is_tracking_objects();
87 HeapSnapshotsCollection* snapshots_; member in class:v8::internal::HeapProfiler
H A Dprofile-generator.h759 List<HeapSnapshot*>* snapshots() { return &snapshots_; }
776 List<HeapSnapshot*> snapshots_; member in class:v8::internal::HeapSnapshotsCollection
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc171 SnapshotVector snapshots_; member in class:chromeos::BrowserListener
226 SnapshotNode node = snapshots_[from_index];
227 snapshots_.erase(snapshots_.begin() + from_index);
228 snapshots_.insert(snapshots_.begin() + to_index, node);
239 snapshots_[index].title->SetTitle(contents->tab_contents()->GetTitle());
240 snapshots_[index].title->SetUrl(contents->tab_contents()->GetURL());
241 snapshots_[index].favicon->SetFavicon(
249 snapshots_
[all...]

Completed in 96 milliseconds