Home
last modified time | relevance | path

Searched refs:InternalGetCommandsRequest (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dbase_session_service.h54 class InternalGetCommandsRequest; variable
56 typedef Callback2<Handle, scoped_refptr<InternalGetCommandsRequest> >::Type
61 class InternalGetCommandsRequest :
64 explicit InternalGetCommandsRequest(CallbackType* callback) in InternalGetCommandsRequest() function
72 virtual ~InternalGetCommandsRequest();
75 DISALLOW_COPY_AND_ASSIGN(InternalGetCommandsRequest);
152 InternalGetCommandsRequest* request,
158 InternalGetCommandsRequest* request,
Dbase_session_service.cc19 BaseSessionService::InternalGetCommandsRequest::~InternalGetCommandsRequest() { in ~InternalGetCommandsRequest()
258 InternalGetCommandsRequest* request, in ScheduleGetLastSessionCommands()
260 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request); in ScheduleGetLastSessionCommands()
273 InternalGetCommandsRequest* request, in ScheduleGetCurrentSessionCommands()
275 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request); in ScheduleGetCurrentSessionCommands()
Dsession_backend.h69 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request);
88 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request);
Dsession_backend.cc241 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request) { in ReadLastSessionCommands()
247 BaseSessionService::InternalGetCommandsRequest::TupleType( in ReadLastSessionCommands()
294 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request) { in ReadCurrentSessionCommands()
300 BaseSessionService::InternalGetCommandsRequest::TupleType( in ReadCurrentSessionCommands()
Dtab_restore_service.h254 scoped_refptr<InternalGetCommandsRequest> request);
258 scoped_refptr<InternalGetCommandsRequest> request,
Dsession_service.cc73 : public BaseSessionService::InternalGetCommandsRequest {
78 : BaseSessionService::InternalGetCommandsRequest(callback), in InternalSessionRequest()
430 BaseSessionService::InternalGetCommandsRequest::TupleType( in GetCurrentSession()
738 scoped_refptr<InternalGetCommandsRequest> request) { in OnGotSessionCommands()
Dtab_restore_service.cc439 new InternalGetCommandsRequest( in LoadTabsFromLastSession()
714 scoped_refptr<InternalGetCommandsRequest> request) { in OnGotLastSessionCommands()
725 scoped_refptr<InternalGetCommandsRequest> request, in CreateEntriesFromCommands()
Dsession_service.h248 scoped_refptr<InternalGetCommandsRequest> request);