Searched refs:GetAllCallback (Results 1 – 8 of 8) sorted by relevance
31 typedef base::Callback<void(const base::DictionaryValue& sms)> GetAllCallback; typedef42 const GetAllCallback& callback) = 0;
24 const GetAllCallback& callback) OVERRIDE;27 void OnGetAll(base::DictionaryValue* sms, const GetAllCallback& callback);
28 const GetAllCallback& callback) { in GetAll()51 const GetAllCallback& callback) { in OnGetAll()
40 const GetAllCallback& callback) OVERRIDE { in GetAll()59 void OnGetAll(const GetAllCallback& callback, dbus::Response* response) { in OnGetAll()
60 void GetAllCallback( in GetAllCallback() function302 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()
121 callback GetAllCallback = void (object notifications);155 static void getAll(GetAllCallback callback);
297 callback GetAllCallback = void(FileSystemInfo[] fileSystems);353 static void getAll(GetAllCallback callback);
68 void GetAllCallback( in GetAllCallback() function79 return base::Bind(&GetAllCallback, was_called, all); in MakeGetAllCallback()