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

  /external/chromium_org/ash/test/
test_session_state_delegate.cc 68 : has_active_user_(false),
114 return has_active_user_ ? logged_in_users_ : 0;
122 return has_active_user_ && can_lock_screen_;
158 has_active_user_ = has_active_user;
169 has_active_user_ = true;
test_session_state_delegate.h 66 // |true|, |has_active_user_| is set to |true| as well (see below for the
87 bool has_active_user_; member in class:ash::test::TestSessionStateDelegate

Completed in 143 milliseconds