/external/chromium_org/chrome/browser/notifications/ |
notification_ui_manager.cc | 13 #include "chrome/browser/profiles/profile_info_cache.h" 32 ProfileInfoCache* profile_info_cache = local 35 new MessageCenterSettingsController(profile_info_cache));
|
message_center_settings_controller.h | 50 ProfileInfoCache* profile_info_cache);
|
message_center_settings_controller_unittest.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h" 45 testing_profile_manager_.profile_info_cache())); 162 // in ChromeOS -- no profiles in the profile_info_cache but GetDefaultProfile
|
message_center_settings_controller.cc | 25 #include "chrome/browser/profiles/profile_info_cache.h" 99 ProfileInfoCache* profile_info_cache) 100 : current_notifier_group_(0), profile_info_cache_(profile_info_cache) {
|
/external/chromium_org/chrome/test/base/ |
testing_profile_manager.h | 76 ProfileInfoCache* profile_info_cache();
|
testing_profile_manager.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h" 128 ProfileInfoCache* TestingProfileManager::profile_info_cache() { function in class:TestingProfileManager
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_unittest.cc | 15 #include "chrome/browser/profiles/profile_info_cache.h" 157 command_line_.get(), profile_manager->profile_info_cache(), true); 193 command_line_.get(), profile_manager->profile_info_cache(), true); 225 command_line_.get(), profile_manager->profile_info_cache(), true); 260 command_line_.get(), profile_manager->profile_info_cache(), true); 303 command_line_.get(), profile_manager->profile_info_cache(), true); 308 ProfileInfoCache* cache = profile_manager->profile_info_cache(); 351 command_line_.get(), profile_manager->profile_info_cache(), true); 390 command_line_.get(), profile_manager->profile_info_cache(), true); 404 command_line_.get(), profile_manager->profile_info_cache(), false) [all...] |
/external/chromium_org/chrome/browser/chromeos/profiles/ |
profile_list_chromeos_unittest.cc | 17 #include "chrome/browser/profiles/profile_info_cache.h" 105 manager()->profile_info_cache(), 177 ProfileInfoCache* cache = manager()->profile_info_cache(); 178 manager()->profile_info_cache()->AddProfileToCache( 263 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_list_desktop_unittest.cc | 15 #include "chrome/browser/profiles/profile_info_cache.h" 64 manager()->profile_info_cache(), 154 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1); 277 ProfileInfoCache* cache = manager()->profile_info_cache(); 278 manager()->profile_info_cache()->AddProfileToCache(
|
profile_info_cache_unittest.cc | 15 #include "chrome/browser/profiles/profile_info_cache.h" 80 return testing_profile_manager_->profile_info_cache(); 93 testing_profile_manager_.profile_info_cache()->AddObserver(&name_observer_); 103 return testing_profile_manager_.profile_info_cache();
|
profile_shortcut_manager_unittest_win.cc | 51 profile_info_cache_ = profile_manager_->profile_info_cache(); [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_names_io_thread_unittest.cc | 9 #include "chrome/browser/profiles/profile_info_cache.h" 72 ProfileInfoCache* cache = testing_profile_manager_.profile_info_cache();
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper_unittest.cc | 13 #include "chrome/browser/profiles/profile_info_cache.h" 847 ProfileInfoCache* cache = testing_profile_manager_.profile_info_cache(); [all...] |
/external/chromium_org/chrome/browser/automation/ |
testing_automation_provider.cc | 80 #include "chrome/browser/profiles/profile_info_cache.h" 1056 const ProfileInfoCache& profile_info_cache = local [all...] |