Lines Matching full:callback
13 #include "base/callback.h"
146 // Callback from GetSavedSession of GetLastSession.
148 // The contents of the supplied vector are deleted after the callback is
155 // Fetches the contents of the last session, notifying the callback when
156 // done. If the callback is supplied an empty vector of SessionWindows
159 // The created request does NOT directly invoke the callback, rather the
160 // callback invokes OnGotSessionCommands from which we map the
161 // SessionCommands to browser state, then notify the callback.
163 SessionCallback* callback);
165 // Fetches the contents of the current session, notifying the callback when
166 // done. If the callback is supplied an empty vector of SessionWindows
169 // The created request does NOT directly invoke the callback, rather the
170 // callback invokes OnGotSessionCommands from which we map the
171 // SessionCommands to browser state, then notify the callback.
173 SessionCallback* callback);
244 // Callback from the backend for getting the commands from the save file.
245 // Converts the commands in SessionWindows and notifies the real callback.