HomeSort by relevance Sort by last modified time
    Searched defs:GetAllCallback (Results 1 - 3 of 3) 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;
  /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 322 milliseconds