Searched refs:routes_ (Results 1 – 7 of 7) sorted by relevance
14 routes_[syncable::BOOKMARKS] = browser_sync::GROUP_UI; in OrderedCommitSetTest()15 routes_[syncable::PREFERENCES] = browser_sync::GROUP_UI; in OrderedCommitSetTest()16 routes_[syncable::AUTOFILL] = browser_sync::GROUP_DB; in OrderedCommitSetTest()17 routes_[syncable::TOP_LEVEL_FOLDER] = browser_sync::GROUP_PASSIVE; in OrderedCommitSetTest()21 browser_sync::ModelSafeRoutingInfo routes_; member in OrderedCommitSetTest32 OrderedCommitSet commit_set1(routes_), commit_set2(routes_); in TEST_F()101 OrderedCommitSet commit_set(routes_); in TEST_F()
15 routes_[syncable::BOOKMARKS] = GROUP_UI; in SetUp()18 ModelSafeRoutingInfo routes_; member in browser_sync::sessions::StatusControllerTest22 StatusController status(routes_); in TEST_F()90 StatusController status(routes_); in TEST_F()99 OrderedCommitSet commits(routes_); in TEST_F()109 StatusController status(routes_); in TEST_F()153 StatusController status(routes_); in TEST_F()174 StatusController status(routes_); in TEST_F()185 StatusController status(routes_); in TEST_F()206 StatusController status(routes_); in TEST_F()
16 : routes_(routes) { in OrderedCommitSet()28 projections_[GetGroupForModelType(type, routes_)].push_back( in AddCommitItem()78 = routes_.find(syncable::BOOKMARKS); in HasBookmarkCommitId()79 if (group == routes_.end()) in HasBookmarkCommitId()98 routes_ = other.routes_; in operator =()
29 GetModelSafeRoutingInfo(&routes_); in SyncSessionTest()33 return new SyncSession(context_.get(), this, SyncSourceInfo(), routes_, in MakeSession()40 routes_.clear(); in SetUp()41 routes_[syncable::BOOKMARKS] = GROUP_UI; in SetUp()42 routes_[syncable::AUTOFILL] = GROUP_UI; in SetUp()72 out->swap(routes_); in GetModelSafeRoutingInfo()98 ModelSafeRoutingInfo routes_; member in browser_sync::sessions::__anon244f8dcf0111::SyncSessionTest139 OrderedCommitSet commit_set(routes_); in TEST_F()327 = syncable::ModelTypePayloadMapFromRoutingInfo(routes_, payload); in TEST_F()328 ASSERT_EQ(routes_.size(), types_with_payloads.size()); in TEST_F()[all …]
111 browser_sync::ModelSafeRoutingInfo routes_; variable
50 *out = routes_; in GetModelSafeRoutingInfo()55 routes_ = routes; in MockModelSafeWorkerRegistrar()
42 ModelSafeRoutingInfo routes_; variable