Searched refs:OnProfileLoaded (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/ui/app_list/ |
D | profile_loader.cc | 47 base::Bind(&ProfileLoader::OnProfileLoaded, in LoadProfileInvalidatingOtherLoads() 53 void ProfileLoader::OnProfileLoaded(int profile_load_sequence_id, in OnProfileLoaded() function in ProfileLoader
|
D | profile_loader_unittest.cc | 35 base::Bind(&ProfileLoaderUnittest::OnProfileLoaded, in StartLoadingProfile() 43 void OnProfileLoaded(Profile* profile) { in OnProfileLoaded() function in ProfileLoaderUnittest
|
D | profile_loader.h | 42 void OnProfileLoaded(int profile_load_sequence_id,
|
D | app_list_service_impl.h | 75 void OnProfileLoaded(int profile_load_sequence_id,
|
/external/chromium_org/chrome/browser/profiles/ |
D | chrome_version_service.h | 32 static void OnProfileLoaded(PrefService* prefs, bool is_new_profile);
|
D | chrome_version_service.cc | 34 void ChromeVersionService::OnProfileLoaded(PrefService* prefs, in OnProfileLoaded() function in ChromeVersionService
|
D | profile_impl.cc | 818 ChromeVersionService::OnProfileLoaded(prefs_.get(), IsNewProfile()); in OnPrefsLoaded()
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_profile_loader.h | 31 virtual void OnProfileLoaded(Profile* profile) = 0;
|
D | kiosk_profile_loader.cc | 185 delegate_->OnProfileLoaded(profile); in OnProfilePrepared()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | app_launch_controller.h | 86 virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
|
D | app_launch_controller.cc | 205 void AppLaunchController::OnProfileLoaded(Profile* profile) { in OnProfileLoaded() function in chromeos::AppLaunchController
|
/external/chromium_org/apps/app_shim/ |
D | extension_app_shim_handler_mac.cc | 317 OnProfileLoaded(host, launch_type, files, profile); in OnShimLaunch() 327 base::Bind(&ExtensionAppShimHandler::OnProfileLoaded, in OnShimLaunch() 334 void ExtensionAppShimHandler::OnProfileLoaded( in OnProfileLoaded() function in apps::ExtensionAppShimHandler
|
D | extension_app_shim_handler_mac.h | 122 void OnProfileLoaded(Host* host,
|