HomeSort by relevance Sort by last modified time
    Searched defs:InternalGetCommandsRequest (Results 1 - 2 of 2) 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,
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);

Completed in 409 milliseconds