/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_unittest.cc | 10 #include "chrome/browser/profiles/profile_info_cache.h" 34 return testing_profile_manager_.profile_info_cache();
|
message_center_settings_controller.h | 42 ProfileInfoCache* profile_info_cache);
|
message_center_settings_controller.cc | 24 #include "chrome/browser/profiles/profile_info_cache.h" 95 ProfileInfoCache* profile_info_cache) 96 : current_notifier_group_(0), profile_info_cache_(profile_info_cache) {
|
notification_ui_manager_mac.mm | 17 #include "chrome/browser/profiles/profile_info_cache.h" 108 ProfileInfoCache* profile_info_cache = 111 new MessageCenterSettingsController(profile_info_cache));
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_unittest.cc | 10 #include "chrome/browser/profiles/profile_info_cache.h" 90 command_line_.get(), profile_manager_.profile_info_cache(), true); 110 command_line_.get(), profile_manager_.profile_info_cache(), true); 140 command_line_.get(), profile_manager_.profile_info_cache(), true); 173 command_line_.get(), profile_manager_.profile_info_cache(), true); 214 command_line_.get(), profile_manager_.profile_info_cache(), true); 219 ProfileInfoCache* cache = profile_manager_.profile_info_cache(); 260 command_line_.get(), profile_manager_.profile_info_cache(), true); 297 command_line_.get(), profile_manager_.profile_info_cache(), true); 309 command_line_.get(), profile_manager_.profile_info_cache(), false) [all...] |
/external/chromium_org/chrome/browser/profiles/ |
avatar_menu_model_unittest.cc | 13 #include "chrome/browser/profiles/profile_info_cache.h" 73 AvatarMenuModel model(manager()->profile_info_cache(), &observer, browser()); 97 AvatarMenuModel model(manager()->profile_info_cache(), &observer, browser()); 115 AvatarMenuModel model(manager()->profile_info_cache(), &observer, browser()); 130 manager()->profile_info_cache()->SetNameOfProfileAtIndex(0, newname1); 153 AvatarMenuModel model(manager()->profile_info_cache(), &observer, browser()); 246 ProfileInfoCache* cache = manager()->profile_info_cache(); 247 manager()->profile_info_cache()->AddProfileToCache( 251 AvatarMenuModel model(manager()->profile_info_cache(), &observer, browser());
|
profile_shortcut_manager.h | 11 #include "chrome/browser/profiles/profile_info_cache.h"
|
profile_info_cache_unittest.cc | 13 #include "chrome/browser/profiles/profile_info_cache.h" 77 return testing_profile_manager_->profile_info_cache(); 90 testing_profile_manager_.profile_info_cache()->AddObserver(&name_observer_); 100 return testing_profile_manager_.profile_info_cache();
|
gaia_info_update_service.cc | 12 #include "chrome/browser/profiles/profile_info_cache.h"
|
gaia_info_update_service_unittest.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h"
|
profile_metrics.cc | 12 #include "chrome/browser/profiles/profile_info_cache.h"
|
profile_manager_browsertest.cc | 9 #include "chrome/browser/profiles/profile_info_cache.h"
|
/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();
|
DEPS | 15 "!chrome/browser/profiles/profile_info_cache.h",
|
signin_names_io_thread.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h"
|
signin_promo.cc | 17 #include "chrome/browser/profiles/profile_info_cache.h"
|
/external/chromium_org/chrome/test/base/ |
testing_profile_manager.cc | 11 #include "chrome/browser/profiles/profile_info_cache.h" 120 ProfileInfoCache* TestingProfileManager::profile_info_cache() { function in class:TestingProfileManager
|
testing_profile_manager.h | 72 ProfileInfoCache* profile_info_cache();
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager_util.cc | 13 #include "chrome/browser/profiles/profile_info_cache.h"
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_menu_bubble_controller_unittest.mm | 14 #include "chrome/browser/profiles/profile_info_cache.h" 37 model_ = new AvatarMenuModel(manager_.profile_info_cache(), NULL, NULL);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view.cc | 10 #include "chrome/browser/profiles/profile_info_cache.h"
|
/external/chromium_org/chrome/browser/apps/ |
shortcut_manager.cc | 19 #include "chrome/browser/profiles/profile_info_cache.h"
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
profile_menu_controller.mm | 13 #include "chrome/browser/profiles/profile_info_cache.h"
|
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_bubble_gtk.cc | 12 #include "chrome/browser/profiles/profile_info_cache.h"
|