Home | History | Annotate | Download | only in sessions

Lines Matching full:backend

56 // backend.
81 // If backend_thread is non-null, backend will init itself as appropriate.
89 backend()->DeleteLastSession();
92 backend(), &SessionBackend::DeleteLastSession));
114 DCHECK(backend());
120 backend()->AppendCommands(
124 backend(), &SessionBackend::AppendCommands,
128 // Backend took ownership of commands.
264 backend(), &SessionBackend::ReadLastSessionCommands, request_wrapper));
266 backend()->ReadLastSessionCommands(request);
279 NewRunnableMethod(backend(),
283 backend()->ReadCurrentSessionCommands(request);