HomeSort by relevance Sort by last modified time
    Searched defs:profile_manager (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 24 #include "chrome/browser/profiles/profile_manager.h"
582 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
584 base::FilePath dest_path = profile_manager->user_data_dir();
587 Profile* other_profile = profile_manager->GetProfile(dest_path);
619 browser_creator.Start(dummy, profile_manager->user_data_dir(),
646 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
649 base::FilePath dest_path = profile_manager->user_data_dir();
651 Profile* profile1 = profile_manager->GetProfile
693 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
755 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
startup_browser_creator.cc 44 #include "chrome/browser/profiles/profile_manager.h"
729 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
730 Profile* profile = profile_manager->GetProfileByPath(profile_path);
734 profile_manager->CreateProfileAsync(profile_path,
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 13 #include "chrome/browser/profiles/profile_manager.h"
92 ProfileManager* TestingBrowserProcess::profile_manager() { function in class:TestingBrowserProcess
101 void TestingBrowserProcess::SetProfileManager(ProfileManager* profile_manager) {
103 profile_manager_.reset(profile_manager);
  /external/chromium/chrome/browser/automation/
automation_provider.cc 64 #include "chrome/browser/profiles/profile_manager.h"
576 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
577 DCHECK(profile_manager);
578 Profile* profile = profile_manager->GetDefaultProfile(user_data_dir);
    [all...]
testing_automation_provider.cc 63 #include "chrome/browser/profiles/profile_manager.h"
2568 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 48 #include "chrome/browser/profiles/profile_manager.h"
328 ProfileManager* pm = profile_manager();
435 ProfileManager* BrowserProcessImpl::profile_manager() { function in class:BrowserProcessImpl
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 28 #include "chrome/browser/profiles/profile_manager.h"
693 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
694 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
1220 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 60 #include "chrome/browser/profiles/profile_manager.h"
352 ProfileManager* pm = profile_manager();
424 ProfileManager* BrowserProcessImpl::profile_manager() { function in class:BrowserProcessImpl
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 5 #include "chrome/browser/profiles/profile_manager.h"
184 ProfileManager* pm = g_browser_process->profile_manager();
229 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
230 return profile_manager->GetDefaultProfile(profile_manager->user_data_dir_);
250 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
251 return profile_manager->GetLastUsedProfile(profile_manager->user_data_dir_)
266 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
529 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
849 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
865 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
profile_impl.cc 70 #include "chrome/browser/profiles/profile_manager.h"
389 // If not profile_manager is present, it means we are in a unittest.
393 g_browser_process->profile_manager() == NULL);
1140 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
1151 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
1162 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 17 #include "chrome/browser/profiles/profile_manager.h"
60 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
61 return profile_manager->GetDefaultProfile(user_data_dir);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 79 #include "chrome/browser/profiles/profile_manager.h"
1051 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
1062 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
1138 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 35 #include "chrome/browser/profiles/profile_manager.h"
210 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
212 if (!profile_manager) {
217 std::vector<Profile*> profiles = profile_manager->GetLoadedProfiles();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 25 #include "chrome/browser/profiles/profile_manager.h"
853 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
855 profile_manager->CreateProfileAsync(
    [all...]

Completed in 878 milliseconds

12