OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestSessionStateDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/test/
test_session_state_delegate.cc
30
TestSessionStateDelegate
::
TestSessionStateDelegate
()
41
TestSessionStateDelegate
::~
TestSessionStateDelegate
() {
44
int
TestSessionStateDelegate
::GetMaximumNumberOfLoggedInUsers() const {
48
int
TestSessionStateDelegate
::NumberOfLoggedInUsers() const {
53
bool
TestSessionStateDelegate
::IsActiveUserSessionStarted() const {
57
bool
TestSessionStateDelegate
::CanLockScreen() const {
61
bool
TestSessionStateDelegate
::IsScreenLocked() const {
65
bool
TestSessionStateDelegate
::ShouldLockScreenBeforeSuspending() const
[
all
...]
test_session_state_delegate.h
16
class
TestSessionStateDelegate
: public SessionStateDelegate {
18
TestSessionStateDelegate
();
19
virtual ~
TestSessionStateDelegate
();
118
DISALLOW_COPY_AND_ASSIGN(
TestSessionStateDelegate
);
Completed in 34 milliseconds