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

  /external/chromium_org/chrome/browser/chromeos/login/
user.cc 37 virtual bool can_lock() const OVERRIDE;
74 virtual bool can_lock() const OVERRIDE;
158 bool User::can_lock() const { function in class:chromeos::User
241 bool RegularUser::can_lock() const { function in class:chromeos::RegularUser
276 bool LocallyManagedUser::can_lock() const { function in class:chromeos::LocallyManagedUser
user.h 152 virtual bool can_lock() const;
user_manager_impl.cc 855 return IsUserLoggedIn() && active_user_->can_lock();
    [all...]

Completed in 1130 milliseconds