Searched defs:CancelCallback (Results 1 – 8 of 8) sorted by relevance
30 typedef base::Callback<void()> CancelCallback; typedef74 typedef base::Callback<void(TaskTracker*)> CancelCallback; typedef
17 typedef base::Callback<void()> CancelCallback; typedef
68 void CancelCallback(bool success, const std::string& error) { in CancelCallback() function in extensions::image_writer::__anon68332c500111::ImageWriterOperationManagerTest
53 typedef base::Closure CancelCallback; typedef
27 typedef base::Callback<void()> CancelCallback; typedef
26 typedef base::Callback<void(int32_t error)> CancelCallback; typedef
82 void NotifyingAsyncClosureBase::CancelCallback() { in CancelCallback() function in rtc::NotifyingAsyncClosureBase
106 TEST_F(AsyncWaiterTest, CancelCallback) { in TEST_F() argument