OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModelSafeRoutingInfo
(Results
1 - 25
of
41
) sorted by null
1
2
/external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.h
36
virtual void GetModelSafeRoutingInfo(
ModelSafeRoutingInfo
* out);
39
explicit MockModelSafeWorkerRegistrar(const
ModelSafeRoutingInfo
& routes);
42
ModelSafeRoutingInfo
routes_;
model_safe_worker.h
70
ModelSafeRoutingInfo
;
73
const
ModelSafeRoutingInfo
& routes);
93
virtual void GetModelSafeRoutingInfo(
ModelSafeRoutingInfo
* out) = 0;
mock_model_safe_workers.cc
20
ModelSafeRoutingInfo
routes;
29
ModelSafeRoutingInfo
routes;
49
ModelSafeRoutingInfo
* out) {
54
const
ModelSafeRoutingInfo
& routes) {
verify_updates_command.h
39
const
ModelSafeRoutingInfo
& routes);
model_safe_worker.cc
10
const
ModelSafeRoutingInfo
& routes) {
11
ModelSafeRoutingInfo
::const_iterator it = routes.find(type);
update_applicator.h
41
const
ModelSafeRoutingInfo
& routes,
77
const
ModelSafeRoutingInfo
routing_info_;
get_commit_ids_command.h
35
const
ModelSafeRoutingInfo
& routes);
113
const
ModelSafeRoutingInfo
& routes);
126
const
ModelSafeRoutingInfo
& routes);
132
const
ModelSafeRoutingInfo
& routes);
build_and_process_conflict_sets_command.h
47
const
ModelSafeRoutingInfo
& routes);
53
const
ModelSafeRoutingInfo
& routes,
cleanup_disabled_types_command.cc
43
const
ModelSafeRoutingInfo
& previous_routing =
cleanup_disabled_types_command_unittest.cc
57
ModelSafeRoutingInfo
prev(routing_info());
76
ModelSafeRoutingInfo
prev(routing_info());
get_commit_ids_command.cc
52
const
ModelSafeRoutingInfo
& routes) {
115
const
ModelSafeRoutingInfo
& routes) {
130
const
ModelSafeRoutingInfo
& routes) {
240
const
ModelSafeRoutingInfo
& routes) {
syncer_thread.cc
135
SyncSourceInfo(),
ModelSafeRoutingInfo
(),
349
SyncSourceInfo(),
ModelSafeRoutingInfo
(),
408
ModelSafeWorkerRegistrar* registrar,
ModelSafeRoutingInfo
* routes,
410
ModelSafeRoutingInfo
r_tmp;
457
ModelSafeRoutingInfo
routes;
467
void SyncerThread::ScheduleConfigImpl(const
ModelSafeRoutingInfo
& routing_info,
566
ModelSafeRoutingInfo
r(session_context_->previous_session_routing_info());
568
ModelSafeRoutingInfo
temp_r;
569
ModelSafeRoutingInfo
old_info(old_job.session->routing_info());
571
std::insert_iterator<
ModelSafeRoutingInfo
>(temp_r, temp_r.begin()))
[
all
...]
download_updates_command.cc
48
for (
ModelSafeRoutingInfo
::const_iterator i = session->routing_info().begin();
110
//
ModelSafeRoutingInfo
. If a datatype is in the routing info map, it
update_applicator.cc
23
const
ModelSafeRoutingInfo
& routes,
/external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc
97
ModelSafeRoutingInfo
routing_info;
114
ModelSafeRoutingInfo
routing_info;
132
ModelSafeRoutingInfo
routing_info;
138
ModelSafeRoutingInfo
expected_routing_info;
156
ModelSafeRoutingInfo
routing_info;
158
ModelSafeRoutingInfo
expected_routing_info = routing_info;
176
ModelSafeRoutingInfo
routing_info;
183
ModelSafeRoutingInfo
expected_routing_info;
sync_backend_host.h
231
virtual void GetModelSafeRoutingInfo(
ModelSafeRoutingInfo
* out);
589
ModelSafeRoutingInfo
* routing_info);
614
browser_sync::
ModelSafeRoutingInfo
routing_info;
/external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.h
34
//
ModelSafeRoutingInfo
using a default payload.
36
const browser_sync::
ModelSafeRoutingInfo
& routes,
model_type_payload_map.cc
25
const browser_sync::
ModelSafeRoutingInfo
& routes,
28
for (browser_sync::
ModelSafeRoutingInfo
::const_iterator i = routes.begin();
/external/chromium/chrome/browser/sync/sessions/
sync_session.h
86
const
ModelSafeRoutingInfo
& routing_info,
126
const
ModelSafeRoutingInfo
& routing_info() const { return routing_info_; }
160
ModelSafeRoutingInfo
routing_info_;
sync_session_context.h
87
const
ModelSafeRoutingInfo
& previous_session_routing_info() const {
91
void set_previous_session_routing_info(const
ModelSafeRoutingInfo
& info) {
135
ModelSafeRoutingInfo
previous_session_routing_info_;
ordered_commit_set.h
33
explicit OrderedCommitSet(const browser_sync::
ModelSafeRoutingInfo
& routes);
111
browser_sync::
ModelSafeRoutingInfo
routes_;
status_controller.h
47
explicit StatusController(const
ModelSafeRoutingInfo
& routes);
192
ModelSafeRoutingInfo
::const_iterator it = routing_info_.find(model);
250
const
ModelSafeRoutingInfo
routing_info_;
ordered_commit_set.cc
15
const browser_sync::
ModelSafeRoutingInfo
& routes)
77
ModelSafeRoutingInfo
::const_iterator group
sync_session.cc
14
const
ModelSafeRoutingInfo
& routing_info,
46
for (
ModelSafeRoutingInfo
::const_iterator it =
/external/chromium/chrome/browser/sync/
test_profile_sync_service.cc
17
using browser_sync::
ModelSafeRoutingInfo
;
58
ModelSafeRoutingInfo
enabled_types;
61
for (
ModelSafeRoutingInfo
::const_iterator i = enabled_types.begin();
184
ModelSafeRoutingInfo
enabled_types;
186
for (
ModelSafeRoutingInfo
::const_iterator i = enabled_types.begin();
Completed in 164 milliseconds
1
2