OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_components
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.cc
91
ProfileSyncComponentsFactory::SyncComponents
sync_components
=
local
94
set_model_associator(
sync_components
.model_associator);
95
set_change_processor(
sync_components
.change_processor);
frontend_data_type_controller_unittest.cc
54
ProfileSyncComponentsFactory::SyncComponents
sync_components
=
variable
57
model_associator_.reset(
sync_components
.model_associator);
58
change_processor_.reset(
sync_components
.change_processor);
non_frontend_data_type_controller.cc
81
ProfileSyncComponentsFactory::SyncComponents
sync_components
=
local
83
model_associator_.reset(
sync_components
.model_associator);
84
change_processor_.reset(
sync_components
.change_processor);
Completed in 269 milliseconds