HomeSort by relevance Sort by last modified time
    Searched refs:profile_info_cache (Results 1 - 13 of 13) sorted by null

  /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 42 ProfileInfoCache* 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.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) {
  /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_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();
profile_shortcut_manager_unittest_win.cc 51 profile_info_cache_ = profile_manager_->profile_info_cache();
    [all...]
  /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/test/base/
testing_profile_manager.h 72 ProfileInfoCache* profile_info_cache();
testing_profile_manager.cc 11 #include "chrome/browser/profiles/profile_info_cache.h"
120 ProfileInfoCache* TestingProfileManager::profile_info_cache() { function in class:TestingProfileManager
  /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 12 #include "chrome/browser/profiles/profile_info_cache.h"
798 ProfileInfoCache* cache = testing_profile_manager_.profile_info_cache();
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 78 #include "chrome/browser/profiles/profile_info_cache.h"
1063 const ProfileInfoCache& profile_info_cache = local
    [all...]

Completed in 5573 milliseconds