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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler.cc 10 const base::Closure& task) : task_(task) {
43 base::Closure VariationsRequestScheduler::task() const {
50 const base::Closure& task,
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 20 base::Closure stop_callback_;
25 - (id)initWithCallback:(const base::Closure&)stop_callback
38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_manager_client.h 33 const base::Closure& callback,
36 const base::Closure& callback,
39 const base::Closure& callback,
nfc_property_set.h 33 void SetAllPropertiesReceivedCallback(const base::Closure& callback);
46 const base::Closure& on_get_all_callback() { return on_get_all_callback_; }
51 base::Closure on_get_all_callback_;
  /external/chromium_org/content/browser/service_worker/
service_worker_test_utils.h 16 const base::Closure& quit,
25 const base::Closure& quit, Arg* out) {
34 return base::Bind(&ReceiveResult<Arg>, id, base::Closure(), out);
  /external/chromium_org/gpu/command_buffer/client/
gpu_control.h 59 const base::Closure& callback) = 0;
63 virtual void SignalQuery(uint32_t query, const base::Closure& callback) = 0;
68 virtual void Echo(const base::Closure& callback) = 0;
  /external/chromium_org/media/base/
audio_renderer_mixer.h 35 void AddErrorCallback(const base::Closure& error_cb);
36 void RemoveErrorCallback(const base::Closure& error_cb);
55 typedef std::list<base::Closure> ErrorCallbackList;
  /external/chromium_org/remoting/base/
auto_thread_task_runner.cc 13 const base::Closure& stop_task)
21 const base::Closure& task,
29 const base::Closure& task,
  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.h 42 const base::Closure& resume_callback) OVERRIDE;
58 const base::Closure& resume_callback);
63 const base::Closure& resume_callback) = 0;
  /external/chromium_org/content/browser/dom_storage/
dom_storage_task_runner.h 41 const base::Closure& task,
48 const base::Closure& task) = 0;
81 const base::Closure& task,
87 const base::Closure& task) OVERRIDE;
116 const base::Closure& task,
122 const base::Closure& task) OVERRIDE;
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 39 const base::Closure& callback,
41 virtual void StartPolling(const base::Closure& callback,
43 virtual void StopPolling(const base::Closure& callback,
82 void OnSetPowered(const base::Closure& callback,
87 void OnStartPolling(const base::Closure& callback);
93 void OnStopPolling(const base::Closure& callback);
  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler.h 92 void SetCommandProcessedCallback(const base::Closure& callback);
94 void DeferToFence(base::Closure task);
142 UnscheduleFence(gfx::GLFence* fence, base::Closure task);
147 base::Closure task;
152 base::Closure descheduled_callback_;
153 base::Closure command_processed_callback_;
  /external/chromium_org/media/filters/
renderer_impl.h 46 virtual void Initialize(const base::Closure& init_cb,
48 const base::Closure& ended_cb,
51 virtual void Flush(const base::Closure& flush_cb) OVERRIDE;
125 base::Closure ended_cb_;
130 base::Closure init_cb_;
131 base::Closure flush_cb_;
  /external/chromium_org/ash/system/chromeos/session/
logout_confirmation_controller.h 33 explicit LogoutConfirmationController(const base::Closure& logout_closure);
58 base::Closure logout_closure_;
  /external/chromium_org/base/mac/
libdispatch_task_runner.h 23 // callbacks happen on the same thread as Closure tasks.
42 const Closure& task,
49 const Closure& task,
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.h 29 const base::Closure& task,
33 const base::Closure& task,
  /external/chromium_org/base/test/
sequenced_worker_pool_owner.h 39 void SetWillWaitForShutdownCallback(const Closure& callback);
51 Closure will_wait_for_shutdown_callback_;
test_io_thread.h 36 const base::Closure& task);
40 const base::Closure& task);
test_simple_task_runner.h 51 const Closure& task,
55 const Closure& task,
  /external/chromium_org/base/threading/
sequenced_worker_pool.h 227 const Closure& task);
239 const Closure& task,
245 const Closure& task,
261 const Closure& task);
267 const Closure& task);
281 const Closure& task,
289 const Closure& task,
294 const Closure& task,
  /external/chromium_org/cc/base/
delayed_unique_notifier.h 20 // Configure this notifier to issue the |closure| notification in |delay| time
23 const base::Closure& closure,
51 base::Closure closure_;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_test_util.h 44 const base::Closure& continue_to_completion) OVERRIDE;
48 base::Closure continue_to_completion_callback_;
  /external/chromium_org/chrome/browser/chromeos/login/auth/
auth_prewarmer.h 29 void PrewarmAuthentication(const base::Closure& completion_callback);
45 base::Closure completion_callback_;
  /external/chromium_org/chrome/browser/extensions/updater/
extension_cache.h 29 virtual void Start(const base::Closure& callback) = 0;
32 virtual void Shutdown(const base::Closure& callback) = 0;
  /external/chromium_org/chrome/browser/importer/
importer_list.h 39 const base::Closure& profiles_loaded_callback);
53 const base::Closure& profiles_loaded_callback,

Completed in 1957 milliseconds

1 2 3 4 56 7 8 91011>>