Searched defs:SessionBackend (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.h20 // 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> { class in inherits:base::RefCountedThreadSafe
42 // Creates a SessionBackend. This method is invoked on the MAIN thread,
49 SessionBackend(BaseSessionService::SessionType type,
94 friend class base::RefCountedThreadSafe<SessionBackend>;
96 ~SessionBackend();
138 DISALLOW_COPY_AND_ASSIGN(SessionBackend);
[all...]
H A Dsession_backend.cc45 buffer_(SessionBackend::kFileReadBufferSize, 0),
188 // SessionBackend -------------------------------------------------------------
199 const int SessionBackend::kFileReadBufferSize = 1024;
201 SessionBackend::SessionBackend(BaseSessionService::SessionType type, function in class:SessionBackend
211 void SessionBackend::Init() {
223 void SessionBackend::AppendCommands(
243 void SessionBackend::ReadLastSessionCommands(
256 bool SessionBackend::ReadLastSessionCommandsImpl(
263 void SessionBackend
[all...]

Completed in 228 milliseconds