Home | History | Annotate | Download | only in sessions

Lines Matching full:backend

34   // backend to determine the name of the files.
68 // The commands. The backend fills this in for us.
83 // Returns the backend.
84 SessionBackend* backend() const { return backend_; }
86 // Returns the thread the backend runs on. This returns NULL during testing.
91 // on the backend at which point the backend owns the commands.
111 // Saves pending commands to the backend. This is invoked from the timer
149 // Invokes ReadLastSessionCommands with request on the backend thread.
155 // Invokes ReadCurrentSessionCommands with request on the backend thread.
171 // The backend.
174 // Thread backend tasks are run on, is NULL during testing.
180 // Commands we need to send over to the backend.
183 // Whether the backend file should be recreated the next time we send
187 // The number of commands sent to the backend before doing a reset.