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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 14 ProfileManager* manager) {
profile_loader.h 17 class ProfileManager;
27 explicit ProfileLoader(ProfileManager* profile_manager);
37 // These just call through to the ProfileManager.
42 const ProfileManager::CreateCallback& callback,
56 ProfileManager* profile_manager_;
profile_shortcut_manager.h 13 class ProfileManager;
42 static ProfileShortcutManager* Create(ProfileManager* manager);
profile_manager.cc 183 void ProfileManager::ShutdownSessionServices() {
184 ProfileManager* pm = g_browser_process->profile_manager();
194 void ProfileManager::NukeDeletedProfilesFromDisk() {
215 void ProfileManager::AllowGetDefaultProfile() {
220 bool ProfileManager::IsGetDefaultProfileAllowed() {
226 Profile* ProfileManager::GetDefaultProfile() {
229 ProfileManager* profile_manager = g_browser_process->profile_manager();
235 Profile* ProfileManager::GetDefaultProfileOrOffTheRecord() {
249 Profile* ProfileManager::GetLastUsedProfile() {
250 ProfileManager* profile_manager = g_browser_process->profile_manager()
    [all...]
profile_metrics.h 14 class ProfileManager;
70 static void LogNumberOfProfiles(ProfileManager* manager);
profile_manager_browsertest.cc 72 // This file contains tests for the ProfileManager that require a heavyweight
84 ProfileManager* profile_manager = g_browser_process->profile_manager();
95 ProfileManager::CreateCallback());
106 Profile* last_used = ProfileManager::GetLastUsedProfile();
120 ProfileManager* profile_manager = g_browser_process->profile_manager();
141 ProfileManager::CreateCallback());
143 ProfileManager::CreateCallback());
155 Profile* last_used = ProfileManager::GetLastUsedProfile();
163 ProfileManager* profile_manager = g_browser_process->profile_manager();
170 ProfileManager::CreateMultiProfileAsync
    [all...]
profile_manager.h 31 class ProfileManager : public base::NonThreadSafe,
37 explicit ProfileManager(const base::FilePath& user_data_dir);
38 virtual ~ProfileManager();
52 // ProfileManager if it doesn't already exist. This method returns NULL if
196 // Register and add testing profile to the ProfileManager. Use ONLY in tests.
253 // ProfileManager. This ProfileManager takes ownership of the Profile.
254 // The Profile should not already be managed by this ProfileManager.
274 const ProfileManager::ProfilePathAndName& pair1,
275 const ProfileManager::ProfilePathAndName& pair2)
    [all...]
profile_loader.cc 13 ProfileLoader::ProfileLoader(ProfileManager* profile_manager)
58 const ProfileManager::CreateCallback& callback,
profile_shortcut_manager_win.h 52 explicit ProfileShortcutManagerWin(ProfileManager* manager);
96 ProfileManager* profile_manager_;
profile_loader_unittest.cc 34 const ProfileManager::CreateCallback&,
40 const ProfileManager::CreateCallback& callback) {
51 std::map<base::FilePath, ProfileManager::CreateCallback> callbacks_;
  /external/chromium/chrome/browser/profiles/
profile_manager.h 27 class ProfileManager : public base::NonThreadSafe,
39 ProfileManager();
40 virtual ~ProfileManager();
46 // ProfileManager if it doesn't already exist. This method returns NULL if
139 // ProfileManager. This ProfileManager takes ownership of the Profile.
140 // The Profile should not already be managed by this ProfileManager.
160 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
163 // Same as the ProfileManager, but doesn't initialize some services of the
165 class ProfileManagerWithoutInit : public ProfileManager {
    [all...]
profile_manager.cc 67 void ProfileManager::ShutdownSessionServices() {
68 ProfileManager* pm = g_browser_process->profile_manager();
77 Profile* ProfileManager::GetDefaultProfile() {
80 ProfileManager* profile_manager = g_browser_process->profile_manager();
84 ProfileManager::ProfileManager() : logged_in_(false) {
94 ProfileManager::~ProfileManager() {
100 FilePath ProfileManager::GetDefaultProfileDir(
108 FilePath ProfileManager::GetProfilePrefsPath
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 20 class ProfileManager;
25 // environment. It will bring up a full ProfileManager and attach it to the
30 // to register profiles created in that fashion with the ProfileManager.
66 // Sets ProfileManager's logged_in state. This is only useful on ChromeOS.
71 ProfileManager* profile_manager();
88 // Weak reference to the browser process on which the ProfileManager is set.
95 ProfileManager* profile_manager_;
testing_profile_manager.cc 19 class ProfileManager : public ::ProfileManager {
21 explicit ProfileManager(const base::FilePath& user_data_dir)
22 : ::ProfileManager(user_data_dir) {}
115 ProfileManager* TestingProfileManager::profile_manager() {
127 << "ProfileManager already exists";
132 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_manager_util.cc 24 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
input_method_event_router.cc 31 Profile *profile = ProfileManager::GetDefaultProfile();
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 40 return ProfileManager::GetDefaultProfile();
57 extensions::ExtensionSystem::Get(ProfileManager::GetDefaultProfile())->
70 new ExtensionFunctionDispatcher(ProfileManager::GetDefaultProfile(),
chrome_shell_delegate_chromeos.cc 88 Profile* const profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
114 ProfileManager::GetDefaultProfileOrOffTheRecord());
206 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
214 Profile* profile = ProfileManager::GetDefaultProfile();
237 ProfileManager::GetDefaultProfileOrOffTheRecord())->
243 ProfileManager::GetDefaultProfileOrOffTheRecord())->
249 ProfileManager::GetDefaultProfileOrOffTheRecord())->
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.h 22 class ProfileManager;
35 BrowserCommandController(Browser* browser, ProfileManager* profile_manager);
190 ProfileManager* profile_manager_;
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h 16 class ProfileManager;
29 explicit SyncSetupHandler(ProfileManager* profile_manager);
159 ProfileManager* const profile_manager_;
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 24 ProfileManager* profile_manager = g_browser_process->profile_manager();
50 ProfileManager* profile_manager = g_browser_process->profile_manager();
64 ProfileManager* profile_manager = g_browser_process->profile_manager();
72 ProfileManager* profile_manager = g_browser_process->profile_manager();
132 ProfileManager* profile_manager = g_browser_process->profile_manager();
  /external/chromium/chrome/browser/chromeos/login/
help_app_launcher.cc 34 Profile* profile = ProfileManager::GetDefaultProfile();
  /external/chromium_org/chrome/browser/chromeos/
choose_mobile_network_dialog.cc 29 ProfileManager::GetDefaultProfileOrOffTheRecord(),
  /external/chromium_org/chrome/browser/chromeos/login/
session_login_browsertest.cc 43 Browser* browser = FindAnyBrowser(ProfileManager::GetDefaultProfile(),
  /external/chromium_org/chrome/browser/chromeos/power/
suspend_observer.cc 38 Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();

Completed in 1016 milliseconds

1 2 3 4 5 6 7 8