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

  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 22 ON_CALL(*this, PrepareProfile(_, _, _, _, _, _))
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
login_utils.h 70 virtual void PrepareProfile(
78 // Invalidates |delegate|, which was passed to PrepareProfile method call.
mock_login_utils.h 34 MOCK_METHOD6(PrepareProfile,
test_login_utils.cc 20 void TestLoginUtils::PrepareProfile(
test_login_utils.h 30 virtual void PrepareProfile(const UserContext& credentials,
fake_login_utils.h 25 virtual void PrepareProfile(const UserContext& user_context,
login_utils_browsertest.cc 413 void PrepareProfile(const std::string& username) {
444 LoginUtils::Get()->PrepareProfile(
563 PrepareProfile(kUsername);
587 PrepareProfile(kUsernameOtherDomain);
602 PrepareProfile(kUsername);
638 PrepareProfile(kUsername);
fake_login_utils.cc 47 void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
existing_user_controller_browsertest.cc 242 PrepareProfile(UserContext(kUsername, kPassword, "", kUsername),
308 PrepareProfile(UserContext(kNewUsername,
435 PrepareProfile(UserContext(username, password, "", username),
login_utils.cc 122 virtual void PrepareProfile(
304 void LoginUtilsImpl::PrepareProfile(
521 // LoginUtilsImpl::PrepareProfile() has set |delegate_| when Chrome is killed
existing_user_controller.cc 801 LoginUtils::Get()->PrepareProfile(user_context,
    [all...]
user_manager_impl.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 51 virtual void PrepareProfile(
mock_authenticator.h 114 virtual void PrepareProfile(const std::string& username,
login_utils.cc 113 virtual void PrepareProfile(
207 void LoginUtilsImpl::PrepareProfile(
270 // would perform online auth before calling PrepareProfile.
existing_user_controller.cc 327 LoginUtils::Get()->PrepareProfile(username,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.cc 136 LoginUtils::Get()->PrepareProfile(
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 173 LoginUtils::Get()->PrepareProfile(user_context,
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 317 milliseconds