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

  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 30 class ProfileManager : public base::NonThreadSafe,
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...]
profile_manager.cc 226 ProfileManager::ProfileManager(const base::FilePath& user_data_dir)
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::GetLastUsedProfileAllowedByPolicy()
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 25 class ProfileManager : public ::ProfileManagerWithoutInit {
27 explicit ProfileManager(const base::FilePath& user_data_dir)
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/
pdebuild.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 

Completed in 211 milliseconds