OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanCurrentUserLock
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/users/
mock_user_manager.h
57
MOCK_CONST_METHOD0(
CanCurrentUserLock
, bool(void));
user_manager.h
285
virtual bool
CanCurrentUserLock
() const = 0;
fake_user_manager.cc
219
bool FakeUserManager::
CanCurrentUserLock
() const {
fake_user_manager.h
95
virtual bool
CanCurrentUserLock
() const OVERRIDE;
user_manager_impl.h
108
virtual bool
CanCurrentUserLock
() const OVERRIDE;
user_manager_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc
347
UserManager::Get()->
CanCurrentUserLock
()) {
Completed in 724 milliseconds