/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/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; 38 const base::Closure& error_callback) OVERRIDE; 41 const base::Closure& callback, 42 const base::Closure& error_callback) OVERRIDE; 46 const base::Closure& error_callback) OVERRIDE; 87 void set_unmount_listener(base::Closure listener) { in set_unmount_listener() [all …]
|
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, 74 const base::Closure& callback, 78 const base::Closure& callback, 105 const base::Closure& callback, 185 const base::Closure& callback, [all …]
|
D | fake_cros_disks_client.cc | 29 const base::Closure& callback, in Mount() 30 const base::Closure& error_callback) { in Mount() 35 const base::Closure& callback, in Unmount() 36 const base::Closure& error_callback) { in Unmount() 51 const base::Closure& error_callback) { in EnumerateAutoMountableDevices() 56 const base::Closure& error_callback) { in EnumerateMountEntries() 61 const base::Closure& callback, in Format() 62 const base::Closure& error_callback) { in Format() 79 const base::Closure& error_callback) { in GetDeviceProperties()
|
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,
|
/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() 136 void AttestationFlow::SendEnrollRequestToPCA(const base::Closure& on_failure, in SendEnrollRequestToPCA() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PermissionCallbacks.h | 18 static PassOwnPtr<PermissionCallbacks> create(const Closure& allowed, const Closure& denied); 25 PermissionCallbacks(const Closure& allowed, const Closure& denied); 27 Closure m_allowed; 28 Closure m_denied;
|
/external/chromium_org/content/browser/media/ |
D | webrtc_identity_store_unittest.cc | 67 base::Closure RequestIdentityAndRunUtilIdle(const std::string& origin, in RequestIdentityAndRunUtilIdle() 73 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in RequestIdentityAndRunUtilIdle() 97 base::Closure cancel_callback = in TEST_F() 110 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity( in TEST_F() 126 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity( in TEST_F() 133 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity( in TEST_F() 150 base::Closure cancel_callback_1 = in TEST_F() 158 base::Closure cancel_callback_2 = in TEST_F() 177 base::Closure cancel_callback_1 = in TEST_F() 185 base::Closure cancel_callback_2 = in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
D | extended_authenticator.h | 67 const base::Closure& success_callback); 86 const base::Closure& success_callback); 96 const base::Closure& success_callback); 103 const base::Closure& success_callback); 122 void DoAuthenticateToCheck(const base::Closure& success_callback, 126 const base::Closure& success_callback, 130 const base::Closure& success_callback, 133 const base::Closure& success_callback, 145 const base::Closure& success_callback, 151 std::vector<base::Closure> system_salt_callbacks_;
|
/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/chromeos/network/ |
D | fake_network_device_handler.cc | 22 const base::Closure& callback, in SetDeviceProperty() 27 const base::Closure& callback, in RequestRefreshIPConfigs() 32 const base::Closure& callback, in ProposeScan() 38 const base::Closure& callback, in RegisterCellularNetwork() 44 const base::Closure& callback, in SetCarrier() 51 const base::Closure& callback, in RequirePin() 57 const base::Closure& callback, in EnterPin() 64 const base::Closure& callback, in UnblockPin() 71 const base::Closure& callback, in ChangePin()
|
D | fake_network_device_handler.h | 32 const base::Closure& callback, 37 const base::Closure& callback, 41 const base::Closure& callback, 48 const base::Closure& callback, 53 const base::Closure& callback, 60 const base::Closure& callback, 66 const base::Closure& callback, 73 const base::Closure& callback, 80 const base::Closure& callback,
|
D | network_device_handler.h | 64 const base::Closure& callback, 72 const base::Closure& callback, 87 const base::Closure& callback, 99 const base::Closure& callback, 114 const base::Closure& callback, 138 const base::Closure& callback, 154 const base::Closure& callback, 171 const base::Closure& callback, 189 const base::Closure& callback,
|
D | network_device_handler_impl.h | 40 const base::Closure& callback, 45 const base::Closure& callback, 49 const base::Closure& callback, 56 const base::Closure& callback, 61 const base::Closure& callback, 68 const base::Closure& callback, 74 const base::Closure& callback, 81 const base::Closure& callback, 88 const base::Closure& callback,
|
/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/extensions/api/image_writer_private/ |
D | operation.h | 90 void Unzip(const base::Closure& continuation); 93 void Write(const base::Closure& continuation); 96 void VerifyWrite(const base::Closure& continuation); 119 void AddCleanUpFunction(const base::Closure& callback); 123 void CompleteAndContinue(const base::Closure& continuation); 168 void UnmountVolumes(const base::Closure& continuation); 170 void UnmountVolumesCallback(const base::Closure& continuation, bool success); 174 const base::Closure& continuation); 175 void OnBurnFinished(const base::Closure& continuation, 214 std::vector<base::Closure> cleanup_functions_;
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | automatic_profile_resetter_delegate.h | 56 const base::Closure& ready_callback) const = 0; 64 const base::Closure& ready_callback) const = 0; 75 const base::Closure& ready_callback) const = 0; 110 const base::Closure& completion) = 0; 139 const base::Closure& ready_callback) const OVERRIDE; 142 const base::Closure& ready_callback) const OVERRIDE; 145 const base::Closure& ready_callback) const OVERRIDE; 156 const base::Closure& completion) OVERRIDE; 176 const base::Closure& completion); 187 const base::Closure& user_callback,
|
/external/chromium_org/media/base/ |
D | text_renderer.h | 45 void Initialize(const base::Closure& ended_cb); 49 void Play(const base::Closure& callback); 53 void Pause(const base::Closure& callback); 56 void Flush(const base::Closure& callback); 60 void Stop(const base::Closure& callback); 111 base::Closure ended_cb_; 114 base::Closure pause_cb_; 117 base::Closure stop_cb_;
|
/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/cdm/ |
D | player_tracker_impl.h | 27 virtual int RegisterPlayer(const base::Closure& new_key_cb, 28 const base::Closure& cdm_unset_cb) OVERRIDE; 37 PlayerCallbacks(base::Closure new_key_cb, base::Closure cdm_unset_cb); 40 base::Closure new_key_cb; 41 base::Closure cdm_unset_cb;
|
/external/chromium_org/base/task/ |
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() 74 const Closure& task) { in PostTask() 83 const Closure& task, in PostTaskAndReply() 84 const Closure& reply) { in PostTaskAndReply() 96 const Closure& untrack_closure = in PostTaskAndReply() [all …]
|
/external/chromium_org/content/renderer/media/ |
D | video_capture_impl_manager_unittest.cc | 33 base::Closure destruct_callback) in MockVideoCaptureImpl() 43 base::Closure destruct_callback_; 51 base::Closure destruct_video_capture_callback) in MockVideoCaptureImplManager() 66 base::Closure destruct_video_capture_callback_; 116 base::Closure StartCapture(const media::VideoCaptureParams& params) { in StartCapture() 138 base::Closure release_cb1 = manager_->UseDevice(0); in TEST_F() 139 base::Closure release_cb2 = manager_->UseDevice(0); in TEST_F() 140 base::Closure stop_cb1, stop_cb2; in TEST_F() 143 base::Closure quit_closure = BindToCurrentLoop( in TEST_F() 156 base::Closure quit_closure = BindToCurrentLoop( in TEST_F()
|
/external/chromium_org/content/public/browser/ |
D | browser_thread.h | 105 const base::Closure& task); 108 const base::Closure& task, 112 const base::Closure& task); 116 const base::Closure& task, 122 const base::Closure& task, 123 const base::Closure& reply); 175 const base::Closure& task); 178 const base::Closure& task, 179 const base::Closure& reply); 183 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()
|