Home
last modified time | relevance | path

Searched refs:GetProfileByPath (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile_store.cc42 Profile* profile = GetProfileByPath(path); in LoadProfileAsync()
50 Profile* FakeProfileStore::GetProfileByPath( in GetProfileByPath() function in FakeProfileStore
Dfake_profile_store.h27 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
Dprofile_store.h26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0;
Dprofile_loader.cc35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); in LoadProfileInvalidatingOtherLoads()
Dapp_list_service_impl.cc125 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE { in GetProfileByPath() function in __anonb3dd58180111::ProfileStoreImpl
126 return profile_manager_->GetProfileByPath(path); in GetProfileByPath()
Dapp_list_view_delegate.cc242 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in SetProfileByPath()
/external/chromium_org/chrome/browser/sync/glue/
Dsync_start_util.cc27 Profile* p = profile_manager->GetProfileByPath(profile); in StartSyncOnUIThread()
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanaged_user_create_confirm_handler.cc74 GetProfileByPath(profile_file_path); in SwitchToProfile()
Dcreate_profile_handler.cc306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); in CancelProfileRegistration()
/external/chromium_org/chrome/browser/metrics/
Dextensions_metrics_provider.cc67 cached_profile_ = profile_manager->GetProfileByPath( in GetMetricsProfile()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc361 Profile* profile = GetProfileByPath(profile_dir); in GetProfile()
562 Profile* ProfileManager::GetProfileByPath(const base::FilePath& path) const { in GetProfileByPath() function in ProfileManager
637 Profile* profile = GetProfileByPath(profile_dir); in ScheduleProfileForDeletion()
826 CHECK(!GetProfileByPath(default_profile_dir)) in Observe()
1064 if (GetProfileByPath(profile->GetPath())) { in AddProfile()
1081 Profile* profile = GetProfileByPath(profile_dir); in FinishDeletingProfile()
Davatar_menu.cc150 Profile* profile = g_browser_process->profile_manager()->GetProfileByPath( in EditProfile()
Dprofile_manager.h123 Profile* GetProfileByPath(const base::FilePath& path) const;
Dprofile_window.cc263 Profile* profile = profile_manager->GetProfileByPath( in CloseGuestProfileWindows()
Dprofile_shortcut_manager_win.cc146 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in OnProfileIconCreateSuccess()
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
Duser_image_sync_observer.cc44 return profile_manager->GetProfileByPath(profile_path); in GetUserProfile()
/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper.cc177 if (!profile_manager->GetProfileByPath(GetSigninProfileDir())) { in ClearSigninProfile()
/external/chromium_org/chrome/browser/nacl_host/
Dnacl_browser_delegate_impl.cc299 Profile* profile = profile_manager_->GetProfileByPath(profile_directory); in GetExtensionInfoMap()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_window_property_manager_browsertest_win.cc219 CreateBrowser(profile_manager->GetProfileByPath(path_profile2)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/apps/app_shim/
Dextension_app_shim_handler_mac.cc139 Profile* profile = profile_manager->GetProfileByPath(full_path); in ProfileForPath()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller.cc86 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in ProfileNotifierGroup()
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator.cc708 Profile* profile = profile_manager->GetProfileByPath(profile_path); in ProcessCommandLineAlreadyRunning()
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index)); in GetScreenlockRouter()
/external/chromium_org/chrome/browser/web_applications/
Dweb_app_mac.mm286 profile_manager->GetProfileByPath(shortcut_info.profile_path);