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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos.cc 63 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
66 item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.cc 53 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
61 item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
profile_manager_browsertest.cc 117 base::FilePath singleton_profile_path = cache.GetPathOfProfileAtIndex(0);
127 base::FilePath new_profile_path = cache.GetPathOfProfileAtIndex(0);
162 base::FilePath profile_path1 = cache.GetPathOfProfileAtIndex(0);
163 base::FilePath profile_path2 = cache.GetPathOfProfileAtIndex(1);
176 base::FilePath new_profile_path = cache.GetPathOfProfileAtIndex(0);
255 base::FilePath path_profile1 = cache.GetPathOfProfileAtIndex(0);
319 base::FilePath path_profile1 = cache.GetPathOfProfileAtIndex(0);
profile_info_interface.h 36 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
profile_info_cache.cc 194 GetPathOfProfileAtIndex(i));
316 base::FilePath ProfileInfoCache::GetPathOfProfileAtIndex(size_t index) const {
389 base::FilePath path = GetPathOfProfileAtIndex(index);
482 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
528 DownloadHighResAvatar(icon_index, GetPathOfProfileAtIndex(index));
530 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
558 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
598 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
623 base::FilePath path = GetPathOfProfileAtIndex(index);
652 image, key, image_path, GetPathOfProfileAtIndex(index))
    [all...]
avatar_menu.cc 131 profile_info_->GetPathOfProfileAtIndex(item.profile_index);
151 profile_info_->GetPathOfProfileAtIndex(profile_index));
profile_info_cache_unittest.cc 144 EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
495 EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
524 kIconIndex, GetCache()->GetPathOfProfileAtIndex(0), GetCache());
profile_info_cache.h 63 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const OVERRIDE;
profile_shortcut_manager_win.cc 748 CreateOrUpdateShortcutsForProfileAtPath(cache.GetPathOfProfileAtIndex(0),
779 return cache.GetPathOfProfileAtIndex(other_profile_index);
    [all...]
profile_manager.cc 653 base::FilePath cur_path = cache.GetPathOfProfileAtIndex(i);
730 GetProfile(cache.GetPathOfProfileAtIndex(p));
    [all...]
profile_shortcut_manager_unittest_win.cc 69 profile_info_cache_->GetPathOfProfileAtIndex(0);
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_log_util.cc 116 profile_cache.GetPathOfProfileAtIndex(i))));
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index));
407 base::FilePath path = info_cache.GetPathOfProfileAtIndex(profile_index);
595 base::FilePath profile_path = info_cache.GetPathOfProfileAtIndex(i);
639 base::FilePath path = info_cache.GetPathOfProfileAtIndex(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 97 user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 456 cache.GetPathOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 512 profile_info_cache_->GetPathOfProfileAtIndex(i)));
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 413 milliseconds