Lines Matching refs:Callback
11 #include <base/callback.h>
23 // seek within a stream. It has methods for asynchronous (callback-based) as
91 // Standard error callback for asynchronous operations.
92 using ErrorCallback = base::Callback<void(const Error*)>;
193 // callback.
206 const base::Callback<void(size_t)>& success_callback,
279 // for the duration of the error callback.
292 const base::Callback<void(size_t)>& success_callback,
354 // scheduling the flush operation, it returns false and neither callback will
370 // data availability for the stream. Calls |callback| when data can be read
374 const base::Callback<void(AccessMode)>& callback,
400 const base::Callback<void(size_t)>& success_callback,
407 // callback should be called from the main loop instead of directly from this
415 const base::Callback<void(size_t, bool)>& success_callback,
421 // without waiting for data. We use this callback to call the
422 // |sucess_callback| but invalidate the callback if the Stream is destroyed
425 const base::Callback<void(size_t, bool)>& success_callback,
434 const base::Callback<void(size_t, bool)>& success_callback,
441 // success callback should be called from the main loop instead of directly
449 const base::Callback<void(size_t)>& success_callback,
455 // without waiting for data. We use this callback to call the
456 // |sucess_callback| but invalidate the callback if the Stream is destroyed
459 const base::Callback<void(size_t)>& success_callback,
467 const base::Callback<void(size_t)>& success_callback,