Searched refs:profile_path_to_focus (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | user_manager_view.cc | 46 const base::FilePath& profile_path_to_focus, in Show() argument 63 profile_path_to_focus, in Show() 68 profile_path_to_focus)); in Show() 93 const base::FilePath& profile_path_to_focus, in OnGuestProfileCreated() argument 102 instance_->Init(profile_path_to_focus, guest_profile, GURL(url)); in OnGuestProfileCreated() 106 const base::FilePath& profile_path_to_focus, in Init() argument 125 if (!profile_path_to_focus.empty()) { in Init() 128 Profile* profile = manager->GetProfileByPath(profile_path_to_focus); in Init()
|
D | user_manager_view.h | 28 const base::FilePath& profile_path_to_focus, 38 void Init(const base::FilePath& profile_path_to_focus,
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_window.cc | 144 const base::FilePath& profile_path_to_focus, in OnUserManagerGuestProfileCreated() argument 158 } else if (!profile_path_to_focus.empty()) { in OnUserManagerGuestProfileCreated() 161 size_t index = cache.GetIndexOfProfileWithPath(profile_path_to_focus); in OnUserManagerGuestProfileCreated() 312 const base::FilePath& profile_path_to_focus, in CreateGuestProfileForUserManager() argument 321 profile_path_to_focus, in CreateGuestProfileForUserManager()
|
D | profile_window.h | 88 const base::FilePath& profile_path_to_focus,
|
/external/chromium_org/chrome/browser/ui/ |
D | user_manager.h | 22 static void Show(const base::FilePath& profile_path_to_focus,
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | user_manager_mac.mm | 166 const base::FilePath& profile_path_to_focus, 179 profile_path_to_focus,
|