Home
last modified time | relevance | path

Searched refs:testing_profile_manager (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dlocal_auth_unittest.cc22 TestingProfileManager testing_profile_manager( in TEST() local
24 ASSERT_TRUE(testing_profile_manager.SetUp()); in TEST()
25 Profile* prof = testing_profile_manager.CreateTestingProfile("p1"); in TEST()
27 testing_profile_manager.profile_manager()->GetProfileInfoCache(); in TEST()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Davatar_icon_controller_unittest.mm56 testing_profile_manager()->CreateTestingProfile("one");
60 testing_profile_manager()->CreateTestingProfile("two");
63 testing_profile_manager()->DeleteTestingProfile("one");
66 testing_profile_manager()->DeleteTestingProfile("two");
72 testing_profile_manager()->CreateTestingProfile("p2");
92 testing_profile_manager()->DeleteTestingProfile("p2");
101 TestingProfile* profile = testing_profile_manager()->CreateTestingProfile(
Dprofile_menu_controller_unittest.mm108 TestingProfileManager* manager = testing_profile_manager();
150 TestingProfileManager* manager = testing_profile_manager();
197 TestingProfileManager* manager = testing_profile_manager();
225 TestingProfileManager* manager = testing_profile_manager();
248 TestingProfileManager* manager = testing_profile_manager();
Dprofile_chooser_controller_unittest.mm53 testing_profile_manager()->
57 testing_profile_manager()->
62 menu_ = new AvatarMenu(testing_profile_manager()->profile_info_cache(),
240 testing_profile_manager()->
244 testing_profile_manager()->
307 ProfileInfoCache* cache = testing_profile_manager()->profile_info_cache();
329 ProfileInfoCache* cache = testing_profile_manager()->profile_info_cache();
352 ProfileInfoCache* cache = testing_profile_manager()->profile_info_cache();
Davatar_button_controller_unittest.mm69 testing_profile_manager()->CreateTestingProfile("batman");
77 testing_profile_manager()->CreateTestingProfile("batman");
Duser_manager_mac_unittest.mm12 #include "chrome/test/base/testing_profile_manager.h"
Davatar_menu_bubble_controller_unittest.mm17 #include "chrome/test/base/testing_profile_manager.h"
/external/chromium_org/chrome/browser/ui/
Dbrowser_command_controller_unittest.cc182 TestingProfileManager testing_profile_manager( in TEST_F() local
184 ASSERT_TRUE(testing_profile_manager.SetUp()); in TEST_F()
185 ProfileManager* profile_manager = testing_profile_manager.profile_manager(); in TEST_F()
196 testing_profile_manager.CreateTestingProfile("p1"); in TEST_F()
200 testing_profile_manager.CreateTestingProfile("p2"); in TEST_F()
204 testing_profile_manager.DeleteTestingProfile("p1"); in TEST_F()
208 testing_profile_manager.DeleteTestingProfile("p2"); in TEST_F()
218 TestingProfileManager testing_profile_manager( in TEST_F() local
220 ASSERT_TRUE(testing_profile_manager.SetUp()); in TEST_F()
221 ProfileManager* profile_manager = testing_profile_manager.profile_manager(); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util_unittest.cc46 TestingProfileManager& testing_profile_manager() { in testing_profile_manager() function in drive::util::__anon1862ebce0111::ProfileRelatedFileSystemUtilTest
58 Profile* profile = testing_profile_manager().CreateTestingProfile("user1"); in TEST_F()
66 Profile* profile1 = testing_profile_manager().CreateTestingProfile("user1"); in TEST_F()
67 Profile* profile2 = testing_profile_manager().CreateTestingProfile("user2"); in TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/
Dcocoa_profile_test.h46 TestingProfileManager* testing_profile_manager() { in testing_profile_manager() function
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache_unittest.h26 TestingProfileManager* testing_profile_manager);
Dprofile_info_cache_unittest.cc40 TestingProfileManager* testing_profile_manager) in ProfileNameVerifierObserver() argument
41 : testing_profile_manager_(testing_profile_manager) { in ProfileNameVerifierObserver()
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dexternal_file_url_util_unittest.cc31 TestingProfileManager& testing_profile_manager() { in testing_profile_manager() function in chromeos::__anonc569081e0111::ExternalFileURLUtilTest
/external/chromium_org/chrome/test/
DBUILD.gn52 "base/testing_profile_manager.cc",
53 "base/testing_profile_manager.h",
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_view_unittest.mm157 // |other_profile| is owned by the |testing_profile_manager|.
159 testing_profile_manager()->CreateTestingProfile("other");
Dbookmark_bar_view_unittest.mm253 // |other_profile| is owned by the |testing_profile_manager|.
255 testing_profile_manager()->CreateTestingProfile("other");
/external/chromium_org/chrome/browser/
Dapp_controller_mac_unittest.mm18 #include "chrome/test/base/testing_profile_manager.h"
/external/chromium_org/chrome/
Dchrome_tests_unit.gypi1641 'test/base/testing_profile_manager.cc',
1642 'test/base/testing_profile_manager.h',