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

  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 390 current_state_.reset(new AuthAttemptState(user_context,
398 StartMount(current_state_.get(),
407 current_state_.reset(new AuthAttemptState(user_context,
416 StartMount(current_state_.get(),
431 current_state_.reset(new AuthAttemptState(user_context,
440 current_state_.get(),
448 current_state_.reset(new AuthAttemptState(user_context,
454 StartMount(current_state_.get(),
464 current_state_.reset(
472 MountGuestAndGetHash(current_state_.get()
    [all...]
cryptohome_authenticator.h 218 current_state_.reset(new_state);
238 scoped_ptr<AuthAttemptState> current_state_; member in class:chromeos::CryptohomeAuthenticator
  /external/chromium_org/athena/content/
app_activity.cc 26 current_state_(ACTIVITY_UNLOADED),
45 DCHECK_NE(state, current_state_);
46 ActivityState current_state = current_state_;
49 current_state_ = state;
80 DCHECK(web_view_ || ACTIVITY_UNLOADED == current_state_);
81 return current_state_;
87 current_state_ != ACTIVITY_UNLOADED;
140 if (current_state_ == ACTIVITY_VISIBLE) {
142 } else if (current_state_ == ACTIVITY_INVISIBLE) {
181 current_state_(ACTIVITY_UNLOADED)
    [all...]
web_activity.cc 416 current_state_(ACTIVITY_UNLOADED),
424 current_state_(ACTIVITY_UNLOADED),
441 DCHECK_NE(state, current_state_);
453 if (current_state_ == ACTIVITY_VISIBLE)
460 DCHECK(ACTIVITY_VISIBLE == current_state_ ||
461 ACTIVITY_INVISIBLE == current_state_);
465 DCHECK_EQ(ACTIVITY_BACKGROUND_LOW_PRIORITY, current_state_);
470 DCHECK_NE(ACTIVITY_UNLOADED, current_state_);
478 current_state_ = state;
485 current_state_ == ACTIVITY_UNLOADED)
    [all...]
app_activity.h 86 ActivityState current_state_; member in class:athena::AppActivity
web_activity.h 109 ActivityState current_state_; member in class:athena::WebActivity
app_activity_unittest.cc 37 current_state_(ACTIVITY_VISIBLE) {
55 current_state_ = state;
60 return current_state_;
94 ActivityState current_state_; member in class:athena::test::__anon6735::TestAppActivity
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller.cc 17 current_state_(DISCONNECTED),
58 if (GetDesiredState() == current_state_) {
92 current_state_ = ENABLED;
101 current_state_ = DISABLED;
111 current_state_ = DISCONNECTED;
non_blocking_data_type_controller.h 121 TypeState current_state_; member in class:sync_driver::NonBlockingDataTypeController
  /external/chromium_org/ui/wm/core/
cursor_manager.cc 76 current_state_(new internal::CursorState),
92 return current_state_->cursor();
116 return current_state_->visible();
126 return current_state_->cursor_set();
148 return current_state_->mouse_events_enabled();
198 current_state_->set_cursor(cursor);
206 current_state_->SetVisible(visible);
210 current_state_->set_cursor_set(cursor_set);
214 current_state_->SetMouseEventsEnabled(enabled);
cursor_manager.h 81 scoped_ptr<internal::CursorState> current_state_; member in class:wm::CursorManager
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.cc 118 current_state_.reset(new SupervisedUserAuthenticator::AuthAttempt(
123 current_state_.get(),
133 current_state_.reset(new SupervisedUserAuthenticator::AuthAttempt(
138 current_state_.get(),
149 current_state_.reset(new SupervisedUserAuthenticator::AuthAttempt(
154 current_state_.get(),
229 current_state_->hash(),
230 current_state_->add_key));
246 if (!current_state_->cryptohome_complete())
248 if (!current_state_->add_key && !current_state_->hash_obtained()
    [all...]
supervised_user_authenticator.h 107 scoped_ptr<AuthAttempt> current_state_; member in class:chromeos::SupervisedUserAuthenticator
  /external/chromium_org/athena/test/
sample_activity.cc 22 current_state_(ACTIVITY_UNLOADED) {
33 current_state_ = state;
37 return current_state_;
sample_activity.h 54 ActivityState current_state_; member in class:athena::test::SampleActivity
  /external/chromium_org/ash/sticky_keys/
sticky_keys_controller.cc 218 current_state_(STICKY_KEY_STATE_DISABLED),
230 switch (current_state_) {
249 if (current_state_ == STICKY_KEY_STATE_DISABLED ||
253 DCHECK(current_state_ == STICKY_KEY_STATE_ENABLED ||
254 current_state_ == STICKY_KEY_STATE_LOCKED);
258 if (current_state_ == STICKY_KEY_STATE_ENABLED &&
260 current_state_ = STICKY_KEY_STATE_DISABLED;
273 if (current_state_ == STICKY_KEY_STATE_DISABLED)
275 DCHECK(current_state_ == STICKY_KEY_STATE_ENABLED ||
276 current_state_ == STICKY_KEY_STATE_LOCKED)
    [all...]
sticky_keys_controller.h 219 StickyKeyState current_state() const { return current_state_; }
258 StickyKeyState current_state_; member in class:ash::StickyKeysHandler
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.h 65 bool initialized() const { return current_state_ == INITIALIZED; }
132 CurrentState current_state_; member in class:ShortcutsBackend
shortcuts_backend.cc 78 current_state_(NOT_INITIALIZED),
97 if (current_state_ != NOT_INITIALIZED)
101 current_state_ = INITIALIZED;
105 current_state_ = INITIALIZING;
209 DCHECK(current_state_ == INITIALIZING);
229 current_state_ = INITIALIZED;
  /external/chromium_org/ash/wm/
window_state.cc 100 return current_state_->GetType();
220 current_state_->OnWMEvent(this, event);
254 current_state_->DetachState(this);
255 scoped_ptr<WindowState::State> old_object = current_state_.Pass();
256 current_state_ = new_state.Pass();
257 current_state_->AttachState(this, old_object.get());
322 current_state_(new DefaultState(ToWindowStateType(GetShowState()))) {
353 ToWindowShowState(current_state_->GetType());
window_state.h 377 scoped_ptr<State> current_state_; member in class:ash::wm::WindowState
  /external/chromium_org/net/proxy/
proxy_service.cc 891 current_state_(STATE_NONE),
    [all...]
proxy_service.h 302 // of |current_state_|. If |reset_fetched_config| is true then
412 State current_state_; member in class:net::ProxyService

Completed in 930 milliseconds