Home
last modified time | relevance | path

Searched refs:routes_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dordered_commit_set_unittest.cc14 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 OrderedCommitSetTest
32 OrderedCommitSet commit_set1(routes_), commit_set2(routes_); in TEST_F()
101 OrderedCommitSet commit_set(routes_); in TEST_F()
Dstatus_controller_unittest.cc15 routes_[syncable::BOOKMARKS] = GROUP_UI; in SetUp()
18 ModelSafeRoutingInfo routes_; member in browser_sync::sessions::StatusControllerTest
22 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()
Dordered_commit_set.cc16 : 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 =()
Dsync_session_unittest.cc29 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::SyncSessionTest
139 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 …]
Dordered_commit_set.h111 browser_sync::ModelSafeRoutingInfo routes_; variable
/external/chromium/chrome/browser/sync/engine/
Dmock_model_safe_workers.cc50 *out = routes_; in GetModelSafeRoutingInfo()
55 routes_ = routes; in MockModelSafeWorkerRegistrar()
Dmock_model_safe_workers.h42 ModelSafeRoutingInfo routes_; variable