Searched refs:profile_info_cache_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc39 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_
281 ProfileInfoCache* profile_info_cache_; member in class:ProfileShortcutManagerTest
[all...]
H A Dprofile_manager.h352 scoped_ptr<ProfileInfoCache> profile_info_cache_; member in class:ProfileManager
H A Dprofile_manager.cc996 if (!profile_info_cache_) {
997 profile_info_cache_.reset(new ProfileInfoCache(
1000 return *profile_info_cache_.get();
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc100 : current_notifier_group_(0), profile_info_cache_(profile_info_cache) {
101 DCHECK(profile_info_cache_);
448 const size_t count = profile_info_cache_->GetNumberOfProfiles();
453 profile_info_cache_->GetAvatarIconOfProfileAtIndex(i),
454 profile_info_cache_->GetNameOfProfileAtIndex(i),
455 profile_info_cache_->GetUserNameOfProfileAtIndex(i),
457 profile_info_cache_->GetPathOfProfileAtIndex(i)));
H A Dmessage_center_settings_controller.h115 ProfileInfoCache* profile_info_cache_; member in class:MessageCenterSettingsController
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc111 profile_manager_->profile_info_cache_.reset(NULL);

Completed in 111 milliseconds