Home
last modified time | relevance | path

Searched refs:GetAllCallback (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dsms_client.h31 typedef base::Callback<void(const base::DictionaryValue& sms)> GetAllCallback; typedef
42 const GetAllCallback& callback) = 0;
Dfake_sms_client.h24 const GetAllCallback& callback) OVERRIDE;
27 void OnGetAll(base::DictionaryValue* sms, const GetAllCallback& callback);
Dfake_sms_client.cc28 const GetAllCallback& callback) { in GetAll()
51 const GetAllCallback& callback) { in OnGetAll()
Dsms_client.cc40 const GetAllCallback& callback) OVERRIDE { in GetAll()
59 void OnGetAll(const GetAllCallback& callback, dbus::Response* response) { in OnGetAll()
/external/chromium_org/net/ssl/
Ddefault_channel_id_store_unittest.cc60 void GetAllCallback( in GetAllCallback() function
302 store.GetAllChannelIDs(base::Bind(GetAllCallback, &pre_channel_ids)); in TEST()
304 store.GetAllChannelIDs(base::Bind(GetAllCallback, &post_channel_ids)); in TEST()
452 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids)); in TEST()
490 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids)); in TEST()
539 store.GetAllChannelIDs(base::Bind(GetAllCallback, &channel_ids)); in TEST()
/external/chromium_org/chrome/common/extensions/api/
Dnotifications.idl121 callback GetAllCallback = void (object notifications);
155 static void getAll(GetAllCallback callback);
Dfile_system_provider.idl297 callback GetAllCallback = void(FileSystemInfo[] fileSystems);
353 static void getAll(GetAllCallback callback);
/external/chromium_org/content/browser/service_worker/
Dservice_worker_storage_unittest.cc68 void GetAllCallback( in GetAllCallback() function
79 return base::Bind(&GetAllCallback, was_called, all); in MakeGetAllCallback()