/external/chromium_org/chrome/browser/profiles/ |
profile_manager_unittest.cc | 26 #include "chrome/browser/profiles/profile_manager.h" 147 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 150 Profile* profile = profile_manager->GetProfile(dest_path); 154 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path)); 162 g_browser_process->profile_manager()->GetInitialProfileDir().value()); 175 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 177 profile_manager->GetInitialProfileDir().value()); 183 profile_manager->Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED 202 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 271 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 288 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 304 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 336 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 361 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 387 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 409 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 449 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 515 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 565 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 632 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 666 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 727 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 768 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 816 ProfileManager* profile_manager = g_browser_process->profile_manager(); local [all...] |
profile_manager_browsertest.cc | 11 #include "chrome/browser/profiles/profile_manager.h" 64 g_browser_process->profile_manager()->GetProfileInfoCache().AddObserver( 69 g_browser_process->profile_manager()->GetProfileInfoCache().RemoveObserver( 102 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 103 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 112 profile_manager->ScheduleProfileForDeletion(singleton_profile_path, 138 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 139 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache() 218 ProfileManager* profile_manager = g_browser_process->profile_manager(); local [all...] |
profile_list_desktop_browsertest.cc | 9 #include "chrome/browser/profiles/profile_manager.h" 56 ProfileManager* profile_manager = g_browser_process->profile_manager(); 58 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 92 ProfileManager* profile_manager = g_browser_process->profile_manager(); 94 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 101 profile_manager->CreateProfileAsync(path_profile2,
|
avatar_menu_desktop.cc | 10 #include "chrome/browser/profiles/profile_manager.h" 17 g_browser_process->profile_manager()->GetProfileInfoCache();
|
profile_window.cc | 11 #include "chrome/browser/profiles/profile_manager.h" 131 g_browser_process->profile_manager()->CreateProfileAsync( 145 g_browser_process->profile_manager()->CreateProfileAsync( 171 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 172 Profile* profile = profile_manager->GetProfileByPath( 183 g_browser_process->profile_manager()->GetProfileInfoCache();
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_start_util.cc | 11 #include "chrome/browser/profiles/profile_manager.h" 20 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 21 if (!profile_manager) { 27 Profile* p = profile_manager->GetProfileByPath(profile);
|
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_interactive_uitest.cc | 12 #include "chrome/browser/profiles/profile_manager.h" 30 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 34 Profile* profile_1 = profile_manager->GetProfile( 35 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL( 38 Profile* profile_2 = profile_manager->GetProfile( 39 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL( 42 Profile* profile_3 = profile_manager->GetProfile( 43 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL( 46 Profile* profile_4 = profile_manager->GetProfile [all...] |
/external/chromium_org/chrome/browser/chromeos/profiles/ |
profile_helper.cc | 14 #include "chrome/browser/profiles/profile_manager.h" 24 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 25 base::FilePath user_data_dir = profile_manager->user_data_dir(); 48 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 49 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash)); 62 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 63 base::FilePath profile_path = profile_manager->user_data_dir() 84 ProfileManager* profile_manager = g_browser_process->profile_manager(); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/signin/ |
user_manager_ui_browsertest.cc | 5 #include "chrome/browser/profiles/profile_manager.h" 64 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 65 EXPECT_EQ(num_pods, static_cast<int>(profile_manager->GetNumberOfProfiles()));
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_unittest.cc | 56 scoped_ptr<TestingProfileManager> profile_manager 58 EXPECT_TRUE(profile_manager->SetUp()); 59 return profile_manager.Pass(); 153 scoped_ptr<TestingProfileManager> profile_manager = local 155 TestingProfile* profile = profile_manager->CreateTestingProfile("p1"); 157 command_line_.get(), profile_manager->profile_info_cache(), true); 189 scoped_ptr<TestingProfileManager> profile_manager = local 191 TestingProfile* profile = profile_manager->CreateTestingProfile("p1"); 193 command_line_.get(), profile_manager->profile_info_cache(), true); 221 scoped_ptr<TestingProfileManager> profile_manager local 255 scoped_ptr<TestingProfileManager> profile_manager = local 298 scoped_ptr<TestingProfileManager> profile_manager = local 347 scoped_ptr<TestingProfileManager> profile_manager = local 385 scoped_ptr<TestingProfileManager> profile_manager = local 399 scoped_ptr<TestingProfileManager> profile_manager = local 416 scoped_ptr<TestingProfileManager> profile_manager = local 550 scoped_ptr<TestingProfileManager> profile_manager = local [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_button_browsertest.cc | 10 #include "chrome/browser/profiles/profile_manager.h" 43 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 44 EXPECT_EQ(1u, profile_manager->GetNumberOfProfiles()); 53 profile_manager->RegisterTestingProfile(profile, true, false); 54 EXPECT_EQ(2u, profile_manager->GetNumberOfProfiles());
|
new_avatar_menu_button_browsertest.cc | 9 #include "chrome/browser/profiles/profile_manager.h" 58 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 59 EXPECT_EQ(1u, profile_manager->GetNumberOfProfiles()); 62 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 72 profile_manager->RegisterTestingProfile(profile, true, false); 73 EXPECT_EQ(2u, profile_manager->GetNumberOfProfiles());
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_ui_browsertest.cc | 28 #include "chrome/browser/profiles/profile_manager.h" 111 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 113 profile_manager->GenerateNextProfileDirectoryPath(); 116 profile_manager->CreateProfileAsync( 117 profile_manager->GenerateNextProfileDirectoryPath(),
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_service_browsertest.cc | 16 #include "chrome/browser/profiles/profile_manager.h" 46 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 47 const ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 64 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 65 const ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_window_property_manager_browsertest_win.cc | 20 #include "chrome/browser/profiles/profile_manager.h" 125 ProfileManager* profile_manager = g_browser_process->profile_manager(); 126 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); 129 profile_manager->GenerateNextProfileDirectoryPath(); 130 profile_manager->CreateProfileAsync(path_profile2, 145 CreateBrowser(profile_manager->GetProfileByPath(path_profile2));
|
browser_window_property_manager_win.cc | 13 #include "chrome/browser/profiles/profile_manager.h" 52 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 56 if (profile_manager) 57 shortcut_manager = profile_manager->profile_shortcut_manager();
|
/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.cc | 19 #include "chrome/browser/profiles/profile_manager.h" 87 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 88 // profile_manager might be NULL in testing environments. 89 if (profile_manager) { 90 profile_manager->GetProfileInfoCache().AddObserver(this); 97 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 98 // profile_manager might be NULL in testing environments or during shutdown. 99 if (profile_manager) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
browser_permissions_policy_delegate.cc | 9 #include "chrome/browser/profiles/profile_manager.h" 41 if (!g_browser_process->profile_manager()) 48 g_browser_process->profile_manager()->GetLoadedProfiles();
|
/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager.cc | 14 #include "chrome/browser/profiles/profile_manager.h" 33 &g_browser_process->profile_manager()->GetProfileInfoCache();
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_app_tab_helper.cc | 12 #include "chrome/browser/profiles/profile_manager.h" 51 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 52 if (profile_manager) { 54 profile_manager->GetLoadedProfiles();
|
/external/chromium/chrome/browser/extensions/ |
extension_event_router_forwarder.cc | 9 #include "chrome/browser/profiles/profile_manager.h" 68 if (!g_browser_process || !g_browser_process->profile_manager()) 71 ProfileManager* profile_manager = g_browser_process->profile_manager(); 74 profile = profile_manager->GetProfileWithId(profile_id); 83 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_sync_observer.cc | 20 #include "chrome/browser/profiles/profile_manager.h" 39 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 40 if (!profile_manager || !profile_manager->IsLoggedIn()) 42 base::FilePath profile_path = profile_manager->user_data_dir().Append( 43 profile_manager->GetInitialProfileDir()); 44 return profile_manager->GetProfileByPath(profile_path);
|
/external/chromium_org/win8/metro_driver/ime/ |
input_source.cc | 88 InputSourceImpl(ITfInputProcessorProfileMgr* profile_manager, 90 : profile_manager_(profile_manager), 140 base::win::ScopedComPtr<ITfInputProcessorProfileMgr> profile_manager; local 141 HRESULT hr = profile_manager.CreateInstance(CLSID_TF_InputProcessorProfiles); 148 hr = profiles_source.QueryFrom(profile_manager); 167 return scoped_ptr<InputSource>(new InputSourceImpl(profile_manager, monitor));
|
/external/chromium/chrome/browser/ |
memory_purger.cc | 12 #include "chrome/browser/profiles/profile_manager.h" 100 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 101 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
|
/external/chromium_org/chrome/browser/ |
memory_purger.cc | 15 #include "chrome/browser/profiles/profile_manager.h" 102 ProfileManager* profile_manager = g_browser_process->profile_manager(); local 103 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
|