Searched refs:OnProfileLoaded (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader.cc44 base::Bind(&ProfileLoader::OnProfileLoaded,
50 void ProfileLoader::OnProfileLoaded(int profile_load_sequence_id, function in class:ProfileLoader
H A Dprofile_loader.h41 void OnProfileLoaded(int profile_load_sequence_id,
H A Dprofile_loader_unittest.cc31 base::Bind(&ProfileLoaderUnittest::OnProfileLoaded,
39 void OnProfileLoaded(Profile* profile) { function in class:ProfileLoaderUnittest
H A Dapp_list_service_impl.h82 // Loads a profile asynchronously and calls OnProfileLoaded() when done.
86 void OnProfileLoaded(int profile_load_sequence_id,
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_version_service.h32 static void OnProfileLoaded(PrefService* prefs, bool is_new_profile);
H A Dchrome_version_service.cc34 void ChromeVersionService::OnProfileLoaded(PrefService* prefs, function in class:ChromeVersionService
H A Dprofile_impl.cc971 ChromeVersionService::OnProfileLoaded(prefs_.get(), IsNewProfile());
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/
H A Ddemo_app_launcher.h39 virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
H A Ddemo_app_launcher.cc66 void DemoAppLauncher::OnProfileLoaded(Profile* profile) { function in class:chromeos::DemoAppLauncher
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.h29 virtual void OnProfileLoaded(Profile* profile) = 0;
H A Dkiosk_profile_loader.cc190 delegate_->OnProfileLoaded(profile);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.h84 virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
H A Dapp_launch_controller.cc239 void AppLaunchController::OnProfileLoaded(Profile* profile) { function in class:chromeos::AppLaunchController
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.h135 void OnProfileLoaded(Host* host,
H A Dextension_app_shim_handler_mac.cc335 OnProfileLoaded(host, launch_type, files, profile);
341 // OnProfileLoaded.
345 base::Bind(&ExtensionAppShimHandler::OnProfileLoaded,
359 void ExtensionAppShimHandler::OnProfileLoaded( function in class:apps::ExtensionAppShimHandler

Completed in 187 milliseconds