Home | History | Annotate | Download | only in sessions

Lines Matching refs:SessionBackend

20 // SessionBackend -------------------------------------------------------------
22 // SessionBackend is the backend used by BaseSessionService. It is responsible
31 // SessionBackend does not use the id in anyway, that is used by
33 class SessionBackend : public base::RefCountedThreadSafe<SessionBackend> {
42 // Creates a SessionBackend. This method is invoked on the MAIN thread,
49 SessionBackend(BaseSessionService::SessionType type,
97 friend class base::RefCountedThreadSafe<SessionBackend>;
99 ~SessionBackend();
141 DISALLOW_COPY_AND_ASSIGN(SessionBackend);