Searched refs:ProfileInfoCache (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.h10 class ProfileInfoCache;
16 ProfileInfoCache* cache);
34 ProfileInfoCache* cache_; // Weak.
H A Dprofile_info_cache.cc141 ProfileInfoCache::ProfileInfoCache(PrefService* prefs, function in class:ProfileInfoCache
177 ProfileInfoCache::~ProfileInfoCache() {
185 void ProfileInfoCache::AddProfileToCache(
225 void ProfileInfoCache::AddObserver(ProfileInfoCacheObserver* obs) {
229 void ProfileInfoCache::RemoveObserver(ProfileInfoCacheObserver* obs) {
233 void ProfileInfoCache::DeleteProfileFromCache(
262 size_t ProfileInfoCache::GetNumberOfProfiles() const {
266 size_t ProfileInfoCache
[all...]
H A Dprofile_info_cache_unittest.h15 class ProfileInfoCache;
21 // Class used to test that ProfileInfoCache does not try to access any
42 ProfileInfoCache* GetCache();
56 ProfileInfoCache* GetCache();
H A Davatar_menu_desktop.cc18 ProfileInfoCache& cache =
H A Dprofile_avatar_downloader.cc22 ProfileInfoCache* cache)
H A Dprofile_info_cache.h36 class ProfileInfoCache : public ProfileInfoInterface, class in inherits:ProfileInfoInterface,base::SupportsWeakPtr
37 public base::SupportsWeakPtr<ProfileInfoCache> {
39 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir);
40 virtual ~ProfileInfoCache();
140 // rather than going through the ProfileInfoCache object.
231 // or when the ProfileInfoCache is destroyed.
235 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCache);
H A Dprofile_list_desktop_browsertest.cc37 scoped_ptr<AvatarMenu> CreateAvatarMenu(ProfileInfoCache* cache) {
63 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
106 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
H A Dprofiles_state.cc60 const ProfileInfoCache& cache =
101 const ProfileInfoCache& cache =
167 const ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
H A Dprofile_manager.h28 class ProfileInfoCache;
149 // Returns a ProfileInfoCache object which can be used to get information
151 ProfileInfoCache& GetProfileInfoCache();
178 // for testing. If |addToCache|, adds to ProfileInfoCache as well.
340 scoped_ptr<ProfileInfoCache> profile_info_cache_;
H A Dprofile_metrics.cc48 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache();
71 bool HasProfileAtIndexBeenActiveSince(const ProfileInfoCache& info_cache,
76 // ProfileInfoCache. (see ProfileManager::OnBrowserSetLastActive)
120 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache();
H A Dprofile_window.cc159 const ProfileInfoCache& cache =
258 ProfileInfoCache& cache =
293 ProfileInfoCache* cache =
H A Dprofile_manager_browsertest.cc139 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
175 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
283 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
351 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_ui_manager_desktop.cc17 ProfileInfoCache* profile_info_cache =
H A Dmessage_center_settings_controller.h30 class ProfileInfoCache;
55 ProfileInfoCache* profile_info_cache);
121 // loaded (and in the ProfileInfoCache - so no incognito profiles go here).
127 ProfileInfoCache* profile_info_cache_;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.h20 class ProfileInfoCache;
48 // ProfileInfoCache and provide the user-visible profile metadata. This will
65 // This profile will not be added to the ProfileInfoCache. This will
90 ProfileInfoCache* profile_info_cache();
H A Dtesting_profile_manager.cc97 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
149 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
159 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
193 ProfileInfoCache* TestingProfileManager::profile_info_cache() {
/external/chromium_org/chrome/browser/extensions/
H A Dbackground_app_browsertest.cc14 ProfileInfoCache* profile_cache)
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc100 ProfileInfoCache& info =
142 ProfileInfoCache& info =
162 ProfileInfoCache& info =
H A Dlocal_auth_unittest.cc26 ProfileInfoCache& cache =
H A Dsignin_names_io_thread.cc26 const ProfileInfoCache& cache = manager->GetProfileInfoCache();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_browsertest.cc54 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
95 const ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
113 const ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc50 ProfileInfoCache& cache =
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.h26 class ProfileInfoCache;
58 ProfileInfoCache* profile_cache);
150 // the name in the ProfileInfoCache for this profile.
316 ProfileInfoCache* profile_cache_;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc257 const ProfileInfoCache& cache =
276 const ProfileInfoCache& cache =
304 const ProfileInfoCache& cache =
420 ProfileInfoCache& cache =
444 const ProfileInfoCache& cache =
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_util.cc107 ProfileInfoCache& profile_cache =

Completed in 432 milliseconds

123