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/
fake_user_manager.h
91
virtual bool
CanCurrentUserLock
() const OVERRIDE;
mock_user_manager.h
56
MOCK_CONST_METHOD0(
CanCurrentUserLock
, bool(void));
user_manager.h
267
virtual bool
CanCurrentUserLock
() const = 0;
fake_user_manager.cc
208
bool FakeUserManager::
CanCurrentUserLock
() const {
user_manager_impl.h
101
virtual bool
CanCurrentUserLock
() const OVERRIDE;
screen_locker.cc
114
chromeos::UserManager::Get()->
CanCurrentUserLock
()) {
user_manager_impl.cc
874
bool UserManagerImpl::
CanCurrentUserLock
() const {
[
all
...]
Completed in 479 milliseconds