HomeSort by relevance Sort by last modified time
    Searched defs:TestSessionStateDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/test/
test_session_state_delegate.cc 15 TestSessionStateDelegate::TestSessionStateDelegate()
24 TestSessionStateDelegate::~TestSessionStateDelegate() {
27 int TestSessionStateDelegate::GetMaximumNumberOfLoggedInUsers() const {
31 int TestSessionStateDelegate::NumberOfLoggedInUsers() const {
36 bool TestSessionStateDelegate::IsActiveUserSessionStarted() const {
40 bool TestSessionStateDelegate::CanLockScreen() const {
44 bool TestSessionStateDelegate::IsScreenLocked() const {
48 void TestSessionStateDelegate::LockScreen()
    [all...]
test_session_state_delegate.h 16 class TestSessionStateDelegate : public SessionStateDelegate {
18 TestSessionStateDelegate();
19 virtual ~TestSessionStateDelegate();
97 DISALLOW_COPY_AND_ASSIGN(TestSessionStateDelegate);

Completed in 27 milliseconds