OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingProfileManager
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/chromium_org/chrome/test/base/
testing_profile_manager.h
25
// The
TestingProfileManager
is a TestingProfile factory for a multi-profile
32
class
TestingProfileManager
{
34
explicit
TestingProfileManager
(TestingBrowserProcess* browser_process);
35
~
TestingProfileManager
();
118
DISALLOW_COPY_AND_ASSIGN(
TestingProfileManager
);
testing_profile_manager.cc
39
TestingProfileManager
::
TestingProfileManager
(TestingBrowserProcess* process)
46
TestingProfileManager
::~
TestingProfileManager
() {
52
bool
TestingProfileManager
::SetUp() {
57
TestingProfile*
TestingProfileManager
::CreateTestingProfile(
110
TestingProfile*
TestingProfileManager
::CreateTestingProfile(
118
TestingProfile*
TestingProfileManager
::CreateGuestProfile() {
141
void
TestingProfileManager
::DeleteTestingProfile(const std::string& name) {
155
void
TestingProfileManager
::DeleteAllTestingProfiles()
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/
cocoa_profile_test.h
46
TestingProfileManager
* testing_profile_manager() {
62
TestingProfileManager
profile_manager_;
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.h
26
TestingProfileManager
* testing_profile_manager);
44
TestingProfileManager
* testing_profile_manager_;
61
TestingProfileManager
testing_profile_manager_;
off_the_record_profile_impl_unittest.cc
81
profile_manager_.reset(new
TestingProfileManager
(browser_process()));
109
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util_unittest.cc
31
TestingProfileManager
& testing_profile_manager() {
49
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc
27
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
38
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc
37
TestingProfileManager
profile_manager_;
file_system_util_unittest.cc
46
TestingProfileManager
& testing_profile_manager() {
52
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc
106
scoped_ptr<
TestingProfileManager
> profile_manager(
107
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
session_state_delegate_chromeos_unittest.cc
100
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
115
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_userlist_unittest.cc
47
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
73
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/signin/
local_auth_unittest.cc
22
TestingProfileManager
testing_profile_manager(
signin_error_notifier_ash_unittest.cc
74
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
114
scoped_ptr<
TestingProfileManager
> profile_manager_;
signin_names_io_thread_unittest.cc
36
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest.cc
55
profile_manager_.reset(new
TestingProfileManager
(browser_process));
120
scoped_ptr<
TestingProfileManager
> profile_manager_;
message_center_settings_controller_unittest.cc
55
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash_unittest.cc
101
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
174
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc
34
TestingProfileManager
testing_profile_manager_;
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc
73
TestingProfileManager
mock_profile_manager_;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_writer_unittest.cc
74
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
112
scoped_ptr<
TestingProfileManager
> profile_manager_;
113
TestingProfile* profile_; // Owned by
TestingProfileManager
.
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc
107
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
244
scoped_ptr<
TestingProfileManager
> profile_manager_;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc
74
new
TestingProfileManager
(TestingBrowserProcess::GetGlobal()));
93
scoped_ptr<
TestingProfileManager
> profile_manager_;
94
TestingProfile* profile_; // Owned by
TestingProfileManager
.
/external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service_unittest.cc
84
testing_profile_manager_.reset(new
TestingProfileManager
(
143
scoped_ptr<
TestingProfileManager
> testing_profile_manager_;
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc
105
TestingProfileManager
* manager() { return &manager_; }
110
TestingProfileManager
manager_;
Completed in 1410 milliseconds
1
2
3