HomeSort by relevance Sort by last modified time
    Searched full:user_share (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.cc 8 #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);
test_user_share.cc 58 UserShare* TestUserShare::user_share() { function in class:syncer::TestUserShare
71 bool TestUserShare::CreateRoot(ModelType model_type, UserShare* user_share) {
72 syncer::syncable::Directory* directory = user_share->directory.get();
fake_sync_manager.cc 80 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/components/sync_driver/
generic_change_processor_factory.cc 20 syncer::UserShare* user_share,
25 DCHECK(user_share);
31 user_share,
data_type_controller.cc 8 #include "sync/internal_api/public/user_share.h"
48 syncer::UserShare* DataTypeController::user_share() const { function in class:sync_driver::DataTypeController
generic_change_processor_unittest.cc 27 #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::__anon11484::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...]
fake_generic_change_processor.h 52 syncer::UserShare* user_share,
generic_change_processor_factory.h 39 syncer::UserShare* user_share,
sync_api_component_factory.h 36 const syncer::UserShare& user_share,
fake_generic_change_processor.cc 77 syncer::UserShare* user_share,
change_processor.h 11 #include "sync/internal_api/public/user_share.h"
generic_change_processor.h 55 syncer::UserShare* user_share,
155 // and have to keep a local pointer to the user_share.
  /external/chromium_org/sync/internal_api/
user_share.cc 5 #include "sync/internal_api/public/user_share.h"
sync_encryption_handler_impl_unittest.cc 92 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...]
sync_rollback_manager_unittest.cc 92 int64 CreateEntry(UserShare* user_share, ModelType type,
94 WriteTransaction trans(FROM_HERE, user_share);
143 bool VerifyEntry(UserShare* user_share, ModelType type,
145 ReadTransaction trans(FROM_HERE, user_share);
sync_manager_impl_unittest.cc 232 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/test/integration/
enable_disable_test.cc 28 bool DoesTopLevelNodeExist(syncer::UserShare* user_share,
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, it.Get())
    [all...]
  /external/chromium_org/sync/internal_api/public/test/
test_user_share.h 25 // 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/
backend_migrator.h 49 // TODO(akalin): Remove the dependency on |user_share|.
51 syncer::UserShare* user_share,
backend_migrator.cc 28 syncer::UserShare* user_share,
32 : name_(name), user_share_(user_share), service_(service),
126 syncer::ModelTypeSet GetUnsyncedDataTypes(syncer::UserShare* user_share) {
127 syncer::ReadTransaction trans(FROM_HERE, user_share);
profile_sync_components_factory_mock.cc 41 const syncer::UserShare& user_share,
profile_sync_components_factory_mock.h 55 const syncer::UserShare& user_share,
profile_sync_components_factory_impl.cc 610 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,
profile_sync_service_bookmark_unittest.cc 411 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
425 test_user_share_.user_share());
435 test_user_share_.user_share()))
450 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
494 test_user_share_.user_share(),
542 change_processor_->Start(test_user_share_.user_share());
638 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
727 syncer::ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
787 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
869 syncer::WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
    [all...]
  /external/chromium_org/sync/internal_api/public/
base_transaction.h 10 #include "sync/internal_api/public/user_share.h"

Completed in 2537 milliseconds

1 2