HomeSort by relevance Sort by last modified time
    Searched refs:ProfileListChromeOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 20 return new chromeos::ProfileListChromeOS(profile_cache);
25 ProfileListChromeOS::ProfileListChromeOS(ProfileInfoInterface* profile_cache)
29 ProfileListChromeOS::~ProfileListChromeOS() {
33 size_t ProfileListChromeOS::GetNumberOfItems() const {
37 const AvatarMenu::Item& ProfileListChromeOS::GetItemAt(size_t index) const {
42 void ProfileListChromeOS::RebuildMenu() {
79 size_t ProfileListChromeOS::MenuIndexFromProfileIndex(size_t index) {
94 void ProfileListChromeOS::ActiveProfilePathChanged(base::FilePath& path)
    [all...]
profile_list_chromeos.h 17 class ProfileListChromeOS : public ProfileList {
19 explicit ProfileListChromeOS(ProfileInfoInterface* profile_cache);
20 virtual ~ProfileListChromeOS();
42 DISALLOW_COPY_AND_ASSIGN(ProfileListChromeOS);

Completed in 142 milliseconds