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

  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.h 95 ProfileInfoCache* profile_info_cache_; member in class:MessageCenterSettingsController
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 328 scoped_ptr<ProfileInfoCache> profile_info_cache_; member in class:ProfileManager
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);
70 string16 profile_name = profile_info_cache_->GetNameOfProfileAtIndex(0);
71 profile_info_cache_->DeleteProfileFromCache(profile_path);
83 profile_info_cache_->GetUserDataDir().Append(profile_name);
95 ASSERT_EQ(0, profile_info_cache_->GetNumberOfProfiles())
99 profile_info_cache_->AddProfileToCache(profile_1_path_, profile_1_name_,
187 profile_info_cache_->AddProfileToCache(profile_path, profile_name
278 ProfileInfoCache* profile_info_cache_; member in class:ProfileShortcutManagerTest
    [all...]

Completed in 63 milliseconds