Searched refs:TestProfileSyncService (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc193 syncer::TestIdFactory* TestProfileSyncService::id_factory() {
198 TestProfileSyncService::GetBackendForTest() {
204 TestProfileSyncService::GetJsEventHandler() {
208 TestProfileSyncService::TestProfileSyncService( function in class:TestProfileSyncService
227 TestProfileSyncService::~TestProfileSyncService() {
231 BrowserContextKeyedService* TestProfileSyncService::BuildAutoStartAsyncInit(
238 return new TestProfileSyncService(
243 TestProfileSyncService
[all...]
H A Dabstract_profile_sync_service_test.h22 class TestProfileSyncService;
57 TestProfileSyncService* sync_service_;
H A Dtest_profile_sync_service.h28 class TestProfileSyncService;
116 class TestProfileSyncService : public ProfileSyncService { class in inherits:ProfileSyncService
120 TestProfileSyncService(
127 virtual ~TestProfileSyncService();
H A Dprofile_sync_service_unittest.cc102 service.reset(new TestProfileSyncService(
151 scoped_ptr<TestProfileSyncService> service;
187 harness_.service.reset(new TestProfileSyncService(
221 harness_.service.reset(new TestProfileSyncService(
237 harness_.service.reset(new TestProfileSyncService(
262 harness_.service.reset(new TestProfileSyncService(
301 harness_.service.reset(new TestProfileSyncService(
H A Dprofile_sync_service_startup_unittest.cc48 TestProfileSyncService* service = static_cast<TestProfileSyncService*>(pss);
53 TestProfileSyncService* service = static_cast<TestProfileSyncService*>(pss);
112 return new TestProfileSyncService(
123 sync_ = static_cast<TestProfileSyncService*>(
141 TestProfileSyncService* sync_;
151 sync_ = static_cast<TestProfileSyncService*>(
167 return new TestProfileSyncService(
H A Dprofile_sync_service_password_unittest.cc94 class PasswordTestProfileSyncService : public TestProfileSyncService {
100 : TestProfileSyncService(factory,
112 TestProfileSyncService::OnPassphraseAccepted();
H A Dprofile_sync_service.h698 friend class TestProfileSyncService;
H A Dprofile_sync_service_autofill_unittest.cc567 sync_service_ = static_cast<TestProfileSyncService*>(
569 profile_.get(), &TestProfileSyncService::BuildAutoStartAsyncInit));
826 FakeServerUpdater(TestProfileSyncService* service,
913 TestProfileSyncService* service_;
H A Dprofile_sync_service_preference_unittest.cc161 sync_service_ = static_cast<TestProfileSyncService*>(
163 profile_.get(), &TestProfileSyncService::BuildAutoStartAsyncInit));
H A Dprofile_sync_service_session_unittest.cc80 class FakeProfileSyncService : public TestProfileSyncService {
88 : TestProfileSyncService(factory,
318 scoped_ptr<TestProfileSyncService> sync_service_;
H A Dprofile_sync_service_typed_url_unittest.cc219 sync_service_ = static_cast<TestProfileSyncService*>(
222 &TestProfileSyncService::BuildAutoStartAsyncInit));
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.cc148 browser_sync::TestIdFactory* TestProfileSyncService::id_factory() {
153 TestProfileSyncService::GetBackendForTest() {
158 TestProfileSyncService::TestProfileSyncService( function in class:TestProfileSyncService
174 TestProfileSyncService::~TestProfileSyncService() {}
176 void TestProfileSyncService::SetInitialSyncEndedForEnabledTypes() {
192 void TestProfileSyncService::OnBackendInitialized() {
236 void TestProfileSyncService::Observe(NotificationType type,
246 void TestProfileSyncService
[all...]
H A Dtest_profile_sync_service.h20 class TestProfileSyncService;
83 class TestProfileSyncService : public ProfileSyncService { class in inherits:ProfileSyncService
87 TestProfileSyncService(ProfileSyncFactory* factory,
93 virtual ~TestProfileSyncService();
H A Dabstract_profile_sync_service_test.h21 class TestProfileSyncService;
52 scoped_ptr<TestProfileSyncService> service_;
H A Dprofile_sync_service_unittest.cc78 service_.reset(new TestProfileSyncService(&factory_,
110 scoped_ptr<TestProfileSyncService> service_;
116 service_.reset(new TestProfileSyncService(&factory_, profile_.get(),
129 service_.reset(new TestProfileSyncService(&factory_, profile_.get(),
136 service_.reset(new TestProfileSyncService(&factory_, profile_.get(),
H A Dprofile_sync_service_startup_unittest.cc60 service_.reset(new TestProfileSyncService(&factory_, &profile_,
89 scoped_ptr<TestProfileSyncService> service_;
H A Dprofile_sync_service_session_unittest.cc108 sync_service_.reset(new TestProfileSyncService(
142 scoped_ptr<TestProfileSyncService> sync_service_;
H A Dprofile_sync_service.h520 friend class TestProfileSyncService;
H A Dprofile_sync_service_password_unittest.cc119 class PasswordTestProfileSyncService : public TestProfileSyncService {
127 : TestProfileSyncService(factory, profile, test_user,
139 TestProfileSyncService::OnPassphraseAccepted();
H A Dprofile_sync_service_autofill_unittest.cc302 new TestProfileSyncService(&factory_, &profile_, "test_user", false,
524 FakeServerUpdater(TestProfileSyncService *service,
620 TestProfileSyncService *service_;
H A Dprofile_sync_service_preference_unittest.cc77 service_.reset(new TestProfileSyncService(
H A Dprofile_sync_service_typed_url_unittest.cc164 new TestProfileSyncService(&factory_, &profile_, "test", false,
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc155 class OneClickTestProfileSyncService : public TestProfileSyncService {
184 : TestProfileSyncService(NULL,

Completed in 2508 milliseconds