Searched defs:routes_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dmock_model_safe_workers.h42 ModelSafeRoutingInfo routes_; member in class:browser_sync::MockModelSafeWorkerRegistrar
/external/chromium/chrome/browser/sync/sessions/
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 Dordered_commit_set.h111 browser_sync::ModelSafeRoutingInfo routes_; member in class:browser_sync::sessions::OrderedCommitSet
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::__anon2351::SyncSessionTest
139 OrderedCommitSet commit_set(routes_);
327 = syncable::ModelTypePayloadMapFromRoutingInfo(routes_, payload);
328 ASSERT_EQ(routes_
[all...]

Completed in 197 milliseconds