HomeSort by relevance Sort by last modified time
    Searched refs:Closure (Results 226 - 250 of 2139) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/test/
ui_controls_aura.cc 38 const base::Closure& task) {
53 const base::Closure& task) {
67 const base::Closure& task) {
79 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
80 instance_->RunClosureAfterAllPendingUIEvents(closure);
  /external/chromium_org/ui/compositor/
layer_delegate.h 34 virtual base::Closure PrepareForLayerBoundsChange() = 0;
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 93 virtual void Launch(const base::Closure& success_task,
94 const base::Closure& failure_task);
132 bool GetHistograms(const base::Closure& cloud_print_status_callback,
153 void Run(const base::Closure& task);
170 base::Closure notify_task_;
184 typedef std::vector<base::Closure> TaskList;
230 base::Closure histograms_callback_;
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.h 43 const base::Closure& callback,
50 const base::Closure& callback,
55 const base::Closure& callback,
104 const base::Closure& callback,
107 const base::Closure& callback,
126 std::vector<std::pair<base::Closure, ErrorCallback> >
128 std::vector<base::Closure> on_stop_discovery_callbacks_;
bluetooth_adapter_mac.h 46 const base::Closure& callback,
53 const base::Closure& callback,
58 const base::Closure& callback,
92 const base::Closure& callback,
95 const base::Closure& callback,
bluetooth_socket_mac.h 48 const base::Closure& success_callback,
61 const base::Closure& success_callback,
74 const base::Closure& success_callback,
79 virtual void Disconnect(const base::Closure& callback) OVERRIDE;
98 const base::Closure& success_callback,
143 base::Closure success_callback;
  /external/chromium_org/media/base/android/
media_decoder_job.h 55 void Prefetch(const base::Closure& prefetch_cb);
113 const base::Closure& request_data_cb,
114 const base::Closure& config_changed_cb);
159 void RequestData(const base::Closure& done_cb);
279 base::Closure request_data_cb_;
282 base::Closure config_changed_cb_;
285 base::Closure data_received_cb_;
  /external/chromium_org/chromeos/dbus/
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,
107 const base::Closure& behavior) OVERRIDE;
125 // Per network service, stores a closure that is executed on each connectio
    [all...]
shill_service_client.h 86 const base::Closure& behavior) = 0;
117 const base::Closure& callback,
124 const base::Closure& callback,
131 const base::Closure& callback,
144 const base::Closure& callback,
150 const base::Closure& callback,
156 const base::Closure& callback,
164 const base::Closure& callback,
171 const base::Closure& callback,
  /external/chromium_org/content/public/browser/
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)
    [all...]
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager_unittest.cc 25 ACTION_P(RunClosure, closure) {
26 closure.Run();
33 base::Closure destruct_callback)
43 base::Closure destruct_callback_;
51 base::Closure destruct_video_capture_callback)
66 base::Closure destruct_video_capture_callback_;
116 base::Closure StartCapture(const media::VideoCaptureParams& params) {
138 base::Closure release_cb1 = manager_->UseDevice(0);
139 base::Closure release_cb2 = manager_->UseDevice(0);
140 base::Closure stop_cb1, stop_cb2
    [all...]
  /external/chromium_org/google_apis/drive/
task_util.h 15 const base::Closure& task);
26 const base::Callback<void(const base::Closure&)>& runner,
27 const base::Closure& callback) {
36 const base::Callback<void(const base::Closure&)>& runner,
47 const base::Callback<void(const base::Closure&)>& runner,
58 const base::Callback<void(const base::Closure&)>& runner,
69 const base::Callback<void(const base::Closure&)>& runner,
80 const base::Callback<void(const base::Closure&)>& runner,
91 const base::Callback<void(const base::Closure&)>& runner,
100 // Returns callback that takes arguments (arg1, arg2, ...), create a closure
    [all...]
  /external/chromium_org/base/timer/
timer.h 79 const base::Closure& user_task,
94 const base::Closure& user_task);
104 const base::Closure& user_task() const { return user_task_; }
112 const base::Closure& user_task);
147 base::Closure user_task_;
170 // If true, hold on to the user_task_ closure object for reuse.
190 // and convert callers to use the base::Closure version in Timer::Start,
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 27 return new sync_driver::DataTypeManagerImpl(base::Closure(),
43 base::Closure callback);
56 const base::Closure& retry_callback) OVERRIDE;
65 base::Closure callback_;
90 Profile* profile, base::Closure callback);
  /external/chromium_org/chromeos/network/
