Home
last modified time | relevance | path

Searched refs:ProfileManager (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium/chrome/browser/profiles/
Dprofile_manager.cc67 void ProfileManager::ShutdownSessionServices() { in ShutdownSessionServices()
68 ProfileManager* pm = g_browser_process->profile_manager(); in ShutdownSessionServices()
77 Profile* ProfileManager::GetDefaultProfile() { in GetDefaultProfile()
80 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetDefaultProfile()
84 ProfileManager::ProfileManager() : logged_in_(false) { in ProfileManager() function in ProfileManager
94 ProfileManager::~ProfileManager() { in ~ProfileManager()
100 FilePath ProfileManager::GetDefaultProfileDir( in GetDefaultProfileDir()
108 FilePath ProfileManager::GetProfilePrefsPath( in GetProfilePrefsPath()
115 FilePath ProfileManager::GetCurrentProfileDir() { in GetCurrentProfileDir()
138 Profile* ProfileManager::GetDefaultProfile(const FilePath& user_data_dir) { in GetDefaultProfile()
[all …]
Dprofile_manager.h27 class ProfileManager : public base::NonThreadSafe,
39 ProfileManager();
40 virtual ~ProfileManager();
160 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
165 class ProfileManagerWithoutInit : public ProfileManager {
Dprofile_manager_unittest.cc59 class MockObserver : public ProfileManager::Observer {
74 scoped_ptr<ProfileManager> profile_manager_;
/external/chromium/chrome/browser/
Dbrowser_process.h39 class ProfileManager; variable
91 virtual ProfileManager* profile_manager() = 0;
Dbrowser_process_impl.h62 virtual ProfileManager* profile_manager();
188 scoped_ptr<ProfileManager> profile_manager_;
Dmemory_purger.cc100 ProfileManager* profile_manager = g_browser_process->profile_manager(); in PurgeBrowser()
Dbrowser_process_impl.cc328 ProfileManager* pm = profile_manager(); in EndSession()
435 ProfileManager* BrowserProcessImpl::profile_manager() { in profile_manager()
621 Profile* profile = ProfileManager::GetDefaultProfile(); in Observe()
827 profile_manager_.reset(new ProfileManager()); in CreateProfileManager()
/external/chromium/chrome/browser/chromeos/login/
Dhelp_app_launcher.cc34 Profile* profile = ProfileManager::GetDefaultProfile(); in ShowHelpTopic()
Dimage_downloader.cc33 ProfileManager::GetDefaultProfile()->GetRequestContext()); in ImageDownloader()
Ddom_login_display.cc48 login_screen_ = DOMBrowser::CreateForDOM(ProfileManager::GetDefaultProfile()); in Init()
Dscreen_locker_browsertest.cc289 ProfileManager::GetDefaultProfile(); in IN_PROC_BROWSER_TEST_F()
309 ProfileManager::GetDefaultProfile(); in IN_PROC_BROWSER_TEST_F()
Dwizard_accessibility_helper.cc41 profile_ = ProfileManager::GetDefaultProfile(); in WizardAccessibilityHelper()
Dlogin_performer.h57 public ProfileManager::Observer {
Dhtml_page_screen.cc57 Profile* profile = ProfileManager::GetDefaultProfile(); in Refresh()
Dlogin_html_dialog.cc68 new HtmlDialogWithoutContextMenuView(ProfileManager::GetDefaultProfile(), in Show()
Daccount_screen.cc99 Profile* profile = ProfileManager::GetDefaultProfile(); in Refresh()
Dregistration_screen.cc70 Profile* profile = ProfileManager::GetDefaultProfile(); in Refresh()
Duser_image_downloader.cc51 ProfileManager::GetDefaultProfile()->GetRequestContext()); in UserImageDownloader()
Dlogin_utils.cc107 public ProfileManager::Observer {
238 ProfileManager::CreateDefaultProfileAsync(this); in PrepareProfile()
/external/chromium/chrome/browser/chromeos/
Dchoose_mobile_network_dialog.cc47 profile = ProfileManager::GetDefaultProfile(); in ShowDialog()
Dsim_dialog_delegate.cc66 profile = ProfileManager::GetDefaultProfile(); in ShowDialog()
Dsetting_level_bubble.cc55 ProfileManager::GetDefaultProfile(), in GetToplevelWidget()
/external/chromium/chrome/browser/web_resource/
Dgpu_blacklist_updater.cc37 : WebResourceService(ProfileManager::GetDefaultProfile(), in GpuBlacklistUpdater()
/external/chromium/chrome/browser/extensions/
Dextension_event_router_forwarder.cc71 ProfileManager* profile_manager = g_browser_process->profile_manager(); in HandleEvent()
/external/chromium/chrome/browser/ui/views/
Dfile_manager_dialogs.cc198 ProfileManager::GetDefaultProfile(), params)); in SelectFileImpl()

12