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

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 39 profile_info_cache_(NULL),
51 profile_info_cache_ = profile_manager_->profile_info_cache();
66 const int num_profiles = profile_info_cache_->GetNumberOfProfiles();
69 profile_info_cache_->GetPathOfProfileAtIndex(0);
71 profile_info_cache_->GetNameOfProfileAtIndex(0);
72 profile_info_cache_->DeleteProfileFromCache(profile_path);
84 profile_info_cache_->GetUserDataDir().Append(profile_name);
96 ASSERT_EQ(0, profile_info_cache_->GetNumberOfProfiles())
100 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_,
188 profile_info_cache_->AddProfileToCache(profile_path, profile_name
281 ProfileInfoCache* profile_info_cache_; member in class:ProfileShortcutManagerTest
    [all...]
profile_manager.cc 618 if (!profile_info_cache_) {
619 profile_info_cache_.reset(new ProfileInfoCache(
622 return *profile_info_cache_.get();
    [all...]
profile_manager.h 334 scoped_ptr<ProfileInfoCache> profile_info_cache_; member in class:ProfileManager
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 123 profile_info_cache_(profile_info_cache),
125 DCHECK(profile_info_cache_);
503 const size_t count = profile_info_cache_->GetNumberOfProfiles();
508 profile_info_cache_->GetAvatarIconOfProfileAtIndex(i),
509 profile_info_cache_->GetNameOfProfileAtIndex(i),
510 profile_info_cache_->GetUserNameOfProfileAtIndex(i),
512 profile_info_cache_->GetPathOfProfileAtIndex(i)));
message_center_settings_controller.h 126 ProfileInfoCache* profile_info_cache_; member in class:MessageCenterSettingsController
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 152 profile_manager_->profile_info_cache_.reset(NULL);

Completed in 1848 milliseconds