Searched refs:user_share (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/components/sync_driver/
H A Dgeneric_change_processor_factory.cc20 syncer::UserShare* user_share,
25 DCHECK(user_share);
31 user_share,
18 CreateGenericChangeProcessor( syncer::ModelType type, syncer::UserShare* user_share, DataTypeErrorHandler* error_handler, const base::WeakPtr<syncer::SyncableService>& local_service, const base::WeakPtr<syncer::SyncMergeResult>& merge_result, SyncApiComponentFactory* sync_factory) argument
H A Dsync_api_component_factory.h36 const syncer::UserShare& user_share,
H A Dgeneric_change_processor_factory.h39 syncer::UserShare* user_share,
H A Ddata_type_controller.cc8 #include "sync/internal_api/public/user_share.h"
48 syncer::UserShare* DataTypeController::user_share() const { function in class:sync_driver::DataTypeController
H A Dfake_generic_change_processor.cc77 syncer::UserShare* user_share,
75 CreateGenericChangeProcessor( syncer::ModelType type, syncer::UserShare* user_share, DataTypeErrorHandler* error_handler, const base::WeakPtr<syncer::SyncableService>& local_service, const base::WeakPtr<syncer::SyncMergeResult>& merge_result, SyncApiComponentFactory* sync_factory) argument
H A Dfake_generic_change_processor.h52 syncer::UserShare* user_share,
H A Dgeneric_change_processor_unittest.cc27 #include "sync/internal_api/public/user_share.h"
94 const syncer::UserShare& user_share,
143 test_user_share_->user_share());
166 test_user_share_->user_share(),
172 syncer::WriteTransaction trans(FROM_HERE, user_share());
185 syncer::UserShare* user_share() { function in class:sync_driver::__anon6859::SyncGenericChangeProcessorTest
186 return test_user_share_->user_share();
279 syncer::ReadTransaction read_transaction(FROM_HERE, user_share());
351 syncer::ReadTransaction read_transaction(FROM_HERE, user_share());
446 syncer::ReadTransaction read_transaction(FROM_HERE, user_share());
[all...]
H A Ddata_type_controller.h161 syncer::UserShare* user_share() const;
H A Dshared_change_processor.h65 syncer::UserShare* user_share,
H A Dshared_change_processor_unittest.cc48 const syncer::UserShare& user_share,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc28 bool DoesTopLevelNodeExist(syncer::UserShare* user_share, argument
30 syncer::ReadTransaction trans(FROM_HERE, user_share);
48 syncer::UserShare* user_share = GetSyncService(0)->GetUserShare(); local
65 ASSERT_TRUE(DoesTopLevelNodeExist(user_share, it.Get()) ||
72 ASSERT_TRUE(DoesTopLevelNodeExist(user_share,
76 ASSERT_TRUE(DoesTopLevelNodeExist(user_share,
91 syncer::UserShare* user_share = GetSyncService(0)->GetUserShare(); local
100 ASSERT_TRUE(DoesTopLevelNodeExist(user_share, it.Get()) ||
135 syncer::UserShare* user_share = local
138 ASSERT_FALSE(DoesTopLevelNodeExist(user_share, i
[all...]
/external/chromium_org/sync/internal_api/test/
H A Dsync_manager_for_profile_sync_test.cc8 #include "sync/internal_api/public/user_share.h"
22 UserShare* user_share = GetUserShare(); local
23 syncable::Directory* directory = user_share->directory.get();
34 syncer::TestUserShare::CreateRoot(it.Get(), user_share);
H A Dtest_user_share.cc58 UserShare* TestUserShare::user_share() { function in class:syncer::TestUserShare
71 bool TestUserShare::CreateRoot(ModelType model_type, UserShare* user_share) { argument
72 syncer::syncable::Directory* directory = user_share->directory.get();
H A Dfake_sync_manager.cc80 UserShare* share = test_user_share_.user_share();
195 return test_user_share_.user_share();
203 return test_user_share_.user_share()->directory->cache_guid();
/external/chromium_org/sync/internal_api/public/test/
H A Dtest_user_share.h25 // ReadTransaction trans(test_user_share_.user_share());
35 #include "sync/internal_api/public/user_share.h"
65 UserShare* user_share();
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.cc28 syncer::UserShare* user_share,
32 : name_(name), user_share_(user_share), service_(service),
126 syncer::ModelTypeSet GetUnsyncedDataTypes(syncer::UserShare* user_share) { argument
127 syncer::ReadTransaction trans(FROM_HERE, user_share);
27 BackendMigrator(const std::string& name, syncer::UserShare* user_share, ProfileSyncService* service, sync_driver::DataTypeManager* manager, const base::Closure &migration_done_callback) argument
H A Dbackend_migrator.h49 // TODO(akalin): Remove the dependency on |user_share|.
51 syncer::UserShare* user_share,
H A Dprofile_sync_components_factory_mock.cc41 const syncer::UserShare& user_share,
39 CreateAttachmentService( const scoped_refptr<syncer::AttachmentStore>& attachment_store, const syncer::UserShare& user_share, syncer::AttachmentService::Delegate* delegate) argument
H A Dprofile_sync_components_factory_impl.cc610 const syncer::UserShare& user_share,
617 if (!user_share.sync_credentials.email.empty() &&
618 !user_share.sync_credentials.scope_set.empty()) {
630 user_share.sync_credentials.email,
631 user_share.sync_credentials.scope_set,
641 user_share.sync_credentials.email,
642 user_share.sync_credentials.scope_set,
669 syncer::UserShare* user_share = profile_sync_service->GetUserShare(); local
679 user_share,
608 CreateAttachmentService( const scoped_refptr<syncer::AttachmentStore>& attachment_store, const syncer::UserShare& user_share, syncer::AttachmentService::Delegate* delegate) argument
H A Dprofile_sync_components_factory_mock.h55 const syncer::UserShare& user_share,
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc92 new SyncEncryptionHandlerImpl(user_share(),
100 syncer::syncable::Directory* directory = user_share()->directory.get();
129 UserShare* user_share() { return test_user_share_.user_share(); } function in class:syncer::SyncEncryptionHandlerImplTest
147 ReadTransaction trans(FROM_HERE, user_share());
240 WriteTransaction trans(FROM_HERE, user_share());
273 WriteTransaction trans(FROM_HERE, user_share());
310 WriteTransaction trans(FROM_HERE, user_share());
349 SyncEncryptionHandlerImpl handler2(user_share(),
358 WriteTransaction trans(FROM_HERE, user_share());
[all...]
H A Dsync_rollback_manager_unittest.cc92 int64 CreateEntry(UserShare* user_share, ModelType type, argument
94 WriteTransaction trans(FROM_HERE, user_share);
143 bool VerifyEntry(UserShare* user_share, ModelType type, argument
145 ReadTransaction trans(FROM_HERE, user_share);
H A Dsync_manager_impl_unittest.cc232 UserShare* user_share();
241 UserShare* SyncApiTest::user_share() { function in class:syncer::SyncApiTest
242 return test_user_share_.user_share();
246 return test_user_share_.user_share()->directory.get();
261 syncer::WriteTransaction trans(FROM_HERE, user_share());
273 syncer::ReadTransaction trans(FROM_HERE, user_share());
280 syncer::WriteTransaction trans(FROM_HERE, user_share());
289 ReadTransaction trans(FROM_HERE, user_share());
293 WriteTransaction trans(FROM_HERE, user_share());
298 ReadTransaction trans(FROM_HERE, user_share());
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.h46 syncer::UserShare* user_share,
H A Dsync_backend_registrar.h95 syncer::UserShare* user_share);

Completed in 302 milliseconds

12