/external/chromium_org/remoting/protocol/ |
audio_writer.cc | 32 const base::Closure& done) {
|
audio_writer.h | 39 const base::Closure& done) OVERRIDE;
|
message_reader_unittest.cc | 40 MOCK_METHOD1(OnMessage, void(const base::Closure&)); 50 void AddSecondMessage(const base::Closure& task) { 57 void OnSecondMessage(const base::Closure& task) { 63 void DeleteReader(const base::Closure& task) { 96 const base::Closure& done_callback) { 111 base::Closure done_task; 153 base::Closure done_task1; 154 base::Closure done_task2; 191 base::Closure done_task2; 237 base::Closure done_task [all...] |
negotiating_client_authenticator.h | 39 const base::Closure& resume_callback) OVERRIDE; 49 const base::Closure& resume_callback); 66 const base::Closure& resume_callback,
|
/external/chromium_org/ui/gl/android/ |
surface_texture_listener.cc | 15 SurfaceTextureListener::SurfaceTextureListener(const base::Closure& callback)
|
/external/chromium_org/ui/message_center/ |
notification_delegate.cc | 14 const base::Closure& closure) 15 : closure_(closure) {
|
/external/chromium_org/ui/views/ |
repeat_controller.cc | 19 RepeatController::RepeatController(const base::Closure& callback)
|
/external/chromium_org/base/mac/ |
libdispatch_task_runner.cc | 21 const Closure& task, 27 // it's referencing. Copy the closure into block storage so it's available 29 __block const Closure task_copy = task; 51 const Closure& task,
|
/external/chromium_org/cc/test/ |
test_context_support.cc | 20 const base::Closure& callback) { 25 const base::Closure& callback) { 69 const base::Closure& callback) {
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_appcache_helper.h | 29 virtual void StartFetching(const base::Closure& completion_callback); 41 base::Closure completion_callback_; 83 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
auto_enrollment_client.h | 47 const base::Closure& completion_callback, 64 static AutoEnrollmentClient* Create(const base::Closure& completion_callback); 122 base::Closure completion_callback_;
|
/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_adapter_client.h | 49 const base::Closure& callback, 52 const base::Closure& callback, 56 const base::Closure& callback,
|
fake_bluetooth_agent_manager_client.cc | 28 const base::Closure& callback, 45 const base::Closure& callback, 58 const base::Closure& callback,
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_client_registration_helper.h | 51 const base::Closure& callback); 58 const base::Closure& callback); 108 base::Closure callback_;
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_provider.h | 51 // Registers the given closure for calling when the user has interacted with 53 void RegisterForUserGesture(const base::Closure& closure); 97 ClosureAndThread(const base::Closure& c, 101 base::Closure closure; member in struct:content::GamepadProvider::ClosureAndThread
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_wrapper.h | 41 const base::Closure& report_error_to_uma_cb); 89 const base::Closure& report_error__to_uma_cb); 126 base::Closure report_error_to_uma_cb_;
|
/external/chromium_org/content/renderer/media/ |
webmediaplayer_params.h | 31 const base::Callback<void(const base::Closure&)>& defer_load_cb, 41 base::Callback<void(const base::Closure&)> defer_load_cb() const { 60 base::Callback<void(const base::Closure&)> defer_load_cb_;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter.h | 109 const base::Closure& callback, 125 virtual void StartDiscovering(const base::Closure& callback, 133 virtual void StopDiscovering(const base::Closure& callback,
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_adapter.h | 43 const base::Closure& callback, 47 void(const base::Closure& callback, 50 void(const base::Closure& callback,
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_control_service.h | 45 const base::Closure& callback) OVERRIDE; 47 const base::Closure& callback) OVERRIDE; 51 virtual void Echo(const base::Closure& callback) OVERRIDE;
|
/external/chromium_org/media/cast/audio_sender/ |
audio_sender.h | 53 const base::Closure& done_callback); 55 // The audio_frame must be valid until the closure callback is called. 56 // The closure callback is called from the main cast thread as soon as 61 const base::Closure callback); 65 const base::Closure callback);
|
/external/chromium_org/media/filters/ |
decrypting_demuxer_stream.h | 41 // operation to finish before satisfying |closure|. Sets the state to 43 void Reset(const base::Closure& closure); 50 void Stop(const base::Closure& closure); 109 base::Closure reset_cb_;
|
decrypting_video_decoder.h | 39 virtual void Reset(const base::Closure& closure) OVERRIDE; 40 virtual void Stop(const base::Closure& closure) OVERRIDE; 89 base::Closure reset_cb_;
|
ffmpeg_video_decoder.h | 41 virtual void Reset(const base::Closure& closure) OVERRIDE; 42 virtual void Stop(const base::Closure& closure) OVERRIDE; 81 base::Closure reset_cb_;
|
vpx_video_decoder.h | 40 virtual void Reset(const base::Closure& closure) OVERRIDE; 41 virtual void Stop(const base::Closure& closure) OVERRIDE; 77 base::Closure reset_cb_;
|