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 126 ProfileInfoCache* profile_info_cache_; member in class:MessageCenterSettingsController
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 334 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);
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...]

Completed in 127 milliseconds