HomeSort by relevance Sort by last modified time
    Searched full:routes_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/sync/sessions/
status_controller_unittest.cc 15 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...]
ordered_commit_set.cc 16 : routes_(routes) {
28 projections_[GetGroupForModelType(type, routes_)].push_back(
78 = routes_.find(syncable::BOOKMARKS);
79 if (group == routes_.end())
98 routes_ = other.routes_;
ordered_commit_set_unittest.cc 14 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_);
sync_session_unittest.cc 29 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::__anon3503::SyncSessionTest
139 OrderedCommitSet commit_set(routes_);
327 = syncable::ModelTypePayloadMapFromRoutingInfo(routes_, payload);
328 ASSERT_EQ(routes_.size(), types_with_payloads.size())
    [all...]
ordered_commit_set.h 111 browser_sync::ModelSafeRoutingInfo routes_; member in class:browser_sync::sessions::OrderedCommitSet
  /external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.cc 50 *out = routes_;
55 routes_ = routes;
mock_model_safe_workers.h 42 ModelSafeRoutingInfo routes_; member in class:browser_sync::MockModelSafeWorkerRegistrar

Completed in 219 milliseconds