Home
last modified time | relevance | path

Searched defs:CancelCallback (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
Dtask_tracker.h30 typedef base::Callback<void()> CancelCallback; typedef
74 typedef base::Callback<void(TaskTracker*)> CancelCallback; typedef
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dimage_writer_utility_client.h17 typedef base::Callback<void()> CancelCallback; typedef
Doperation_manager_unittest.cc68 void CancelCallback(bool success, const std::string& error) { in CancelCallback() function in extensions::image_writer::__anon68332c500111::ImageWriterOperationManagerTest
/external/chromium_org/google_apis/drive/
Ddrive_common_callbacks.h53 typedef base::Closure CancelCallback; typedef
/external/chromium_org/device/serial/
Ddata_sender.h27 typedef base::Callback<void()> CancelCallback; typedef
Ddata_sink_receiver.h26 typedef base::Callback<void(int32_t error)> CancelCallback; typedef
/external/chromium_org/third_party/webrtc/base/
Dasyncinvoker.cc82 void NotifyingAsyncClosureBase::CancelCallback() { in CancelCallback() function in rtc::NotifyingAsyncClosureBase
/external/chromium_org/mojo/public/cpp/environment/tests/
Dasync_waiter_unittest.cc106 TEST_F(AsyncWaiterTest, CancelCallback) { in TEST_F() argument