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

  /external/chromium_org/chromeos/dbus/
sms_client.h 31 typedef base::Callback<void(const base::DictionaryValue& sms)> GetAllCallback;
42 const GetAllCallback& callback) = 0;
fake_sms_client.h 24 const GetAllCallback& callback) OVERRIDE;
27 void OnGetAll(base::DictionaryValue* sms, const GetAllCallback& callback);
fake_sms_client.cc 28 const GetAllCallback& callback) {
51 const GetAllCallback& callback) {
sms_client.cc 42 const GetAllCallback& callback) OVERRIDE {
61 void OnGetAll(const GetAllCallback& callback, dbus::Response* response) {
  /external/chromium_org/net/ssl/
default_server_bound_cert_store_unittest.cc 60 void GetAllCallback(
302 store.GetAllServerBoundCerts(base::Bind(GetAllCallback, &pre_certs));
304 store.GetAllServerBoundCerts(base::Bind(GetAllCallback, &post_certs));
452 store.GetAllServerBoundCerts(base::Bind(GetAllCallback, &certs));
490 store.GetAllServerBoundCerts(base::Bind(GetAllCallback, &certs));
539 store.GetAllServerBoundCerts(base::Bind(GetAllCallback, &certs));

Completed in 51 milliseconds