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

  /external/chromium_org/tools/android/forwarder2/
self_deleter_helper.h 97 typedef base::Callback<void (scoped_ptr<T>)> DeletionCallback;
100 const DeletionCallback& deletion_callback)
128 const DeletionCallback deletion_callback_;
  /external/chromium_org/webkit/browser/quota/
quota_client.h 28 typedef base::Callback<void(QuotaStatusCode status)> DeletionCallback;
71 const DeletionCallback& callback) = 0;
mock_storage_client.h 61 const DeletionCallback& callback) OVERRIDE;
75 const DeletionCallback& callback);
mock_storage_client.cc 117 const DeletionCallback& callback) {
166 const DeletionCallback& callback) {
usage_tracker_unittest.cc 85 const DeletionCallback& callback) OVERRIDE {
  /external/chromium_org/webkit/browser/appcache/
appcache_quota_client.h 52 const DeletionCallback& callback) OVERRIDE;
83 DeletionCallback current_delete_request_callback_;
appcache_quota_client.cc 117 const DeletionCallback& callback) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.h 45 const DeletionCallback& callback) OVERRIDE;
indexed_db_quota_client.cc 158 const DeletionCallback& callback) {
  /external/chromium_org/webkit/browser/database/
database_quota_client.h 45 const DeletionCallback& callback) OVERRIDE;
database_quota_client.cc 75 const QuotaClient::DeletionCallback& callback,
193 const DeletionCallback& callback) {
  /external/chromium_org/webkit/browser/fileapi/
file_system_quota_client.h 58 const DeletionCallback& callback) OVERRIDE;
file_system_quota_client.cc 186 const DeletionCallback& callback) {

Completed in 272 milliseconds