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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 14 ProfileManager* manager) {
profile_shortcut_manager.h 13 class ProfileManager;
51 static ProfileShortcutManager* Create(ProfileManager* manager);
profile_manager.cc 221 ProfileManager::ProfileManager(const base::FilePath& user_data_dir)
260 ProfileManager::~ProfileManager() {
265 void ProfileManager::ShutdownSessionServices() {
266 ProfileManager* pm = g_browser_process->profile_manager();
276 void ProfileManager::NukeDeletedProfilesFromDisk() {
287 Profile* ProfileManager::GetLastUsedProfile() {
288 ProfileManager* profile_manager = g_browser_process->profile_manager();
293 Profile* ProfileManager::GetLastUsedProfileAllowedByPolicy()
    [all...]
profile_manager_browsertest.cc 90 // This file contains tests for the ProfileManager that require a heavyweight
109 ProfileManager* profile_manager = g_browser_process->profile_manager();
120 ProfileManager::CreateCallback());
131 Profile* last_used = ProfileManager::GetLastUsedProfile();
145 ProfileManager* profile_manager = g_browser_process->profile_manager();
167 ProfileManager::CreateCallback());
169 ProfileManager::CreateCallback());
181 Profile* last_used = ProfileManager::GetLastUsedProfile();
200 Profile* last_used_profile = ProfileManager::GetLastUsedProfile();
216 ProfileManager* profile_manager = g_browser_process->profile_manager()
    [all...]
profile_metrics.h 15 class ProfileManager;
147 static void UpdateReportedProfilesStatistics(ProfileManager* manager);
149 static void LogNumberOfProfiles(ProfileManager* manager);
profile_manager_unittest.cc 122 void CreateProfileAsync(ProfileManager* manager,
137 Profile* AddProfileToCache(ProfileManager* profile_manager,
169 ProfileManager* profile_manager = g_browser_process->profile_manager();
197 ProfileManager* profile_manager = g_browser_process->profile_manager();
224 ProfileManager* profile_manager = g_browser_process->profile_manager();
280 ProfileManager* profile_manager = g_browser_process->profile_manager();
297 ProfileManager* profile_manager = g_browser_process->profile_manager();
312 ProfileManager* profile_manager = g_browser_process->profile_manager();
333 ProfileManager* profile_manager = g_browser_process->profile_manager();
363 base::FilePath guest_path = ProfileManager::GetGuestProfilePath()
    [all...]
profile_manager.h 30 class ProfileManager : public base::NonThreadSafe,
36 explicit ProfileManager(const base::FilePath& user_data_dir);
37 virtual ~ProfileManager();
176 // Register and add testing profile to the ProfileManager. Use ONLY in tests.
243 // if needed. This adds the profile to the ProfileManager if it doesn't
251 // ProfileManager. This ProfileManager takes ownership of the Profile.
252 // The Profile should not already be managed by this ProfileManager.
283 explicit BrowserListObserver(ProfileManager* manager);
292 ProfileManager* profile_manager_
    [all...]
profile_shortcut_manager_win.h 52 explicit ProfileShortcutManagerWin(ProfileManager* manager);
99 ProfileManager* profile_manager_;
profile_window.cc 229 ProfileManager::GetGuestProfilePath(),
248 ProfileManager::CreateMultiProfileAsync(
262 ProfileManager* profile_manager = g_browser_process->profile_manager();
264 ProfileManager::GetGuestProfilePath());
289 ProfileManager::GetGuestProfilePath(),
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 21 class ProfileManager;
26 // environment. It will bring up a full ProfileManager and attach it to the
31 // to register profiles created in that fashion with the ProfileManager.
80 // Sets ProfileManager's logged_in state. This is only useful on ChromeOS.
85 ProfileManager* profile_manager();
102 // Weak reference to the browser process on which the ProfileManager is set.
109 ProfileManager* profile_manager_;
testing_profile_manager.cc 20 class ProfileManager : public ::ProfileManagerWithoutInit {
22 explicit ProfileManager(const base::FilePath& user_data_dir)
42 // associated ProfileManager is also destroyed.
112 builder.SetPath(ProfileManager::GetGuestProfilePath());
148 profile_manager_->profiles_info_.erase(ProfileManager::GetGuestProfilePath());
164 ProfileManager* TestingProfileManager::profile_manager() {
176 << "ProfileManager already exists";
181 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_manager_util.cc 20 Profile* profile = ProfileManager::GetActiveUserProfile();
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.h 19 class ProfileManager;
23 explicit NaClBrowserDelegateImpl(ProfileManager* profile_manager);
50 ProfileManager* profile_manager_;
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate_chromeos.cc 29 Profile* const profile = ProfileManager::GetActiveUserProfile();
49 Profile* profile = ProfileManager::GetActiveUserProfile();
71 Profile* profile = ProfileManager::GetActiveUserProfile();
chrome_new_window_delegate.cc 88 ProfileManager::GetActiveUserProfile(),
94 Profile* profile = ProfileManager::GetActiveUserProfile();
109 profile = ProfileManager::GetActiveUserProfile();
  /external/chromium_org/chrome/browser/chromeos/input_method/
accessibility.cc 38 AccessibilityAlertInfo event(ProfileManager::GetActiveUserProfile(),
  /external/chromium_org/chrome/browser/chromeos/ui/
mobile_config_ui.cc 37 ProfileManager::GetPrimaryUserProfile(),
choose_mobile_network_dialog.cc 29 ProfileManager::GetActiveUserProfile(),
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 55 ProfileManager* profile_manager = g_browser_process->profile_manager();
67 ProfileManager* profile_manager = g_browser_process->profile_manager();
83 ProfileManager* profile_manager = g_browser_process->profile_manager();
90 ProfileManager* profile_manager = g_browser_process->profile_manager();
175 ProfileManager* profile_manager = g_browser_process->profile_manager();
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.h 16 class ProfileManager;
29 explicit SyncSetupHandler(ProfileManager* profile_manager);
160 ProfileManager* const profile_manager_;
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service_nonchromeos.cc 44 Profile* profile = ProfileManager::GetLastUsedProfile();
  /external/chromium_org/chrome/browser/feedback/
show_feedback_page.cc 53 profile = ProfileManager::GetLastUsedProfileAllowedByPolicy();
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 20 ProfileManager* profile_manager = g_browser_process->profile_manager();
23 DVLOG(2) << "No ProfileManager, can't start sync.";
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_win.cc 26 ProfileManager::GetLastUsedProfileAllowedByPolicy(),
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc 61 ProfileManager* profile_manager = g_browser_process->profile_manager();

Completed in 1230 milliseconds

1 2 3 4 5 6 7