HomeSort by relevance Sort by last modified time
    Searched refs:GetAllCallback (Results 1 - 6 of 6) 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 40 const GetAllCallback& callback) OVERRIDE {
59 void OnGetAll(const GetAllCallback& callback, dbus::Response* response) {
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 60 void GetAllCallback(
302 store.GetAllChannelIDs(base::Bind(GetAllCallback, &pre_channel_ids));
304 store.GetAllChannelIDs(base::Bind(GetAllCallback, &post_channel_ids));
452 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids));
490 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids));
539 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids));
  /external/chromium_org/content/browser/service_worker/
service_worker_storage_unittest.cc 68 void GetAllCallback(
79 return base::Bind(&GetAllCallback, was_called, all);
    [all...]

Completed in 1071 milliseconds