HomeSort by relevance Sort by last modified time
    Searched full:profile_info_cache (Results 1 - 25 of 61) sorted by null

1 2 3

  /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 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
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));
message_center_settings_controller.h 50 ProfileInfoCache* profile_info_cache);
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/browser/profiles/
avatar_menu_desktop.cc 9 #include "chrome/browser/profiles/profile_info_cache.h"
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_shortcut_manager.h 11 #include "chrome/browser/profiles/profile_info_cache.h"
avatar_menu_actions_desktop.cc 11 #include "chrome/browser/profiles/profile_info_cache.h"
profile_list_desktop.cc 9 #include "chrome/browser/profiles/profile_info_cache.h"
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();
profiles_state.cc 14 #include "chrome/browser/profiles/profile_info_cache.h"
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"
  /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();
signin_names_io_thread.cc 11 #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"
128 ProfileInfoCache* TestingProfileManager::profile_info_cache() { function in class:TestingProfileManager
testing_profile_manager.h 76 ProfileInfoCache* profile_info_cache();
  /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/ui/cocoa/browser/
profile_chooser_controller_unittest.mm 12 #include "chrome/browser/profiles/profile_info_cache.h"
32 menu_ = new AvatarMenu(testing_profile_manager()->profile_info_cache(),
131 ProfileInfoCache* cache = testing_profile_manager()->profile_info_cache();
avatar_menu_bubble_controller_unittest.mm 14 #include "chrome/browser/profiles/profile_info_cache.h"
39 menu_ = new AvatarMenu(manager_.profile_info_cache(), NULL, NULL);
  /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/task_manager/
task_manager_util.cc 13 #include "chrome/browser/profiles/profile_info_cache.h"
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service_browsertest.cc 15 #include "chrome/browser/profiles/profile_info_cache.h"
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 18 #include "chrome/browser/profiles/profile_info_cache.h"

Completed in 2769 milliseconds

1 2 3