Searched defs:ProfileManager (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.h27 class ProfileManager : public base::NonThreadSafe, class in inherits:base::NonThreadSafe,ui::SystemMonitor::PowerObserver,NotificationObserver,Profile::Delegate
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...]
H A Dprofile_manager.cc67 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) { function in class:ProfileManager
94 ProfileManager::~ProfileManager() {
100 FilePath ProfileManager::GetDefaultProfileDir(
108 FilePath ProfileManager
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 1969 milliseconds