OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingProfileManager
(Results
26 - 50
of
63
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/power/
process_power_collector_unittest.cc
54
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
89
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc
77
TestingProfileManager
* manager() { return &manager_; }
89
TestingProfileManager
manager_;
profile_manager.h
218
friend class
TestingProfileManager
;
profile_shortcut_manager_unittest_win.cc
49
profile_manager_.reset(new
TestingProfileManager
(browser_process));
279
scoped_ptr<
TestingProfileManager
> profile_manager_;
[
all
...]
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
510
TestingProfileManager
profile_manager(browser_process);
513
// Must be created after the
TestingProfileManager
since that creates the
541
TestingProfileManager
profile_manager(browser_process);
544
// Must be created after the
TestingProfileManager
since that creates the
589
TestingProfileManager
profile_manager(browser_process);
592
// Must be created after the
TestingProfileManager
since that creates the
/external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc
182
TestingProfileManager
testing_profile_manager(
218
TestingProfileManager
testing_profile_manager(
244
TestingProfileManager
testing_profile_manager(
/external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc
174
profile_manager_.reset(new
TestingProfileManager
(
212
scoped_ptr<
TestingProfileManager
> profile_manager_;
background_mode_manager_unittest.cc
187
scoped_ptr<
TestingProfileManager
> profile_manager_;
192
scoped_ptr<
TestingProfileManager
> CreateTestingProfileManager() {
193
scoped_ptr<
TestingProfileManager
> profile_manager
194
(new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
[
all
...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader_unittest.cc
90
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
133
scoped_ptr<
TestingProfileManager
> profile_manager_;
134
TestingProfile* profile_; // Owned by
TestingProfileManager
.
provider_async_file_util_unittest.cc
125
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
174
scoped_ptr<
TestingProfileManager
> profile_manager_;
175
TestingProfile* profile_; // Owned by
TestingProfileManager
.
/external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc
120
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
224
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller_unittest.cc
124
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
205
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc
56
TestingProfileManager
profile_manager_;
/external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc
70
TestingProfileManager
profile_manager_;
sqlite_cursor_unittest.cc
102
TestingProfileManager
profile_manager_;
bookmark_model_sql_handler_unittest.cc
70
TestingProfileManager
profile_manager_;
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_notification_blocker_chromeos_unittest.cc
128
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
service_unittest.cc
135
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
149
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc
89
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
336
scoped_ptr<
TestingProfileManager
> profile_manager_;
device_cloud_policy_invalidator_unittest.cc
103
TestingProfileManager
profile_manager_;
recommendation_restorer_unittest.cc
79
TestingProfileManager
profile_manager_;
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service_unittest.cc
287
TestingProfileManager
profile_manager_;
373
base::Bind(&
TestingProfileManager
::DeleteTestingProfile,
[
all
...]
/external/chromium_org/chrome/browser/signin/
account_reconcilor_unittest.cc
109
scoped_ptr<
TestingProfileManager
> testing_profile_manager_;
130
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
/external/chromium_org/chrome/browser/extensions/
event_router_forwarder_unittest.cc
112
TestingProfileManager
profile_manager_;
/external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc
339
scoped_ptr<
TestingProfileManager
> profile_manager_;
438
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
499
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
[
all
...]
Completed in 1156 milliseconds
1
2
3