OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_user_share_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h
149
TestUserShare
test_user_share_
;
member in class:syncer::FakeSyncManager
/external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc
38
test_user_share_
.SetUp();
50
"Profile0",
test_user_share_
.user_share(), service(), manager(),
57
test_user_share_
.TearDown();
64
test_user_share_
.user_share());
108
syncer::TestUserShare
test_user_share_
;
member in class:browser_sync::SyncBackendMigratorTest
profile_sync_service_bookmark_unittest.cc
332
test_user_share_
.SetUp();
336
test_user_share_
.TearDown();
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(),
532
test_user_share_
.Reload();
542
change_processor_->Start(
test_user_share_
.user_share());
638
syncer::ReadTransaction trans(FROM_HERE,
test_user_share_
.user_share())
749
syncer::TestUserShare
test_user_share_
;
member in class:browser_sync::__anon9412::ProfileSyncServiceBookmarkTest
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc
52
test_user_share_
.user_share());
71
test_user_share_
.SetUp();
79
test_user_share_
.TearDown();
104
syncer::TestUserShare
test_user_share_
;
member in class:browser_sync::__anon9398::SyncBackendRegistrarTest
202
test_user_share_
.user_share());
/external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc
123
if (
test_user_share_
) {
124
test_user_share_
->TearDown();
132
test_user_share_
.reset(new syncer::TestUserShare);
133
test_user_share_
->SetUp();
143
test_user_share_
->user_share());
145
test_user_share_
->encryption_handler()->Init();
166
test_user_share_
->user_share(),
186
return
test_user_share_
->user_share();
210
scoped_ptr<syncer::TestUserShare>
test_user_share_
;
member in class:sync_driver::__anon11484::SyncGenericChangeProcessorTest
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc
79
test_user_share_
.SetUp();
86
test_user_share_
.TearDown();
129
UserShare* user_share() { return
test_user_share_
.user_share(); }
335
TestUserShare
test_user_share_
;
member in class:syncer::SyncEncryptionHandlerImplTest
[
all
...]
sync_manager_impl_unittest.cc
203
test_user_share_
.SetUp();
207
test_user_share_
.TearDown();
238
TestUserShare
test_user_share_
;
member in class:syncer::SyncApiTest
242
return
test_user_share_
.user_share();
246
return
test_user_share_
.user_share()->directory.get();
250
return
test_user_share_
.encryption_handler();
254
return
test_user_share_
.Reload();
[
all
...]
Completed in 4458 milliseconds