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

  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 28 projections_[GetGroupForModelType(type, routes_)].push_back(
51 Projections::iterator it = projections_.begin();
52 for (; it != projections_.end(); ++it) {
81 Projections::const_iterator proj = projections_.find(group->second);
82 if (proj == projections_.end())
96 projections_ = other.projections_;
ordered_commit_set.h 68 return projections_[group];
101 Projections projections_; member in class:browser_sync::sessions::OrderedCommitSet

Completed in 37 milliseconds