OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileSyncServiceMock
(Results
1 - 11
of
11
) sorted by null
/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/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 169 milliseconds