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

  /external/chromium_org/chrome/browser/profiles/
profile_list.h 32 virtual void ActiveProfilePathChanged(base::FilePath& path) = 0;
profile_list_desktop.h 31 virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
profile_list_desktop.cc 92 void ProfileListDesktop::ActiveProfilePathChanged(base::FilePath& path) {
avatar_menu.cc 215 profile_list_->ActiveProfilePathChanged(path);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.h 27 virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
profile_list_chromeos.cc 94 void ProfileListChromeOS::ActiveProfilePathChanged(base::FilePath& path) {

Completed in 277 milliseconds