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

  /external/chromium_org/tools/android/forwarder2/
host_controller.h 27 // construction thread through the provided DeletionCallback invoked with the
34 typedef base::Callback<void (scoped_ptr<HostController>)> DeletionCallback;
43 const DeletionCallback& deletion_callback);
59 const DeletionCallback& deletion_callback,
75 const DeletionCallback& deletion_callback,
84 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;

Completed in 176 milliseconds