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),
115 return has_active_user_ ? logged_in_users_ : 0;
123 return has_active_user_ && can_lock_screen_;
159 has_active_user_ = has_active_user;
170 has_active_user_ = true;
test_session_state_delegate.h 67 // |true|, |has_active_user_| is set to |true| as well (see below for the
88 bool has_active_user_; member in class:ash::test::TestSessionStateDelegate

Completed in 427 milliseconds