OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileSyncServiceMock
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium/chrome/browser/sync/
profile_sync_service_mock.cc
9
ProfileSyncServiceMock
::
ProfileSyncServiceMock
()
13
ProfileSyncServiceMock
::~
ProfileSyncServiceMock
() {
profile_sync_service_mock.h
18
class
ProfileSyncServiceMock
: public ProfileSyncService {
20
ProfileSyncServiceMock
();
21
virtual ~
ProfileSyncServiceMock
();
sync_ui_util_unittest.cc
18
NiceMock<
ProfileSyncServiceMock
> service;
backend_migrator_unittest.cc
84
NiceMock<
ProfileSyncServiceMock
> service_;
/external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.cc
15
ProfileSyncServiceMock
::
ProfileSyncServiceMock
(Profile* profile)
23
ProfileSyncServiceMock
::~
ProfileSyncServiceMock
() {
27
TestingProfile*
ProfileSyncServiceMock
::MakeSignedInTestingProfile() {
34
BrowserContextKeyedService*
ProfileSyncServiceMock
::BuildMockProfileSyncService(
36
return new
ProfileSyncServiceMock
(static_cast<Profile*>(profile));
40
ProfileSyncServiceMock
::GetAllSignedInDevices() const {
about_sync_util_unittest.cc
25
ProfileSyncServiceMock
::MakeSignedInTestingProfile());
26
NiceMock<
ProfileSyncServiceMock
> service(profile.get());
sync_ui_util_unittest.cc
50
void VerifySyncGlobalErrorResult(NiceMock<
ProfileSyncServiceMock
>* service,
81
ProfileSyncServiceMock
::MakeSignedInTestingProfile());
82
NiceMock<
ProfileSyncServiceMock
> service(profile.get());
99
ProfileSyncServiceMock
::MakeSignedInTestingProfile());
100
NiceMock<
ProfileSyncServiceMock
> service(profile.get());
129
ProfileSyncServiceMock
::MakeSignedInTestingProfile());
130
NiceMock<
ProfileSyncServiceMock
> service(profile.get());
187
// Loads a
ProfileSyncServiceMock
to emulate one of a number of distinct cases
189
void GetDistinctCase(
ProfileSyncServiceMock
& service,
329
ProfileSyncServiceMock
service(profile.get())
[
all
...]
profile_sync_service_mock.h
25
class
ProfileSyncServiceMock
: public ProfileSyncService {
27
explicit
ProfileSyncServiceMock
(Profile* profile);
28
virtual ~
ProfileSyncServiceMock
();
sync_global_error_unittest.cc
99
void VerifySyncGlobalErrorResult(NiceMock<
ProfileSyncServiceMock
>* service,
161
ProfileSyncServiceMock
::MakeSignedInTestingProfile());
162
NiceMock<
ProfileSyncServiceMock
> service(profile.get());
sync_startup_tracker_unittest.cc
37
mock_pss_ = static_cast<
ProfileSyncServiceMock
*>(
40
ProfileSyncServiceMock
::BuildMockProfileSyncService));
69
ProfileSyncServiceMock
* mock_pss_;
/external/chromium_org/chrome/browser/sync/glue/
shared_change_processor_unittest.cc
122
NiceMock<
ProfileSyncServiceMock
> sync_service_;
search_engine_data_type_controller_unittest.cc
47
service_.reset(new
ProfileSyncServiceMock
(test_util_.profile()));
109
scoped_ptr<
ProfileSyncServiceMock
> service_;
autofill_data_type_controller_unittest.cc
210
ProfileSyncServiceMock
service_;
ui_data_type_controller_unittest.cc
104
ProfileSyncServiceMock
profile_sync_service_;
typed_url_model_associator_unittest.cc
72
ProfileSyncServiceMock
* mock) {
416
ProfileSyncServiceMock
mock(&profile);
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api_unittest.cc
35
ProfileSyncServiceMock
pss_mock(&profile);
109
public
ProfileSyncServiceMock
{
112
:
ProfileSyncServiceMock
(p) {}
/external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc
113
ProfileSyncServiceMock
* service = static_cast<
ProfileSyncServiceMock
*>(
115
profile, &
ProfileSyncServiceMock
::BuildMockProfileSyncService));
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc
227
ProfileSyncServiceMock
* CreateProfileSyncServiceMock();
310
ProfileSyncServiceMock
*
312
ProfileSyncServiceMock
* sync_service = static_cast<
ProfileSyncServiceMock
*>(
315
ProfileSyncServiceMock
::BuildMockProfileSyncService));
680
ProfileSyncServiceMock
* sync_service = CreateProfileSyncServiceMock();
734
ProfileSyncServiceMock
* sync_service = CreateProfileSyncServiceMock();
[
all
...]
/external/chromium/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc
126
StrictMock<
ProfileSyncServiceMock
> profile_sync_service_mock_;
/external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc
93
ProfileSyncServiceMock
service_;
extension_data_type_controller_unittest.cc
80
ProfileSyncServiceMock
service_;
frontend_data_type_controller_unittest.cc
142
ProfileSyncServiceMock
service_;
preference_data_type_controller_unittest.cc
81
ProfileSyncServiceMock
service_;
theme_data_type_controller_unittest.cc
79
ProfileSyncServiceMock
service_;
autofill_data_type_controller_unittest.cc
155
ProfileSyncServiceMock
service_;
Completed in 1434 milliseconds
1
2