HomeSort by relevance Sort by last modified time
    Searched refs:ProfileInfoCache (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.h 10 class ProfileInfoCache;
16 ProfileInfoCache* cache);
34 ProfileInfoCache* cache_; // Weak.
profile_info_cache_unittest.h 15 class ProfileInfoCache;
21 // Class used to test that ProfileInfoCache does not try to access any
42 ProfileInfoCache* GetCache();
56 ProfileInfoCache* GetCache();
profile_info_cache.cc 165 ProfileInfoCache::ProfileInfoCache(PrefService* prefs,
199 ProfileInfoCache::~ProfileInfoCache() {
207 void ProfileInfoCache::AddProfileToCache(
242 void ProfileInfoCache::AddObserver(ProfileInfoCacheObserver* obs) {
246 void ProfileInfoCache::RemoveObserver(ProfileInfoCacheObserver* obs) {
250 void ProfileInfoCache::DeleteProfileFromCache(
279 size_t ProfileInfoCache::GetNumberOfProfiles() const {
283 size_t ProfileInfoCache::GetIndexOfProfileWithPath
    [all...]
avatar_menu_desktop.cc 18 ProfileInfoCache& cache =
profile_avatar_downloader.cc 22 ProfileInfoCache* cache)
profile_info_cache.h 36 class ProfileInfoCache : public ProfileInfoInterface,
37 public base::SupportsWeakPtr<ProfileInfoCache> {
39 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir);
40 virtual ~ProfileInfoCache();
132 // rather than going through the ProfileInfoCache object.
218 // or when the ProfileInfoCache is destroyed.
222 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCache);
profile_list_desktop_browsertest.cc 37 AvatarMenu* GetAvatarMenu(ProfileInfoCache* cache) {
68 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
111 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
gaia_info_update_service.cc 114 ProfileInfoCache& cache =
150 ProfileInfoCache& cache =
profile_manager_browsertest.cc 110 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
146 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
254 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
318 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
profile_manager.h 28 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.
334 scoped_ptr<ProfileInfoCache> profile_info_cache_;
profile_window.cc 155 const ProfileInfoCache& cache =
244 ProfileInfoCache& cache =
273 ProfileInfoCache& cache =
profiles_state.cc 58 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_desktop.cc 17 ProfileInfoCache* profile_info_cache =
message_center_settings_controller.h 30 class ProfileInfoCache;
55 ProfileInfoCache* profile_info_cache);
120 // loaded (and in the ProfileInfoCache - so no incognito profiles go here).
126 ProfileInfoCache* profile_info_cache_;
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 20 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
86 ProfileInfoCache* profile_info_cache();
testing_profile_manager.cc 80 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
136 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
169 ProfileInfoCache* TestingProfileManager::profile_info_cache() {
  /external/chromium_org/chrome/browser/extensions/
background_app_browsertest.cc 14 ProfileInfoCache* profile_cache)
  /external/chromium_org/chrome/browser/signin/
local_auth.cc 130 ProfileInfoCache& info =
139 ProfileInfoCache& info =
154 ProfileInfoCache& info =
191 ProfileInfoCache& info =
local_auth_unittest.cc 26 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 25 class ProfileInfoCache;
61 ProfileInfoCache* profile_cache);
150 // the name in the ProfileInfoCache for this profile.
300 ProfileInfoCache* profile_cache_;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 54 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/
task_manager_util.cc 50 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 260 const ProfileInfoCache& cache =
279 const ProfileInfoCache& cache =
307 const ProfileInfoCache& cache =
334 ProfileInfoCache& cache =
425 ProfileInfoCache& cache =
449 const ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 103 size_t index, const ProfileInfoCache& info_cache) {
122 size_t GetIndexOfProfileWithEmailAndName(const ProfileInfoCache& info_cache,
136 ProfileInfoCache& info_cache =
274 ProfileInfoCache& info_cache =
313 ProfileInfoCache& info_cache =
388 ProfileInfoCache& info_cache =
584 const ProfileInfoCache& info_cache =
635 ProfileInfoCache& info_cache =
  /external/chromium_org/chrome/browser/media/
webrtc_log_util.cc 107 ProfileInfoCache& profile_cache =

Completed in 340 milliseconds

1 2 3