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

/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.cc16 : routes_(routes) {
28 projections_[GetGroupForModelType(type, routes_)].push_back(
78 = routes_.find(syncable::BOOKMARKS);
79 if (group == routes_.end())
98 routes_ = other.routes_;
H A Dordered_commit_set_unittest.cc14 routes_[syncable::BOOKMARKS] = browser_sync::GROUP_UI;
15 routes_[syncable::PREFERENCES] = browser_sync::GROUP_UI;
16 routes_[syncable::AUTOFILL] = browser_sync::GROUP_DB;
17 routes_[syncable::TOP_LEVEL_FOLDER] = browser_sync::GROUP_PASSIVE;
21 browser_sync::ModelSafeRoutingInfo routes_; member in class:OrderedCommitSetTest
32 OrderedCommitSet commit_set1(routes_), commit_set2(routes_);
101 OrderedCommitSet commit_set(routes_);
H A Dstatus_controller_unittest.cc15 routes_[syncable::BOOKMARKS] = GROUP_UI;
18 ModelSafeRoutingInfo routes_; member in class:browser_sync::sessions::StatusControllerTest
22 StatusController status(routes_);
90 StatusController status(routes_);
99 OrderedCommitSet commits(routes_);
109 StatusController status(routes_);
153 StatusController status(routes_);
174 StatusController status(routes_);
185 StatusController status(routes_);
206 StatusController status(routes_);
[all...]
H A Dsync_session_unittest.cc29 GetModelSafeRoutingInfo(&routes_);
33 return new SyncSession(context_.get(), this, SyncSourceInfo(), routes_,
40 routes_.clear();
41 routes_[syncable::BOOKMARKS] = GROUP_UI;
42 routes_[syncable::AUTOFILL] = GROUP_UI;
72 out->swap(routes_);
98 ModelSafeRoutingInfo routes_; member in class:browser_sync::sessions::__anon1629::SyncSessionTest
139 OrderedCommitSet commit_set(routes_);
327 = syncable::ModelTypePayloadMapFromRoutingInfo(routes_, payload);
328 ASSERT_EQ(routes_
[all...]
H A Dordered_commit_set.h111 browser_sync::ModelSafeRoutingInfo routes_; member in class:browser_sync::sessions::OrderedCommitSet
/external/chromium/chrome/browser/sync/engine/
H A Dmock_model_safe_workers.cc50 *out = routes_;
55 routes_ = routes;
H A Dmock_model_safe_workers.h42 ModelSafeRoutingInfo routes_; member in class:browser_sync::MockModelSafeWorkerRegistrar

Completed in 97 milliseconds