HomeSort by relevance Sort by last modified time
    Searched refs:profile_sync_service (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 31 ProfileSyncService* profile_sync_service,
35 ProfileSyncService* profile_sync_service,
41 ProfileSyncService* profile_sync_service,
47 ProfileSyncService* profile_sync_service,
51 ProfileSyncService* profile_sync_service,
55 ProfileSyncService* profile_sync_service,
60 ProfileSyncService* profile_sync_service,
64 ProfileSyncService* profile_sync_service,
68 ProfileSyncService* profile_sync_service,
73 ProfileSyncService* profile_sync_service,
    [all...]
profile_sync_factory.h 67 ProfileSyncService* profile_sync_service,
74 ProfileSyncService* profile_sync_service,
83 ProfileSyncService* profile_sync_service,
92 ProfileSyncService* profile_sync_service,
99 ProfileSyncService* profile_sync_service,
106 ProfileSyncService* profile_sync_service,
114 ProfileSyncService* profile_sync_service,
121 ProfileSyncService* profile_sync_service,
128 ProfileSyncService* profile_sync_service,
136 ProfileSyncService* profile_sync_service,
    [all...]
profile_sync_factory_mock.h 10 #include "chrome/browser/sync/profile_sync_service.h"
34 SyncComponents(ProfileSyncService* profile_sync_service,
38 ProfileSyncService* profile_sync_service,
44 ProfileSyncService* profile_sync_service,
49 SyncComponents(ProfileSyncService* profile_sync_service,
52 SyncComponents(ProfileSyncService* profile_sync_service,
56 ProfileSyncService* profile_sync_service,
60 SyncComponents(ProfileSyncService* profile_sync_service,
63 SyncComponents(ProfileSyncService* profile_sync_service,
66 SyncComponents(ProfileSyncService* profile_sync_service,
    [all...]
profile_sync_factory_impl.cc 39 #include "chrome/browser/sync/profile_sync_service.h"
167 ProfileSyncService* profile_sync_service,
174 profile_sync_service->profile()->GetExtensionService();
175 sync_api::UserShare* user_share = profile_sync_service->GetUserShare();
185 ProfileSyncService* profile_sync_service,
191 new AutofillModelAssociator(profile_sync_service,
204 ProfileSyncService* profile_sync_service,
210 new AutofillProfileModelAssociator(profile_sync_service,
223 ProfileSyncService* profile_sync_service,
226 profile_sync_service->profile()->GetBookmarkModel()
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
extension_setting_data_type_controller.cc 25 ProfileSyncService* profile_sync_service)
28 profile_sync_service),
31 profile_sync_service_(profile_sync_service) {
extension_setting_data_type_controller.h 35 ProfileSyncService* profile_sync_service);
typed_url_data_type_controller.cc 18 #include "chrome/browser/sync/profile_sync_service.h"
104 profile_sync_service()->DisableBrokenDatatype(
135 profile_sync_service(),
password_data_type_controller.cc 13 #include "chrome/browser/sync/profile_sync_service.h"
63 profile_sync_service(),
non_frontend_data_type_controller.h 151 ProfileSyncService* profile_sync_service() const;
non_frontend_data_type_controller.cc 15 #include "chrome/browser/sync/profile_sync_service.h"
256 profile_sync_service()->DeactivateDataType(type());
406 ProfileSyncService* NonFrontendDataTypeController::profile_sync_service() function in class:browser_sync::NonFrontendDataTypeController
non_frontend_data_type_controller_unittest.cc 75 CreateBookmarkSyncComponents(profile_sync_service(), this);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.h 12 #include "chrome/browser/sync/profile_sync_service.h"
47 ProfileSyncService* profile_sync_service,
56 SyncComponents(ProfileSyncService* profile_sync_service,
60 ProfileSyncService* profile_sync_service,
64 SyncComponents(ProfileSyncService* profile_sync_service,
68 SyncComponents(ProfileSyncService* profile_sync_service,
73 ProfileSyncService* profile_sync_service,
profile_sync_components_factory.h 95 ProfileSyncService* profile_sync_service,
111 ProfileSyncService* profile_sync_service,
114 ProfileSyncService* profile_sync_service,
118 ProfileSyncService* profile_sync_service,
122 ProfileSyncService* profile_sync_service,
profile_sync_components_factory_impl.h 47 ProfileSyncService* profile_sync_service,
60 ProfileSyncService* profile_sync_service,
63 ProfileSyncService* profile_sync_service,
67 ProfileSyncService* profile_sync_service,
71 ProfileSyncService* profile_sync_service,
profile_sync_components_factory_impl.cc 54 #include "chrome/browser/sync/profile_sync_service.h"
343 ProfileSyncService* profile_sync_service,
347 syncer::UserShare* user_share = profile_sync_service->GetUserShare();
464 ProfileSyncService* profile_sync_service,
467 BookmarkModelFactory::GetForProfile(profile_sync_service->profile());
468 syncer::UserShare* user_share = profile_sync_service->GetUserShare();
477 profile_sync_service->profile(),
489 ProfileSyncService* profile_sync_service,
493 new PasswordModelAssociator(profile_sync_service,
505 ProfileSyncService* profile_sync_service,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 33 ProfileSyncService* profile_sync_service,
38 profile_sync_service,
autofill_profile_data_type_controller.h 28 ProfileSyncService* profile_sync_service,
autofill_data_type_controller.h 16 #include "chrome/browser/sync/profile_sync_service.h"
68 ProfileSyncService* profile_sync_service,
autofill_data_type_controller.cc 15 #include "chrome/browser/sync/profile_sync_service.h"
154 // profile_sync_service before we've removed its observers (BUG 61804).
189 ProfileSyncService* profile_sync_service,
194 profile_sync_service,
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 19 #include "chrome/browser/sync/profile_sync_service.h"
269 ProfileSyncServiceBase* profile_sync_service = local
271 if (profile_sync_service)
272 profile_sync_service->RemoveObserver(this);
431 ProfileSyncServiceBase* profile_sync_service = local
433 if (profile_sync_service) {
434 UpdateSyncEnabledStatus(profile_sync_service);
435 profile_sync_service->AddObserver(this);
691 ProfileSyncServiceBase* profile_sync_service = local
693 if (profile_sync_service)
    [all...]
sync_file_system_service.h 139 // |profile_sync_service| must be non-null.
140 void UpdateSyncEnabledStatus(ProfileSyncServiceBase* profile_sync_service);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 23 #include "chrome/browser/sync/profile_sync_service.h"
106 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
107 if (profile_sync_service)
108 profile_sync_service->SetSetupInProgress(true);
375 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
376 if (profile_sync_service)
377 profile_sync_service->SetSyncSetupCompleted();
381 if (!profile_sync_service) {
433 ProfileSyncService* profile_sync_service = GetProfileSyncService(); local
448 if (profile_sync_service) {
    [all...]

Completed in 142 milliseconds