Home | History | Annotate | Download | only in chromeos

Lines Matching defs:snapshots_

171   SnapshotVector snapshots_;
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_.clear();
263 snapshots_[index].snapshot->reload_snapshot();
268 snapshots_.clear();
295 i < snapshots_.size(); ++i) {
296 WmOverviewSnapshot* cell = snapshots_[i].snapshot;
313 for (SnapshotVector::size_type i = 0; i < snapshots_.size(); ++i) {
314 const SnapshotNode& node = snapshots_[i];
317 if (!snapshots_[i].title->IsVisible())
319 if (!snapshots_[i].favicon->IsVisible())
372 snapshots_[i].snapshot->SetImage(sk_bitmap);
436 snapshots_.insert(snapshots_.begin() + index, node);
443 snapshots_[index].snapshot->CloseNow();
444 snapshots_[index].title->CloseNow();
445 snapshots_[index].favicon->CloseNow();
446 snapshots_.erase(snapshots_.begin() + index);
450 for (SnapshotVector::size_type i = start_index; i < snapshots_.size(); ++i) {
451 if (snapshots_[i].snapshot->index() != static_cast<int>(i))
452 snapshots_[i].snapshot->UpdateIndex(browser_, i);