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

  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.h 18 class ProfileListDesktop : public ProfileList {
20 explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
21 virtual ~ProfileListDesktop();
48 DISALLOW_COPY_AND_ASSIGN(ProfileListDesktop);
profile_list_desktop.cc 14 ProfileListDesktop::ProfileListDesktop(ProfileInfoInterface* profile_cache)
19 ProfileListDesktop::~ProfileListDesktop() {
25 return new ProfileListDesktop(profile_cache);
28 size_t ProfileListDesktop::GetNumberOfItems() const {
32 const AvatarMenu::Item& ProfileListDesktop::GetItemAt(size_t index) const {
37 void ProfileListDesktop::RebuildMenu() {
72 size_t ProfileListDesktop::MenuIndexFromProfileIndex(size_t index) {
92 void ProfileListDesktop::ActiveProfilePathChanged(base::FilePath& path)
    [all...]
profile_list_desktop_unittest.cc 116 ProfileListDesktop profile_list(manager()->profile_info_cache());
154 ProfileListDesktop profile_list(manager()->profile_info_cache());

Completed in 43 milliseconds