/external/chromium_org/media/base/android/ |
video_decoder_job.h | 34 const base::Closure& request_data_cb); 38 const base::Closure& request_data_cb);
|
/external/chromium_org/media/base/ |
video_decoder.h | 66 // Note: No VideoDecoder calls should be made before |closure| is executed. 67 virtual void Reset(const base::Closure& closure) = 0; 74 virtual void Stop(const base::Closure& closure) = 0;
|
mock_filters.h | 38 MOCK_METHOD1(Stop, void(const base::Closure& callback)); 80 MOCK_METHOD1(Reset, void(const base::Closure&)); 81 MOCK_METHOD1(Stop, void(const base::Closure&)); 101 MOCK_METHOD1(Reset, void(const base::Closure&)); 118 const base::Closure& ended_cb, 122 MOCK_METHOD1(Play, void(const base::Closure& callback)); 123 MOCK_METHOD1(Pause, void(const base::Closure& callback)); 124 MOCK_METHOD1(Flush, void(const base::Closure& callback)); 126 MOCK_METHOD1(Stop, void(const base::Closure& callback)); 142 const base::Closure& underflow_cb [all...] |
/external/chromium_org/media/filters/ |
blocking_url_protocol.h | 26 BlockingUrlProtocol(DataSource* data_source, const base::Closure& error_cb); 46 base::Closure error_cb_;
|
audio_renderer_impl.h | 66 const base::Closure& underflow_cb, 68 const base::Closure& ended_cb, 69 const base::Closure& disabled_cb, 71 virtual void Play(const base::Closure& callback) OVERRIDE; 72 virtual void Pause(const base::Closure& callback) OVERRIDE; 73 virtual void Flush(const base::Closure& callback) OVERRIDE; 74 virtual void Stop(const base::Closure& callback) OVERRIDE; 208 base::Closure underflow_cb_; 210 base::Closure ended_cb_; 211 base::Closure disabled_cb_ [all...] |
fake_video_decoder.h | 41 virtual void Reset(const base::Closure& closure) OVERRIDE; 42 virtual void Stop(const base::Closure& closure) OVERRIDE; 84 CallbackHolder<base::Closure> reset_cb_; 85 CallbackHolder<base::Closure> stop_cb_;
|
/external/chromium_org/remoting/host/ |
disconnect_window_mac.h | 17 base::Closure disconnect_callback_; 23 - (id)initWithCallback:(const base::Closure&)disconnect_callback
|
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_reader.h | 40 void Start(MessageCallback message_callback, base::Closure eof_callback); 59 base::Closure eof_callback_;
|
/external/chromium_org/ui/message_center/ |
notification_delegate.h | 55 // A simple notification delegate which invokes the passed closure when clicked. 59 explicit HandleNotificationClickedDelegate(const base::Closure& closure); 74 base::Closure closure_;
|
/external/chromium_org/ui/views/win/ |
appbar.h | 41 int GetAutohideEdges(HMONITOR monitor, const base::Closure& callback); 51 void OnGotEdges(const base::Closure& callback,
|
/external/chromium_org/chrome/common/ |
cancelable_task_tracker.cc | 20 using base::Closure; 26 void RunIfNotCanceled(const CancellationFlag* flag, const Closure& task) { 32 const Closure& task, 33 const Closure& untrack) { 43 void RunAndDeleteFlag(const Closure& closure, const CancellationFlag* flag) { 44 closure.Run(); 48 void RunOrPostToTaskRunner(TaskRunner* task_runner, const Closure& closure) { 50 closure.Run() [all...] |
/external/chromium_org/chromeos/attestation/ |
attestation_flow.cc | 25 void DBusBoolRedirectCallback(const base::Closure& on_true, 26 const base::Closure& on_false, 27 const base::Closure& on_fail, 36 const base::Closure& task = value ? on_true : on_false; 105 base::Closure do_cert_request = base::Bind( 113 base::Closure on_enroll_failure = base::Bind(callback, false, ""); 114 base::Closure do_enroll = base::Bind(&AttestationFlow::StartEnroll, 125 void AttestationFlow::StartEnroll(const base::Closure& on_failure, 126 const base::Closure& next_task) { 135 void AttestationFlow::SendEnrollRequestToPCA(const base::Closure& on_failure [all...] |
/external/chromium_org/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.h | 34 const base::Closure& save_card_callback); 39 const base::Closure& save_card_callback) { 47 const base::Closure& save_card_callback); 70 base::Closure save_card_callback_;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_write_watcher.h | 46 const base::Closure& on_write_callback);
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
screen_capture_notification_ui_chromeos.h | 21 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE;
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler_mobile.h | 19 // |task} is the closure to call when the scheduler deems ready. |local_state| 21 explicit VariationsRequestSchedulerMobile(const base::Closure& task,
|
variations_request_scheduler_unittest.cc | 23 const base::Closure task = base::Bind(&DoNothing);
|
/external/chromium_org/chrome/browser/printing/ |
printer_query.h | 55 const base::Closure& callback); 59 const base::Closure& callback); 79 void StartWorker(const base::Closure& callback); 103 base::Closure callback_;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
suspicious_extension_bubble_view.h | 37 virtual void OnButtonClicked(const base::Closure& callback) OVERRIDE; 38 virtual void OnLinkClicked(const base::Closure& callback) OVERRIDE; 83 base::Closure button_callback_; 84 base::Closure link_callback_;
|
/external/chromium_org/content/child/ |
worker_thread_task_runner.h | 26 const base::Closure& task,
|
/external/chromium_org/content/public/browser/ |
geolocation_provider.h | 56 const base::Closure& completion_callback);
|
/external/chromium_org/content/renderer/media/ |
media_stream_client.h | 27 const base::Closure& error_cb,
|
/external/chromium_org/device/nfc/ |
nfc_adapter.h | 91 typedef base::Closure ErrorCallback; 124 const base::Closure& callback, 137 virtual void StartPolling(const base::Closure& callback, 146 virtual void StopPolling(const base::Closure& callback,
|
/external/chromium_org/extensions/common/ |
one_shot_event.cc | 20 const base::Closure& task) 26 base::Closure task; 37 const base::Closure& task) const { 42 const base::Closure& task,
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_delegate_mock.h | 26 const base::Closure& bind_callback));
|