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

1 2

  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 42 sync_api::UserShare* user_share,
51 sync_api::UserShare* user_share,
63 sync_api::UserShare* user_share);
71 sync_api::UserShare* user_share,
77 sync_api::UserShare* user_share);
extension_model_associator.h 29 sync_api::UserShare* user_share);
extension_sync.cc 23 sync_api::UserShare* user_share,
27 sync_api::ReadTransaction trans(user_share);
135 sync_api::UserShare* user_share,
137 sync_api::WriteTransaction trans(user_share);
179 sync_api::UserShare* user_share,
191 unsynced_extensions, user_share, extension_data_map)) {
243 sync_api::UserShare* user_share) {
244 sync_api::WriteTransaction trans(user_share);
279 sync_api::UserShare* user_share,
297 sync_api::WriteTransaction trans(user_share);
    [all...]
extension_model_associator.cc 22 sync_api::UserShare* user_share)
24 user_share_(user_share) {
bookmark_model_associator.h 42 sync_api::UserShare* user_share,
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 32 bool DoesTopLevelNodeExist(syncer::UserShare* user_share,
34 syncer::ReadTransaction trans(FROM_HERE, user_share);
53 syncer::UserShare* user_share = GetClient(0)->service()->GetUserShare(); local
68 ASSERT_TRUE(DoesTopLevelNodeExist(user_share, it.Get()))
74 ASSERT_TRUE(DoesTopLevelNodeExist(user_share,
78 ASSERT_TRUE(DoesTopLevelNodeExist(user_share,
100 syncer::UserShare* user_share = GetClient(0)->service()->GetUserShare(); local
106 ASSERT_TRUE(DoesTopLevelNodeExist(user_share, it.Get()));
134 syncer::UserShare* user_share = local
137 ASSERT_FALSE(DoesTopLevelNodeExist(user_share, it.Get())
    [all...]
  /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 99 UserShare* share = test_user_share_.user_share();
218 return test_user_share_.user_share();
222 return test_user_share_.user_share()->directory->cache_guid();
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker_unittest.cc 44 syncer::TestUserShare::CreateRoot(syncer::DEVICE_INFO, user_share());
47 new SyncedDeviceTracker(user_share(),
48 user_share()->directory->cache_guid()));
54 synced_device_tracker_->Start(NULL, user_share());
62 syncer::UserShare* user_share() { function in class:browser_sync::SyncedDeviceTrackerTest
63 return test_user_share_.user_share();
113 user_share()->directory->cache_guid(),
130 user_share()->directory->cache_guid(),
159 user_share()->directory->cache_guid(),
168 user_share()->directory->cache_guid()
    [all...]
generic_change_processor_unittest.cc 19 #include "sync/internal_api/public/user_share.h"
46 test_user_share_.user_share());
54 test_user_share_.user_share()));
62 syncer::WriteTransaction trans(FROM_HERE, user_share());
76 syncer::UserShare* user_share() { function in class:browser_sync::__anon5692::SyncGenericChangeProcessorTest
77 return test_user_share_.user_share();
157 syncer::ReadTransaction read_transaction(FROM_HERE, user_share());
228 syncer::ReadTransaction read_transaction(FROM_HERE, user_share());
generic_change_processor.h 47 syncer::UserShare* user_share);
111 // and have to keep a local pointer to the user_share.
synced_device_tracker.h 27 SyncedDeviceTracker(syncer::UserShare* user_share,
bookmark_model_associator.h 46 syncer::UserShare* user_share,
  /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/chrome/browser/sync/
abstract_profile_sync_service_test.cc 67 ModelType model_type, UserShare* user_share,
69 DirectoryManager* dir_manager = user_share->dir_manager.get();
71 ScopedDirLookup dir(dir_manager, user_share->name);
profile_sync_factory_impl.cc 175 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); local
177 new ExtensionModelAssociator(traits, extension_service, user_share);
227 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); local
230 user_share,
246 sync_api::UserShare* user_share = profile_sync_service->GetUserShare(); local
248 new ExtensionModelAssociator(traits, extension_service, user_share);
test_profile_sync_service.cc 177 UserShare* user_share = GetUserShare(); local
178 DirectoryManager* dir_manager = user_share->dir_manager.get();
180 ScopedDirLookup dir(dir_manager, user_share->name);
206 UserShare* user_share = GetUserShare(); local
207 DirectoryManager* dir_manager = user_share->dir_manager.get();
209 ScopedDirLookup dir(dir_manager, user_share->name);
js_sync_manager_observer_unittest.cc 222 MakeNode(test_user_share.user_share(), syncable::ModelTypeFromInt(i));
238 sync_api::ReadTransaction trans(test_user_share.user_share());
259 sync_api::ReadTransaction trans(test_user_share.user_share());
270 sync_api::ReadTransaction trans(test_user_share.user_share());
profile_sync_service_bookmark_unittest.cc 46 sync_api::UserShare* user_share,
48 : BookmarkModelAssociator(bookmark_model, user_share,
50 user_share_(user_share) {}
319 test_user_share_.user_share(),
328 change_processor_->Start(&profile_, test_user_share_.user_share());
401 sync_api::ReadTransaction trans(test_user_share_.user_share());
480 sync_api::ReadTransaction trans(test_user_share_.user_share());
574 sync_api::WriteTransaction trans(test_user_share_.user_share());
663 sync_api::WriteTransaction trans(test_user_share_.user_share());
712 sync_api::WriteTransaction trans(test_user_share_.user_share());
    [all...]
  /external/chromium_org/chrome/browser/sync/
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);
backend_migrator.h 49 // TODO(akalin): Remove the dependency on |user_share|.
51 syncer::UserShare* user_share,
  /external/chromium_org/sync/internal_api/
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_manager_impl_unittest.cc 238 ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
242 WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
247 ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
256 ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
262 ignore_result(MakeNode(test_user_share_.user_share(),
266 ReadTransaction trans(FROM_HERE, test_user_share_.user_share());
280 WriteTransaction trans(FROM_HERE, test_user_share_.user_share());
286 ignore_result(MakeNode(test_user_share_.user_share(),
288 ignore_result(MakeNode(test_user_share_.user_share(),
290 ignore_result(MakeNode(test_user_share_.user_share(),
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 184 ReadTransaction trans(test_user_share_.user_share());
188 WriteTransaction trans(test_user_share_.user_share());
193 ReadTransaction trans(test_user_share_.user_share());
202 ReadTransaction trans(test_user_share_.user_share());
208 ignore_result(MakeNode(test_user_share_.user_share(),
212 ReadTransaction trans(test_user_share_.user_share());
242 WriteTransaction trans(test_user_share_.user_share());
248 ignore_result(MakeNode(test_user_share_.user_share(),
250 ignore_result(MakeNode(test_user_share_.user_share(),
252 ignore_result(MakeNode(test_user_share_.user_share(),
    [all...]

Completed in 421 milliseconds

1 2