HomeSort by relevance Sort by last modified time
    Searched defs:ProfileManager (Results 1 - 6 of 6) 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/chromium_org/chrome/test/base/
testing_profile_manager.cc 18 class ProfileManager : public ::ProfileManagerWithoutInit {
20 explicit ProfileManager(const base::FilePath& user_data_dir)
123 ProfileManager* TestingProfileManager::profile_manager() {
135 << "ProfileManager already exists";
140 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 31 class ProfileManager : public base::NonThreadSafe,
37 explicit ProfileManager(const base::FilePath& user_data_dir);
38 virtual ~ProfileManager();
74 // ProfileManager if it doesn't already exist. This method returns NULL if
228 // Register and add testing profile to the ProfileManager. Use ONLY in tests.
285 // ProfileManager. This ProfileManager takes ownership of the Profile.
286 // The Profile should not already be managed by this ProfileManager.
306 const ProfileManager::ProfilePathAndName& pair1,
307 const ProfileManager::ProfilePathAndName& pair2)
    [all...]
profile_manager.cc 194 void ProfileManager::ShutdownSessionServices() {
195 ProfileManager* pm = g_browser_process->profile_manager();
205 void ProfileManager::NukeDeletedProfilesFromDisk() {
222 void ProfileManager::AllowGetDefaultProfile() {
227 bool ProfileManager::IsGetDefaultProfileAllowed() {
233 Profile* ProfileManager::GetDefaultProfile() {
236 ProfileManager* profile_manager = g_browser_process->profile_manager();
242 Profile* ProfileManager::GetDefaultProfileOrOffTheRecord() {
247 Profile* ProfileManager::GetLastUsedProfile() {
248 ProfileManager* profile_manager = g_browser_process->profile_manager()
    [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 906 milliseconds