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

  /external/chromium/chrome/browser/
browser_signin.h 40 virtual void OnLoginSuccess() = 0;
56 // The delegate will eventually be called with OnLoginSuccess() or
browser_signin.cc 263 delegate_->OnLoginSuccess();
browser_main.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.h 43 virtual void OnLoginSuccess();
personal_options_handler.cc 323 void PersonalOptionsHandler::OnLoginSuccess() {
  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 34 // Returns true after posting task to UI thread to call OnLoginSuccess().
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
65 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
69 consumer_->OnLoginSuccess(expected_username_,
google_authenticator_unittest.cc 217 TEST_F(GoogleAuthenticatorTest, OnLoginSuccess) {
219 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, _, false))
231 auth->OnLoginSuccess(result_, false);
246 auth->OnLoginSuccess(result_, false);
254 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false))
275 auth->OnLoginSuccess(result_, false);
300 auth->OnLoginSuccess(result_, false);
309 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false))
327 auth->OnLoginSuccess(result_, false);
440 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false)
    [all...]
authenticator.h 20 // consumer_->OnLoginSuccess() on the UI thread.
57 virtual void OnLoginSuccess(
login_status_consumer.h 107 virtual void OnLoginSuccess(
mock_login_status_consumer.h 21 MOCK_METHOD4(OnLoginSuccess, void(
42 // Compatible with LoginStatusConsumer::OnLoginSuccess()
google_authenticator.cc 201 &GoogleAuthenticator::OnLoginSuccess,
272 void GoogleAuthenticator::OnLoginSuccess(
289 consumer_->OnLoginSuccess(username_,
308 OnLoginSuccess(GaiaAuthConsumer::ClientLoginResult(), false);
335 consumer_->OnLoginSuccess(username_,
367 OnLoginSuccess(credentials, false);
378 OnLoginSuccess(credentials, false);
existing_user_controller.h 82 virtual void OnLoginSuccess(
login_performer.h 78 virtual void OnLoginSuccess(
parallel_authenticator.h 84 // |username|, we will call consumer_->OnLoginSuccess() with |username| and a
88 // request completes, either consumer_->OnLoginSuccess() with an indication
127 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
screen_locker.h 73 virtual void OnLoginSuccess(const std::string& username,
parallel_authenticator.cc 125 void ParallelAuthenticator::OnLoginSuccess(
140 consumer_->OnLoginSuccess(current_state_->username,
189 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
336 // OnLoginSuccess(..., ..., true) -> OnLoginFailure().
339 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
370 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
parallel_authenticator_unittest.cc 158 // Allow test to fail and exit gracefully, even if OnLoginSuccess()
161 ON_CALL(consumer_, OnLoginSuccess(_, _, _, _))
182 EXPECT_CALL(consumer_, OnLoginSuccess(username, password, result, pending))
270 TEST_F(ParallelAuthenticatorTest, OnLoginSuccess) {
271 EXPECT_CALL(consumer_, OnLoginSuccess(username_, password_, result_, false))
276 auth_->OnLoginSuccess(result_, false);
564 // After the request below completes, OnLoginSuccess gets called again.
602 // After the request below completes, OnLoginSuccess gets called again.
existing_user_controller_browsertest.cc 82 void OnLoginSuccess(const std::string&,
google_authenticator.h 44 // consumer_->OnLoginSuccess() with the |username| and a vector of
88 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
login_performer.cc 109 void LoginPerformer::OnLoginSuccess(
122 // After delegate_->OnLoginSuccess(...) is called, delegate_ releases
132 delegate_->OnLoginSuccess(username,
existing_user_controller.cc 304 void ExistingUserController::OnLoginSuccess(
screen_locker.cc 643 screen_locker_->OnLoginSuccess(not_used_string,
835 void ScreenLocker::OnLoginSuccess(
840 VLOG(1) << "OnLoginSuccess: Sending Unlock request.";
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 141 virtual void OnLoginSuccess();
extension_webstore_private_browsertest.cc 86 delegate->OnLoginSuccess();
extension_webstore_private_api.cc 498 // Matched with a Release in OnLoginSuccess() and OnLoginFailure().
515 // The response will be sent asynchronously in OnLoginSuccess/OnLoginFailure.
536 void PromptBrowserLoginFunction::OnLoginSuccess() {

Completed in 442 milliseconds