Home
last modified time | relevance | path

Searched refs:snapshots_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dwm_overview_controller.cc171 SnapshotVector snapshots_; member in chromeos::BrowserListener
226 SnapshotNode node = snapshots_[from_index]; in TabMoved()
227 snapshots_.erase(snapshots_.begin() + from_index); in TabMoved()
228 snapshots_.insert(snapshots_.begin() + to_index, node); in TabMoved()
239 snapshots_[index].title->SetTitle(contents->tab_contents()->GetTitle()); in TabChangedAt()
240 snapshots_[index].title->SetUrl(contents->tab_contents()->GetURL()); in TabChangedAt()
241 snapshots_[index].favicon->SetFavicon( in TabChangedAt()
249 snapshots_.clear(); in TabStripEmpty()
263 snapshots_[index].snapshot->reload_snapshot(); in MarkSnapshotAsDirty()
268 snapshots_.clear(); in RecreateSnapshots()
[all …]
/external/v8/src/
Dheap-profiler.cc38 : snapshots_(new HeapSnapshotsCollection()), in HeapProfiler()
44 delete snapshots_; in ~HeapProfiler()
49 delete snapshots_; in ResetSnapshots()
50 snapshots_ = new HeapSnapshotsCollection(); in ResetSnapshots()
113 snapshots_->NewSnapshot(s_type, name, next_snapshot_uid_++); in TakeSnapshotImpl()
128 snapshots_->SnapshotGenerationFinished(result); in TakeSnapshotImpl()
136 return TakeSnapshotImpl(snapshots_->names()->GetName(name), type, control); in TakeSnapshotImpl()
143 return profiler->snapshots_->snapshots()->length(); in GetSnapshotsCount()
150 return profiler->snapshots_->snapshots()->at(index); in GetSnapshot()
157 return profiler->snapshots_->GetSnapshot(uid); in FindSnapshot()
[all …]
Dheap-profiler.h73 return snapshots_->is_tracking_objects(); in INLINE()
87 HeapSnapshotsCollection* snapshots_; variable
Dprofile-generator.h759 List<HeapSnapshot*>* snapshots() { return &snapshots_; } in snapshots()
776 List<HeapSnapshot*> snapshots_; variable
Dprofile-generator.cc1428 snapshots_.Iterate(DeleteHeapSnapshot); in ~HeapSnapshotsCollection()
1444 snapshots_.Add(snapshot); in SnapshotGenerationFinished()
1464 snapshots_.RemoveElement(snapshot); in RemoveSnapshot()