HomeSort by relevance Sort by last modified time
    Searched defs:ProfileManager (Results 1 - 3 of 3) sorted by null

  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 34 milliseconds