OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestProfileSyncService
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/sync/
test_profile_sync_service.h
20
class
TestProfileSyncService
;
83
class
TestProfileSyncService
: public ProfileSyncService {
87
TestProfileSyncService
(ProfileSyncFactory* factory,
93
virtual ~
TestProfileSyncService
();
test_profile_sync_service.cc
148
browser_sync::TestIdFactory*
TestProfileSyncService
::id_factory() {
153
TestProfileSyncService
::GetBackendForTest() {
158
TestProfileSyncService
::
TestProfileSyncService
(
174
TestProfileSyncService
::~
TestProfileSyncService
() {}
176
void
TestProfileSyncService
::SetInitialSyncEndedForEnabledTypes() {
192
void
TestProfileSyncService
::OnBackendInitialized() {
236
void
TestProfileSyncService
::Observe(NotificationType type,
246
void
TestProfileSyncService
::dont_set_initial_sync_ended_on_init()
[
all
...]
abstract_profile_sync_service_test.h
21
class
TestProfileSyncService
;
52
scoped_ptr<
TestProfileSyncService
> service_;
profile_sync_service_unittest.cc
78
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(),
profile_sync_service_startup_unittest.cc
60
service_.reset(new
TestProfileSyncService
(&factory_, &profile_,
89
scoped_ptr<
TestProfileSyncService
> service_;
profile_sync_service_session_unittest.cc
108
sync_service_.reset(new
TestProfileSyncService
(
142
scoped_ptr<
TestProfileSyncService
> sync_service_;
profile_sync_service.h
520
friend class
TestProfileSyncService
;
profile_sync_service_password_unittest.cc
119
class PasswordTestProfileSyncService : public
TestProfileSyncService
{
127
:
TestProfileSyncService
(factory, profile, test_user,
139
TestProfileSyncService
::OnPassphraseAccepted();
profile_sync_service_autofill_unittest.cc
302
new
TestProfileSyncService
(&factory_, &profile_, "test_user", false,
524
FakeServerUpdater(
TestProfileSyncService
*service,
620
TestProfileSyncService
*service_;
[
all
...]
profile_sync_service_preference_unittest.cc
77
service_.reset(new
TestProfileSyncService
(
profile_sync_service_typed_url_unittest.cc
164
new
TestProfileSyncService
(&factory_, &profile_, "test", false,
Completed in 948 milliseconds