/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
D | callback.h | 20 typedef ::base::Closure Closure; typedef 46 inline Closure* NewPermanentCallback(void (*fn)()) { in NewPermanentCallback() 47 return new ::base::Closure(::base::Bind(fn)); in NewPermanentCallback() 51 Closure* NewPermanentCallback( in NewPermanentCallback() 53 return new ::base::Closure(::base::Bind(method, base::Unretained(object))); in NewPermanentCallback() 64 Closure* NewPermanentCallback( in NewPermanentCallback() 68 return new ::base::Closure(::base::Bind(method, base::Unretained(object), in NewPermanentCallback() 73 Closure* NewPermanentCallback( in NewPermanentCallback() 77 return new ::base::Closure(::base::Bind(fn, arg1, arg2)); in NewPermanentCallback() 81 Closure* NewPermanentCallback( in NewPermanentCallback() [all …]
|
/external/chromium_org/chromeos/attestation/ |
D | attestation_flow.cc | 25 void DBusBoolRedirectCallback(const base::Closure& on_true, in DBusBoolRedirectCallback() 26 const base::Closure& on_false, in DBusBoolRedirectCallback() 27 const base::Closure& on_fail, in DBusBoolRedirectCallback() 36 const base::Closure& task = value ? on_true : on_false; in DBusBoolRedirectCallback() 105 base::Closure do_cert_request = base::Bind( in GetCertificate() 113 base::Closure on_enroll_failure = base::Bind(callback, false, ""); in GetCertificate() 114 base::Closure do_enroll = base::Bind(&AttestationFlow::StartEnroll, in GetCertificate() 125 void AttestationFlow::StartEnroll(const base::Closure& on_failure, in StartEnroll() 126 const base::Closure& next_task) { in StartEnroll() 135 void AttestationFlow::SendEnrollRequestToPCA(const base::Closure& on_failure, in SendEnrollRequestToPCA() [all …]
|
D | attestation_flow.h | 95 void StartEnroll(const base::Closure& on_failure, 96 const base::Closure& next_task); 107 void SendEnrollRequestToPCA(const base::Closure& on_failure, 108 const base::Closure& next_task, 121 void SendEnrollResponseToDaemon(const base::Closure& on_failure, 122 const base::Closure& next_task, 134 void OnEnrollComplete(const base::Closure& on_failure, 135 const base::Closure& next_task,
|
/external/chromium_org/media/base/ |
D | 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 …]
|
D | audio_renderer.h | 49 const base::Closure& underflow_cb, 51 const base::Closure& ended_cb, 52 const base::Closure& disabled_cb, 57 virtual void Play(const base::Closure& callback) = 0; 61 virtual void Pause(const base::Closure& callback) = 0; 64 virtual void Flush(const base::Closure& callback) = 0; 75 virtual void Stop(const base::Closure& callback) = 0;
|
D | text_renderer.h | 43 void Initialize(const base::Closure& ended_cb); 47 void Play(const base::Closure& callback); 51 void Pause(const base::Closure& callback); 54 void Flush(const base::Closure& callback); 58 void Stop(const base::Closure& callback); 110 base::Closure ended_cb_; 113 base::Closure pause_cb_; 116 base::Closure stop_cb_;
|
/external/chromium_org/content/browser/media/ |
D | webrtc_identity_store_unittest.cc | 65 base::Closure RequestIdentityAndRunUtilIdle(const std::string& origin, in RequestIdentityAndRunUtilIdle() 71 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in RequestIdentityAndRunUtilIdle() 95 base::Closure cancel_callback = in TEST_F() 108 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in TEST_F() 124 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity( in TEST_F() 131 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity( in TEST_F() 148 base::Closure cancel_callback_1 = in TEST_F() 156 base::Closure cancel_callback_2 = in TEST_F() 175 base::Closure cancel_callback_1 = in TEST_F() 183 base::Closure cancel_callback_2 = in TEST_F() [all …]
|
/external/chromium_org/chromeos/dbus/ |
D | fake_cros_disks_client.h | 27 const base::Closure& callback, 28 const base::Closure& error_callback) OVERRIDE; 31 const base::Closure& callback, 32 const base::Closure& error_callback) OVERRIDE; 35 const base::Closure& error_callback) OVERRIDE; 39 const base::Closure& error_callback) OVERRIDE; 43 const base::Closure& error_callback) OVERRIDE; 78 void set_unmount_listener(base::Closure listener) { in set_unmount_listener() 113 base::Closure unmount_listener_;
|
D | fake_bluetooth_device_client.h | 53 const base::Closure& callback, 56 const base::Closure& callback, 60 const base::Closure& callback, 64 const base::Closure& callback, 67 const base::Closure& callback, 70 const base::Closure& callback, 149 const base::Closure& callback, 169 const base::Closure& callback, 175 const base::Closure& callback, 181 const base::Closure& callback, [all …]
|
D | mock_shill_service_client.h | 33 const base::Closure& callback, 37 const base::Closure& callback, 41 const base::Closure& callback, 48 const base::Closure& callback, 51 const base::Closure& callback, 54 const base::Closure& callback, 59 const base::Closure& callback, 63 const base::Closure& callback,
|
D | fake_shill_service_client.h | 41 const base::Closure& callback, 45 const base::Closure& callback, 49 const base::Closure& callback, 56 const base::Closure& callback, 59 const base::Closure& callback, 62 const base::Closure& callback, 67 const base::Closure& callback, 71 const base::Closure& callback, 100 const base::Closure& behavior) OVERRIDE; 121 std::map<std::string, base::Closure> connect_behavior_;
|
/external/chromium_org/chromeos/network/ |
D | network_device_handler.h | 66 const base::Closure& callback, 74 const base::Closure& callback, 89 const base::Closure& callback, 101 const base::Closure& callback, 116 const base::Closure& callback, 140 const base::Closure& callback, 156 const base::Closure& callback, 173 const base::Closure& callback, 191 const base::Closure& callback,
|
/external/chromium_org/ui/base/test/ |
D | ui_controls_win.cc | 28 base::Closure()); in SendKeyPress() 37 const base::Closure& task) { in SendKeyPressNotifyWhenDone() 45 return internal::SendMouseMoveImpl(x, y, base::Closure()); in SendMouseMove() 48 bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& task) { in SendMouseMoveNotifyWhenDone() 55 return internal::SendMouseEventsImpl(type, state, base::Closure()); in SendMouseEvents() 59 const base::Closure& task) { in SendMouseEventsNotifyWhenDone() 66 return internal::SendMouseEventsImpl(type, UP | DOWN, base::Closure()); in SendMouseClick() 69 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) { in RunClosureAfterAllPendingUIEvents()
|
/external/chromium_org/base/ |
D | callback_helpers.cc | 14 ScopedClosureRunner::ScopedClosureRunner(const Closure& closure) in ScopedClosureRunner() 24 Closure old_closure = Release(); in Reset() 29 void ScopedClosureRunner::Reset(const Closure& closure) { in Reset() 30 Closure old_closure = Release(); in Reset() 36 Closure ScopedClosureRunner::Release() { in Release() 37 Closure result = closure_; in Release()
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | automatic_profile_resetter_delegate.h | 43 const base::Closure& ready_callback) const = 0; 51 const base::Closure& ready_callback) const = 0; 62 const base::Closure& ready_callback) const = 0; 104 const base::Closure& completion) = 0; 133 const base::Closure& ready_callback) const OVERRIDE; 136 const base::Closure& ready_callback) const OVERRIDE; 139 const base::Closure& ready_callback) const OVERRIDE; 150 const base::Closure& completion) OVERRIDE; 170 const base::Closure& completion); 181 const base::Closure& user_callback,
|
/external/valgrind/unittest/ |
D | thread_wrappers.h | 163 struct Closure { struct 185 static Closure *NewCallback(void (*f)()) { in NewCallback() argument 186 Closure *res = new Closure; in NewCallback() 195 Closure *NewCallback(void (*f)(P1), P1 p1) { in NewCallback() 197 Closure *res = new Closure; in NewCallback() 206 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) { in NewCallback() 209 Closure *res = new Closure; in NewCallback() 250 void Add(Closure *closure) { in Add() 273 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); in Worker()
|
/external/chromium_org/chrome/browser/ui/apps/ |
D | directory_access_confirmation_dialog.cc | 21 const base::Closure& on_accept, 22 const base::Closure& on_cancel); 34 const base::Closure on_accept_; 35 const base::Closure on_cancel_; 44 const base::Closure& on_accept, in DirectoryAccessConfirmationDialog() 45 const base::Closure& on_cancel) in DirectoryAccessConfirmationDialog() 93 const base::Closure& on_accept, in CreateDirectoryAccessConfirmationDialog() 94 const base::Closure& on_cancel) { in CreateDirectoryAccessConfirmationDialog()
|
/external/chromium_org/media/filters/ |
D | 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 …]
|
/external/chromium_org/chrome/common/ |
D | cancelable_task_tracker.cc | 20 using base::Closure; 26 void RunIfNotCanceled(const CancellationFlag* flag, const Closure& task) { in RunIfNotCanceled() 32 const Closure& task, in RunIfNotCanceledThenUntrack() 33 const Closure& untrack) { in RunIfNotCanceledThenUntrack() 43 void RunAndDeleteFlag(const Closure& closure, const CancellationFlag* flag) { in RunAndDeleteFlag() 48 void RunOrPostToTaskRunner(TaskRunner* task_runner, const Closure& closure) { in RunOrPostToTaskRunner() 73 const Closure& task) { in PostTask() 82 const Closure& task, in PostTaskAndReply() 83 const Closure& reply) { in PostTaskAndReply() 95 const Closure& untrack_closure = Bind( in PostTaskAndReply() [all …]
|
/external/chromium_org/content/public/browser/ |
D | browser_thread.h | 101 const base::Closure& task); 104 const base::Closure& task, 108 const base::Closure& task); 112 const base::Closure& task, 118 const base::Closure& task, 119 const base::Closure& reply); 171 const base::Closure& task); 174 const base::Closure& task, 175 const base::Closure& reply); 179 const base::Closure& task);
|
/external/chromium_org/base/threading/ |
D | post_task_and_reply_impl.cc | 28 const Closure& task, const Closure& reply) in PostTaskAndReplyRelay() 66 Closure reply_; 67 Closure task_; 76 const Closure& task, in PostTaskAndReply() 77 const Closure& reply) { in PostTaskAndReply()
|
D | worker_pool.cc | 27 const Closure& task) OVERRIDE { in PostTask() 45 const Closure& task, 56 const Closure& task, 73 const Closure& task, in PostDelayedTask() 84 const Closure& task, in PostDelayedTaskAssertZeroDelay() 105 const Closure& task, in PostTaskAndReply() 106 const Closure& reply, in PostTaskAndReply()
|
/external/chromium_org/base/test/ |
D | task_runner_test_template.h | 82 Closure WrapTask(const Closure& task, int i); 94 void RunTask(const Closure& task, int i); 129 const Closure& ith_task = this->task_tracker_->WrapTask(Closure(), i); in TYPED_TEST_P() 156 const Closure& ith_task = this->task_tracker_->WrapTask(Closure(), i); in TYPED_TEST_P() 196 const Closure& ith_task_runner_task = in TYPED_TEST_P() 201 const Closure& ith_non_task_runner_task = in TYPED_TEST_P()
|
/external/chromium/chrome/browser/sync/notifier/ |
D | chrome_system_resources.h | 40 invalidation::Closure* task); 42 virtual void ScheduleImmediately(invalidation::Closure* task); 44 virtual void ScheduleOnListenerThread(invalidation::Closure* task); 59 std::set<invalidation::Closure*> posted_tasks_; 68 Task* MakeTaskToPost(invalidation::Closure* task); 71 void RunPostedTask(invalidation::Closure* task);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 195 Closure* permanent_closure_; 203 Closure* closure = NewCallback(&SetA123Function); in TEST_F() 210 Closure* closure = NewCallback(current_instance_, in TEST_F() 218 Closure* closure = NewCallback(&SetAFunction, 456); in TEST_F() 225 Closure* closure = NewCallback(current_instance_, in TEST_F() 233 Closure* closure = NewCallback(&SetCFunction, string("test")); in TEST_F() 240 Closure* closure = NewCallback(current_instance_, in TEST_F() 249 Closure* closure = NewCallback(&SetABFunction, 789, cstr); in TEST_F() 259 Closure* closure = NewCallback(current_instance_, in TEST_F() 271 Closure* closure = NewPermanentCallback(&SetA123Function); in TEST_F() [all …]
|