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

  /external/chromium_org/chrome/browser/chromeos/login/
authenticator.h 65 // |request_pending| is true if we still plan to call consumer_ with the
68 virtual void OnLoginSuccess(bool request_pending) = 0;
mock_authenticator.cc 79 void MockAuthenticator::OnLoginSuccess(bool request_pending) {
86 request_pending, local
mock_authenticator.h 45 virtual void OnLoginSuccess(bool request_pending) OVERRIDE;
parallel_authenticator.h 135 virtual void OnLoginSuccess(bool request_pending) OVERRIDE;
parallel_authenticator.cc 365 void ParallelAuthenticator::OnLoginSuccess(bool request_pending) {
380 request_pending,
470 bool request_pending = false; local
537 // Marking request_pending to false when using OAuth because OAuth related
542 request_pending = using_oauth_ ?
554 request_pending));
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 54 // |request_pending| is true if we still plan to call consumer_ with the
59 bool request_pending) = 0;
mock_authenticator.h 66 bool request_pending) {
72 request_pending);
parallel_authenticator.h 128 bool request_pending);
parallel_authenticator.cc 127 bool request_pending) {
143 request_pending);
264 bool request_pending = false; local
362 request_pending = !current_state_->online_complete();
371 current_state_->credentials(), request_pending));
google_authenticator.h 89 bool request_pending);
google_authenticator.cc 274 bool request_pending) {
292 request_pending);

Completed in 374 milliseconds