/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_state_machine.cc | 24 current_state_(kInterArrivalStateStable), 37 return current_state_; 58 switch (current_state_) { 63 current_state_ = kInterArrivalStateStable; 66 current_state_ = kInterArrivalStateStable; 69 current_state_ = kInterArrivalStateDelay; 72 current_state_ = kInterArrivalStateDelay; 95 switch (current_state_) { 99 current_state_ = kInterArrivalStatePacketLoss; 101 current_state_ = kInterArrivalStateDelay [all...] |
inter_arrival_state_machine.h | 75 InterArrivalState current_state_; member in class:net::InterArrivalStateMachine
|
/external/chromium_org/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 213 current_state_.reset( 227 current_state_.get(), 236 current_state_.reset( 248 current_state_.get(), 262 current_state_.reset( 270 current_state_.get(), 278 current_state_.reset( 287 current_state_.get(), 296 current_state_.reset(new AuthAttemptState( 306 MountGuest(current_state_.get() [all...] |
parallel_authenticator.h | 203 current_state_.reset(new_state); 221 scoped_ptr<AuthAttemptState> current_state_; member in class:chromeos::ParallelAuthenticator
|
/external/chromium_org/ui/views/corewm/ |
cursor_manager.cc | 84 current_state_(new internal::CursorState), 100 return current_state_->cursor(); 124 return current_state_->visible(); 134 return current_state_->scale(); 144 return current_state_->cursor_set(); 166 return current_state_->mouse_events_enabled(); 211 current_state_->set_cursor(cursor); 219 current_state_->SetVisible(visible); 223 current_state_->set_scale(scale); 227 current_state_->set_cursor_set(cursor_set) [all...] |
cursor_manager.h | 79 scoped_ptr<internal::CursorState> current_state_; member in class:views::corewm::CursorManager
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.cc | 168 ActivateState(current_state_); 174 << current_state_ << " to " << advance_state; 189 if (current_state_ == SyncSetupWizard::DONE || 190 current_state_ == SyncSetupWizard::DONE_FIRST_TIME) { 195 switch (current_state_) { 262 if (current_state_ == SyncSetupWizard::ENTER_PASSPHRASE) 287 current_state_(start_state), 296 // Returns true if the flow should advance to |state| based on |current_state_|. 300 return current_state_ == SyncSetupWizard::FATAL_ERROR || 301 current_state_ == SyncSetupWizard::GAIA_LOGIN | [all...] |
sync_setup_wizard_unittest.cc | 227 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); 235 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); 249 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); 288 test_window_->flow()->current_state_); 296 EXPECT_EQ(SyncSetupWizard::DONE, test_window_->flow()->current_state_); 343 test_window_->flow()->current_state_); 411 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); 413 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_); 417 test_window_->flow()->current_state_); 421 test_window_->flow()->current_state_); [all...] |
sync_setup_flow.h | 124 // based on |current_state_|, or false if that would be nonsense or is 133 SyncSetupWizard::State current_state_; member in class:SyncSetupFlow
|
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 74 current_state_.reset( 81 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(), 84 current_online_ = new OnlineAttempt(current_state_.get(), this); 100 current_state_.reset( 108 key_checker_ = CryptohomeOp::CreateCheckKeyAttempt(current_state_.get(), 118 current_state_.reset(new AuthAttemptState("", "", "", "", "", false)); 120 CryptohomeOp::CreateMountGuestAttempt(current_state_.get(), this); 140 consumer_->OnLoginSuccess(current_state_->username, 141 current_state_->password, 178 if (!localaccount_.empty() && localaccount_ == current_state_->username) [all...] |
parallel_authenticator.h | 195 current_state_.reset(new_state); 198 // Resets |current_state_| and then posts a task to the UI thread to 246 scoped_ptr<AuthAttemptState> current_state_; member in class:chromeos::ParallelAuthenticator
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_authenticator.cc | 108 current_state_.reset(new ManagedUserAuthenticator::AuthAttempt( 113 current_state_.get(), 123 current_state_.reset(new ManagedUserAuthenticator::AuthAttempt( 128 current_state_.get(), 139 current_state_.reset(new ManagedUserAuthenticator::AuthAttempt( 144 current_state_.get(), 216 current_state_->hash(), 217 current_state_->add_key)); 232 if (!current_state_->cryptohome_complete()) 234 if (!current_state_->add_key && !current_state_->hash_obtained() [all...] |
managed_user_authenticator.h | 107 scoped_ptr<AuthAttempt> current_state_; member in class:chromeos::ManagedUserAuthenticator
|
/external/chromium_org/ash/wm/ |
sticky_keys.cc | 172 current_state_(DISABLED), 191 switch (current_state_) { 205 if (event_from_myself_ || current_state_ == DISABLED 209 DCHECK(current_state_ == ENABLED || current_state_ == LOCKED); 213 if (current_state_ == ENABLED && event->type() != ui::ET_MOUSE_PRESSED) { 214 current_state_ = DISABLED; 224 if (event_from_myself_ || current_state_ == DISABLED) 226 DCHECK(current_state_ == ENABLED || current_state_ == LOCKED) [all...] |
sticky_keys.h | 171 StickyKeyState current_state() const { return current_state_; } 214 StickyKeyState current_state_; member in class:ash::StickyKeysHandler
|
/external/chromium/net/proxy/ |
proxy_service.cc | 387 current_state_(STATE_NONE) , 515 if (current_state_ == STATE_NONE) 531 if (current_state_ == STATE_READY) { 554 DCHECK_NE(STATE_NONE, current_state_); 556 if (current_state_ != STATE_READY) 598 current_state_ = STATE_READY; 621 DCHECK_EQ(STATE_NONE, current_state_); 632 current_state_ = STATE_WAITING_FOR_PROXY_CONFIG; 645 DCHECK_EQ(STATE_WAITING_FOR_INIT_PROXY_RESOLVER, current_state_); 763 State previous_state = current_state_; [all...] |
proxy_service.h | 243 // of |current_state_|. If |reset_fetched_config| is true then 332 State current_state_; member in class:net::ProxyService
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_backend.h | 111 bool initialized() const { return current_state_ == INITIALIZED; } 173 CurrentState current_state_; member in class:history::ShortcutsBackend
|
shortcuts_backend.cc | 151 : current_state_(NOT_INITIALIZED), 167 if (current_state_ != NOT_INITIALIZED) 171 current_state_ = INITIALIZED; 175 current_state_ = INITIALIZING; 252 DCHECK(current_state_ == INITIALIZING); 272 current_state_ = INITIALIZED;
|
/external/chromium_org/net/proxy/ |
proxy_service.cc | 873 current_state_(STATE_NONE) , [all...] |
proxy_service.h | 320 // of |current_state_|. If |reset_fetched_config| is true then 424 State current_state_; member in class:net::ProxyService
|