HomeSort by relevance Sort by last modified time
    Searched refs:InternalGetCommandsRequest (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/sessions/
base_session_service.h 54 class InternalGetCommandsRequest;
56 typedef Callback2<Handle, scoped_refptr<InternalGetCommandsRequest> >::Type
61 class InternalGetCommandsRequest :
64 explicit InternalGetCommandsRequest(CallbackType* callback)
72 virtual ~InternalGetCommandsRequest();
75 DISALLOW_COPY_AND_ASSIGN(InternalGetCommandsRequest);
152 InternalGetCommandsRequest* request,
158 InternalGetCommandsRequest* request,
session_backend.h 69 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request);
88 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request);
base_session_service.cc 17 // InternalGetCommandsRequest -------------------------------------------------
19 BaseSessionService::InternalGetCommandsRequest::~InternalGetCommandsRequest() {
258 InternalGetCommandsRequest* request,
260 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request);
273 InternalGetCommandsRequest* request,
275 scoped_refptr<InternalGetCommandsRequest> request_wrapper(request);
tab_restore_service.h 254 scoped_refptr<InternalGetCommandsRequest> request);
258 scoped_refptr<InternalGetCommandsRequest> request,
session_backend.cc 241 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request) {
247 BaseSessionService::InternalGetCommandsRequest::TupleType(
294 scoped_refptr<BaseSessionService::InternalGetCommandsRequest> request) {
300 BaseSessionService::InternalGetCommandsRequest::TupleType(
session_service.h 248 scoped_refptr<InternalGetCommandsRequest> request);
session_service.cc 73 : public BaseSessionService::InternalGetCommandsRequest {
78 : BaseSessionService::InternalGetCommandsRequest(callback),
430 BaseSessionService::InternalGetCommandsRequest::TupleType(
738 scoped_refptr<InternalGetCommandsRequest> request) {
    [all...]
tab_restore_service.cc 439 new InternalGetCommandsRequest(
714 scoped_refptr<InternalGetCommandsRequest> request) {
725 scoped_refptr<InternalGetCommandsRequest> request,
    [all...]

Completed in 2286 milliseconds