/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | fake_profile_store.cc | 42 Profile* profile = GetProfileByPath(path); in LoadProfileAsync() 50 Profile* FakeProfileStore::GetProfileByPath( in GetProfileByPath() function in FakeProfileStore
|
D | fake_profile_store.h | 27 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | profile_store.h | 26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0;
|
D | profile_loader.cc | 35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); in LoadProfileInvalidatingOtherLoads()
|
D | app_list_service_impl.cc | 125 virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE { in GetProfileByPath() function in __anonb3dd58180111::ProfileStoreImpl 126 return profile_manager_->GetProfileByPath(path); in GetProfileByPath()
|
D | app_list_view_delegate.cc | 242 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in SetProfileByPath()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | sync_start_util.cc | 27 Profile* p = profile_manager->GetProfileByPath(profile); in StartSyncOnUIThread()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | managed_user_create_confirm_handler.cc | 74 GetProfileByPath(profile_file_path); in SwitchToProfile()
|
D | create_profile_handler.cc | 306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); in CancelProfileRegistration()
|
/external/chromium_org/chrome/browser/metrics/ |
D | extensions_metrics_provider.cc | 67 cached_profile_ = profile_manager->GetProfileByPath( in GetMetricsProfile()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_manager.cc | 361 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()
|
D | avatar_menu.cc | 150 Profile* profile = g_browser_process->profile_manager()->GetProfileByPath( in EditProfile()
|
D | profile_manager.h | 123 Profile* GetProfileByPath(const base::FilePath& path) const;
|
D | profile_window.cc | 263 Profile* profile = profile_manager->GetProfileByPath( in CloseGuestProfileWindows()
|
D | profile_shortcut_manager_win.cc | 146 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in OnProfileIconCreateSuccess()
|
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
D | user_image_sync_observer.cc | 44 return profile_manager->GetProfileByPath(profile_path); in GetUserProfile()
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
D | profile_helper.cc | 177 if (!profile_manager->GetProfileByPath(GetSigninProfileDir())) { in ClearSigninProfile()
|
/external/chromium_org/chrome/browser/nacl_host/ |
D | nacl_browser_delegate_impl.cc | 299 Profile* profile = profile_manager_->GetProfileByPath(profile_directory); in GetExtensionInfoMap()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_window_property_manager_browsertest_win.cc | 219 CreateBrowser(profile_manager->GetProfileByPath(path_profile2)); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/apps/app_shim/ |
D | extension_app_shim_handler_mac.cc | 139 Profile* profile = profile_manager->GetProfileByPath(full_path); in ProfileForPath()
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_settings_controller.cc | 86 g_browser_process->profile_manager()->GetProfileByPath(profile_path); in ProfileNotifierGroup()
|
/external/chromium_org/chrome/browser/ui/startup/ |
D | startup_browser_creator.cc | 708 Profile* profile = profile_manager->GetProfileByPath(profile_path); in ProcessCommandLineAlreadyRunning()
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
D | user_manager_screen_handler.cc | 141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index)); in GetScreenlockRouter()
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_mac.mm | 286 profile_manager->GetProfileByPath(shortcut_info.profile_path);
|