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

1 2

  /external/chromium_org/chrome/browser/profiles/
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 174 ProfileInfoCache::ProfileInfoCache(PrefService* prefs,
198 ProfileInfoCache::~ProfileInfoCache() {
203 void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path,
233 void ProfileInfoCache::AddObserver(ProfileInfoCacheObserver* obs) {
237 void ProfileInfoCache::RemoveObserver(ProfileInfoCacheObserver* obs) {
241 void ProfileInfoCache::DeleteProfileFromCache(
270 size_t ProfileInfoCache::GetNumberOfProfiles() const {
274 size_t ProfileInfoCache::GetIndexOfProfileWithPath
    [all...]
profile_info_cache.h 35 class ProfileInfoCache : public ProfileInfoInterface,
36 public base::SupportsWeakPtr<ProfileInfoCache> {
38 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir);
39 virtual ~ProfileInfoCache();
133 // rather than going through the ProfileInfoCache object.
183 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCache);
avatar_menu_model_browsertest.cc 38 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
71 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
gaia_info_update_service.cc 114 ProfileInfoCache& cache =
163 ProfileInfoCache& cache =
profile_manager.h 29 class ProfileInfoCache;
176 // Returns a ProfileInfoCache object which can be used to get information
178 ProfileInfoCache& GetProfileInfoCache();
198 // for testing. If |addToCache|, adds to ProfileInfoCache as well.
328 scoped_ptr<ProfileInfoCache> profile_info_cache_;
profile_manager_browsertest.cc 85 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
121 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
201 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
profile_manager.cc 497 ProfileInfoCache& cache = GetProfileInfoCache();
888 ProfileInfoCache& ProfileManager::GetProfileInfoCache() {
890 profile_info_cache_.reset(new ProfileInfoCache(
    [all...]
profile_info_cache_unittest.cc 76 ProfileInfoCache* ProfileNameVerifierObserver::GetCache() {
99 ProfileInfoCache* ProfileInfoCacheTest::GetCache() {
124 ProfileInfoCache::GetDefaultAvatarIconResourceIDAtIndex(
350 int id = ProfileInfoCache::GetDefaultAvatarIconResourceIDAtIndex(0);
428 int id = ProfileInfoCache::GetDefaultAvatarIconResourceIDAtIndex(0);
profile_metrics.cc 71 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache();
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 19 class ProfileInfoCache;
47 // ProfileInfoCache and provide the user-visible profile metadata. This will
72 ProfileInfoCache* profile_info_cache();
testing_profile_manager.cc 68 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
96 ProfileInfoCache& cache = profile_manager_->GetProfileInfoCache();
120 ProfileInfoCache* TestingProfileManager::profile_info_cache() {
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.cc 32 ProfileInfoCache* profile_info_cache =
message_center_settings_controller.h 24 class ProfileInfoCache;
42 ProfileInfoCache* profile_info_cache);
89 // loaded (and in the ProfileInfoCache - so no incognito profiles go here).
95 ProfileInfoCache* profile_info_cache_;
message_center_settings_controller_unittest.cc 33 ProfileInfoCache* GetCache() {
  /external/chromium_org/chrome/browser/extensions/
background_app_browsertest.cc 14 ProfileInfoCache* profile_cache)
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 51 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 232 const ProfileInfoCache& cache =
249 const ProfileInfoCache& cache =
278 const ProfileInfoCache& cache =
293 for (size_t i = 0; i < ProfileInfoCache::GetDefaultAvatarIconCount(); i++) {
294 std::string url = ProfileInfoCache::GetDefaultAvatarIconUrl(i);
304 const ProfileInfoCache& cache =
322 ProfileInfoCache& cache =
428 ProfileInfoCache& cache =
450 const ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 24 class ProfileInfoCache;
53 ProfileInfoCache* profile_cache);
129 // the name in the ProfileInfoCache for this profile.
280 ProfileInfoCache* profile_cache_;
background_mode_manager.cc 159 ProfileInfoCache* profile_cache)
408 ProfileInfoCache& cache =
429 ProfileInfoCache& cache =
446 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 164 ProfileInfoCache& cache =
174 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 84 ProfileInfoCache& cache =
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 87 size_t index, const ProfileInfoCache& info_cache) {
221 ProfileInfoCache& info_cache =
317 const ProfileInfoCache& info_cache =
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread.cc 32 const ProfileInfoCache& cache = manager->GetProfileInfoCache();
signin_names_io_thread_unittest.cc 72 ProfileInfoCache* cache = testing_profile_manager_.profile_info_cache();

Completed in 540 milliseconds

1 2