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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 29 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
profile_manager_browsertest.cc 92 base::FilePath singleton_profile_path = cache.GetPathOfProfileAtIndex(0);
102 base::FilePath new_profile_path = cache.GetPathOfProfileAtIndex(0);
136 base::FilePath profile_path1 = cache.GetPathOfProfileAtIndex(0);
137 base::FilePath profile_path2 = cache.GetPathOfProfileAtIndex(1);
150 base::FilePath new_profile_path = cache.GetPathOfProfileAtIndex(0);
202 base::FilePath path_profile1 = cache.GetPathOfProfileAtIndex(0);
avatar_menu_model.cc 161 profile_info_->GetPathOfProfileAtIndex(item.model_index);
175 profile_info_->GetPathOfProfileAtIndex(GetItemAt(index).model_index));
198 return profile_info_->GetPathOfProfileAtIndex(item.model_index);
320 base::FilePath path = profile_info_->GetPathOfProfileAtIndex(i);
profile_info_cache.cc 303 base::FilePath ProfileInfoCache::GetPathOfProfileAtIndex(size_t index) const {
350 base::FilePath path = GetPathOfProfileAtIndex(index);
464 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
503 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
539 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
560 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
572 base::FilePath path = GetPathOfProfileAtIndex(index);
632 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
834 std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index));
profile_info_cache.h 59 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const OVERRIDE;
profile_manager.cc     [all...]
profile_shortcut_manager_win.cc 727 CreateOrUpdateShortcutsForProfileAtPath(cache.GetPathOfProfileAtIndex(0),
760 return cache.GetPathOfProfileAtIndex(other_profile_index);
    [all...]
profile_info_cache_unittest.cc 136 EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
profile_shortcut_manager_unittest_win.cc 69 profile_info_cache_->GetPathOfProfileAtIndex(0);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 228 base::FilePath path = info_cache.GetPathOfProfileAtIndex(i);
326 base::FilePath profile_path = info_cache.GetPathOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 381 profile_info_cache_->GetPathOfProfileAtIndex(i)));
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 457 cache.GetPathOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 2383 milliseconds