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.h 20 class TestSessionStateDelegate : public SessionStateDelegate {
22 TestSessionStateDelegate();
23 virtual ~TestSessionStateDelegate();
116 DISALLOW_COPY_AND_ASSIGN(TestSessionStateDelegate);
test_session_state_delegate.cc 67 TestSessionStateDelegate::TestSessionStateDelegate()
84 TestSessionStateDelegate::~TestSessionStateDelegate() {
88 void TestSessionStateDelegate::AddUser(const std::string user_id) {
92 const user_manager::UserInfo* TestSessionStateDelegate::GetActiveUserInfo()
98 TestSessionStateDelegate::GetBrowserContextByIndex(
104 TestSessionStateDelegate::GetBrowserContextForWindow(
109 int TestSessionStateDelegate::GetMaximumNumberOfLoggedInUsers() const {
113 int TestSessionStateDelegate::NumberOfLoggedInUsers() const
    [all...]

Completed in 187 milliseconds