network_activation_handler.cc 26 const base::Closure& success_callback,
34 const base::Closure& success_callback,
43 const base::Closure& success_callback,
57 const base::Closure& success_callback,
70 const base::Closure& success_callback) {
network_configuration_handler.h 71 const base::Closure& callback,
82 const base::Closure& callback,
100 const base::Closure& callback,
107 const base::Closure& callback,
138 const base::Closure& callback);
150 const base::Closure& callback,
  /external/chromium_org/content/browser/media/
webrtc_identity_store_unittest.cc 67 base::Closure RequestIdentityAndRunUtilIdle(const std::string& origin,
73 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity(
97 base::Closure cancel_callback =
110 base::Closure cancel_callback = webrtc_identity_store_->RequestIdentity(
126 base::Closure cancel_callback_1 = webrtc_identity_store_->RequestIdentity(
133 base::Closure cancel_callback_2 = webrtc_identity_store_->RequestIdentity(
150 base::Closure cancel_callback_1 =
158 base::Closure cancel_callback_2 =
177 base::Closure cancel_callback_1 =
185 base::Closure cancel_callback_2
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 42 const base::Closure& callback,
48 const base::Closure& callback,
53 const base::Closure& callback,
81 virtual void AddDiscoverySession(const base::Closure& callback,
83 virtual void RemoveDiscoverySession(const base::Closure& callback,
  /external/chromium_org/google_apis/gcm/base/
socket_stream.h 84 net::Error Refresh(const base::Closure& callback, int byte_limit);
104 void RefreshCompletionCallback(const base::Closure& callback, int result);
107 void CloseStream(net::Error error, const base::Closure& callback);
170 net::Error Flush(const base::Closure& callback);
180 void FlushCompletionCallback(const base::Closure& callback, int result);
  /external/chromium_org/remoting/protocol/
monitored_video_stub_unittest.cc 54 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure());
60 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure());
77 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure());
78 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure());
87 monitor_->ProcessVideoPacket(packet_.Pass(), base::Closure());
buffered_socket_writer.cc 19 const base::Closure& done_task)
25 base::Closure done_task;
45 scoped_refptr<net::IOBufferWithSize> data, const base::Closure& done_task) {
109 base::Closure done_task = AdvanceBufferPosition(result);
166 base::Closure BufferedSocketWriterBase::PopQueue() {
167 base::Closure result = queue_.front()->done_task;
191 base::Closure BufferedSocketWriter::AdvanceBufferPosition(int written) {
199 return base::Closure();
222 base::Closure BufferedDatagramWriter::AdvanceBufferPosition(int written) {
  /frameworks/wilhelm/src/
ThreadPool.h 19 /** Kind of closure */
27 /** Closure handlers */
34 /** \brief Closure represents a deferred computation */
48 } Closure;
62 Closure **mClosureArray; ///< The circular buffer of closures
63 Closure **mClosureFront, **mClosureRear;
66 Closure *mClosureTypical[CLOSURE_TYPICAL+1];
91 extern Closure *ThreadPool_remove(ThreadPool *tp);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_chromeos.cc 36 void Operation::Write(const base::Closure& continuation) {
49 void Operation::VerifyWrite(const base::Closure& continuation) {
56 void Operation::UnmountVolumes(const base::Closure& continuation) {
63 void Operation::UnmountVolumesCallback(const base::Closure& continuation,
88 const base::Closure& continuation) {
104 void Operation::OnBurnFinished(const base::Closure& continuation,
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.h 157 virtual void OnActionButtonClicked(const base::Closure& callback) OVERRIDE;
158 virtual void OnDismissButtonClicked(const base::Closure& callback) OVERRIDE;
159 virtual void OnLinkClicked(const base::Closure& callback) OVERRIDE;
203 base::Closure action_callback_;
204 base::Closure dismiss_callback_;
205 base::Closure link_callback_;
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_event_router.h 58 const base::Closure& callback,
59 const base::Closure& error_callback);
68 const base::Closure& callback,
69 const base::Closure& error_callback);
124 void OnAdapterInitialized(const base::Closure& callback,
134 const base::Closure& callback,

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>