Lines Matching full:callback
14 #include "base/callback.h"
94 // This service is thread safe. Each request callback is invoked in the
238 // Callback class that a client can implement to iterate over URLs. The
282 QueryURLCallback* callback);
300 QueryHistoryCallback* callback);
322 QueryRedirectsCallback* callback);
328 QueryRedirectsCallback* callback);
341 GetVisitCountToHostCallback* callback);
359 QueryTopURLsAndRedirectsCallback* callback);
369 QueryMostVisitedURLsCallback* callback);
374 callback is made, the request
391 ThumbnailDataCallback* callback);
405 // if they are no longer referenced. |callback| runs when the expiration is
413 ExpireHistoryCallback* callback);
423 // 'info' contains all the download's creation state, and 'callback' runs
427 DownloadCreateCallback* callback);
435 // history db. 'callback' runs when the history service request is complete,
439 DownloadQueryCallback* callback);
447 // the database with no need for a callback.
475 // The vector provided to the callback and its contents is owned by the
476 // history system. It will be deeply deleted after the callback is invoked.
486 SegmentQueryCallback* callback);
514 GetMostRecentKeywordSearchTermsCallback* callback);
599 template<typename Info, typename Callback> friend class DownloadRequest;