HomeSort by relevance Sort by last modified time
    Searched refs:OnProfilePrepared (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.h 53 void OnProfilePrepared(Profile* profile);
kiosk_app_launcher.cc 149 virtual void OnProfilePrepared(Profile* profile) OVERRIDE {
150 kiosk_app_launcher_->OnProfilePrepared(profile);
262 void KioskAppLauncher::OnProfilePrepared(Profile* profile) {
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 33 virtual void OnProfilePrepared(Profile* profile) = 0;
existing_user_controller.h 93 virtual void OnProfilePrepared(Profile* profile);
existing_user_controller_browsertest.cc 89 controller_->OnProfilePrepared(NULL);
mock_authenticator.h 122 delegate->OnProfilePrepared(NULL);
existing_user_controller.cc 326 // Will call OnProfilePrepared() in the end.
335 void ExistingUserController::OnProfilePrepared(Profile* profile) {
login_utils.cc 341 delegate_->OnProfilePrepared(profile);
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 30 virtual void OnProfilePrepared(Profile* profile) = 0;
test_login_utils.cc 30 delegate->OnProfilePrepared(NULL);
fake_login_utils.cc 64 delegate->OnProfilePrepared(profile);
existing_user_controller.h 150 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
user_manager_impl.h 167 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
existing_user_controller_browsertest.cc 175 base::Bind(&ExistingUserController::OnProfilePrepared,
login_utils.cc 526 delegate_->OnProfilePrepared(user_profile);
login_utils_browsertest.cc 377 virtual void OnProfilePrepared(Profile* profile) OVERRIDE {
existing_user_controller.cc 800 // Will call OnProfilePrepared() in the end.
814 void ExistingUserController::OnProfilePrepared(Profile* profile) {
    [all...]
user_manager_impl.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 172 // Will call OnProfilePrepared in the end.
185 virtual void OnProfilePrepared(Profile* profile) OVERRIDE {
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 1382 milliseconds