Searched refs:profile_info_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop.cc15 : profile_info_(profile_cache),
40 const size_t count = profile_info_->GetNumberOfProfiles();
42 if (profile_info_->IsOmittedProfileAtIndex(i)) {
47 gfx::Image icon = profile_info_->GetAvatarIconOfProfileAtIndex(i);
51 item->name = profile_info_->GetNameOfProfileAtIndex(i);
52 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
53 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
54 item->supervised = profile_info_->ProfileIsSupervisedAtIndex(i);
61 item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
63 item->signin_required = profile_info_
[all...]
H A Davatar_menu.cc59 profile_info_(profile_cache),
62 DCHECK(profile_info_);
146 profile_info_->GetPathOfProfileAtIndex(item.profile_index);
166 profile_info_->GetPathOfProfileAtIndex(profile_index));
196 profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
H A Dprofile_list_desktop.h37 ProfileInfoInterface* profile_info_; member in class:ProfileListDesktop
H A Davatar_menu.h173 ProfileInfoInterface* profile_info_; member in class:AvatarMenu
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc26 : profile_info_(profile_cache) {
53 size_t i = profile_info_->GetIndexOfProfileWithPath(
64 item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
65 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
68 item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
70 item->signin_required = profile_info_->ProfileIsSigninRequiredAtIndex(i);
H A Dprofile_list_chromeos.h34 ProfileInfoInterface* profile_info_; member in class:chromeos::ProfileListChromeOS

Completed in 2414 milliseconds