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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.h30 class ProfileManager : public base::NonThreadSafe, class in inherits:base::NonThreadSafe,content::NotificationObserver,Profile::Delegate
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.
289 explicit BrowserListObserver(ProfileManager* manager);
298 ProfileManager* profile_manager
[all...]
H A Dprofile_manager.cc226 ProfileManager::ProfileManager(const base::FilePath& user_data_dir) function in class:ProfileManager
265 ProfileManager::~ProfileManager() {
270 void ProfileManager::ShutdownSessionServices() {
271 ProfileManager* pm = g_browser_process->profile_manager();
281 void ProfileManager::NukeDeletedProfilesFromDisk() {
292 Profile* ProfileManager::GetLastUsedProfile() {
293 ProfileManager* profile_manager = g_browser_process->profile_manager();
298 Profile* ProfileManager
[all...]
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc25 class ProfileManager : public ::ProfileManagerWithoutInit { class in namespace:testing
27 explicit ProfileManager(const base::FilePath& user_data_dir) function in class:testing::ProfileManager
48 // associated ProfileManager is also destroyed.
124 builder.SetPath(ProfileManager::GetGuestProfilePath());
172 profile_manager_->profiles_info_.erase(ProfileManager::GetGuestProfilePath());
188 ProfileManager* TestingProfileManager::profile_manager() {
200 << "ProfileManager already exists";
205 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
/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 1265 milliseconds