Home
last modified time | relevance | path

Searched refs:current_state_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dparallel_authenticator.cc74 current_state_.reset( in AuthenticateToLogin()
81 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(), in AuthenticateToLogin()
84 current_online_ = new OnlineAttempt(current_state_.get(), this); in AuthenticateToLogin()
100 current_state_.reset( in AuthenticateToUnlock()
108 key_checker_ = CryptohomeOp::CreateCheckKeyAttempt(current_state_.get(), in AuthenticateToUnlock()
118 current_state_.reset(new AuthAttemptState("", "", "", "", "", false)); in LoginOffTheRecord()
120 CryptohomeOp::CreateMountGuestAttempt(current_state_.get(), this); in LoginOffTheRecord()
140 consumer_->OnLoginSuccess(current_state_->username, in OnLoginSuccess()
141 current_state_->password, in OnLoginSuccess()
178 if (!localaccount_.empty() && localaccount_ == current_state_->username) { in CheckLocalaccount()
[all …]
Dparallel_authenticator.h195 current_state_.reset(new_state); in set_attempt_state()
246 scoped_ptr<AuthAttemptState> current_state_; variable
/external/chromium/chrome/browser/sync/
Dsync_setup_flow.cc168 ActivateState(current_state_); in AttachSyncSetupHandler()
174 << current_state_ << " to " << advance_state; in Advance()
189 if (current_state_ == SyncSetupWizard::DONE || in OnDialogClosed()
190 current_state_ == SyncSetupWizard::DONE_FIRST_TIME) { in OnDialogClosed()
195 switch (current_state_) { in OnDialogClosed()
262 if (current_state_ == SyncSetupWizard::ENTER_PASSPHRASE) in OnPassphraseCancel()
287 current_state_(start_state), in SyncSetupFlow()
300 return current_state_ == SyncSetupWizard::FATAL_ERROR || in ShouldAdvance()
301 current_state_ == SyncSetupWizard::GAIA_LOGIN || in ShouldAdvance()
302 current_state_ == SyncSetupWizard::SETTING_UP; in ShouldAdvance()
[all …]
Dsync_setup_wizard_unittest.cc227 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); in TEST_F()
235 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); in TEST_F()
249 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); in TEST_F()
288 test_window_->flow()->current_state_); in TEST_F()
296 EXPECT_EQ(SyncSetupWizard::DONE, test_window_->flow()->current_state_); in TEST_F()
343 test_window_->flow()->current_state_); in TEST_F()
411 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); in TEST_F()
413 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); in TEST_F()
417 test_window_->flow()->current_state_); in TEST_F()
421 test_window_->flow()->current_state_); in TEST_F()
[all …]
Dsync_setup_flow.h133 SyncSetupWizard::State current_state_; variable
/external/chromium/net/proxy/
Dproxy_service.cc387 current_state_(STATE_NONE) , in ProxyService()
515 if (current_state_ == STATE_NONE) in ResolveProxy()
531 if (current_state_ == STATE_READY) { in ResolveProxy()
554 DCHECK_NE(STATE_NONE, current_state_); in TryToCompleteSynchronously()
556 if (current_state_ != STATE_READY) in TryToCompleteSynchronously()
598 current_state_ = STATE_READY; in SetReady()
621 DCHECK_EQ(STATE_NONE, current_state_); in ApplyProxyConfigIfAvailable()
632 current_state_ = STATE_WAITING_FOR_PROXY_CONFIG; in ApplyProxyConfigIfAvailable()
645 DCHECK_EQ(STATE_WAITING_FOR_INIT_PROXY_RESOLVER, current_state_); in OnInitProxyResolverComplete()
763 State previous_state = current_state_; in ResetProxyConfig()
[all …]
Dproxy_service.h332 State current_state_; variable