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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_dispatcher_client.cc 21 base::Closure* run_closure,
22 base::Closure* quit_closure) {
  /external/chromium_org/base/task/
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) {
136 void AttestationFlow::SendEnrollRequestToPCA(const base::Closure& on_failure
    [all...]
  /external/chromium_org/android_webview/browser/
deferred_gpu_command_service.h 39 virtual void ScheduleTask(const base::Closure& task) OVERRIDE;
40 virtual void ScheduleIdleWork(const base::Closure& task) OVERRIDE;
68 std::queue<base::Closure> tasks_;
69 std::queue<std::pair<base::Time, base::Closure> > idle_tasks_;
  /external/chromium_org/ash/wm/
session_state_animator.h 146 explicit AnimationSequence(base::Closure callback);
177 base::Closure callback_;
201 base::Closure callback) = 0;
207 base::Closure callback) = 0;
  /external/chromium_org/athena/extensions/chrome/
athena_chrome_app_window_client.h 25 const base::Closure& callback) OVERRIDE;
  /external/chromium_org/athena/extensions/shell/
athena_shell_app_window_client.cc 27 const base::Closure& callback) {
athena_shell_app_window_client.h 24 const base::Closure& callback) OVERRIDE;
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 30 const base::Closure& save_card_callback);
35 const base::Closure& save_card_callback) {
43 const base::Closure& save_card_callback);
66 base::Closure save_card_callback_;
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.cc 19 const base::Closure& completion_callback) {
mock_browsing_data_appcache_helper.h 17 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher.h 46 const base::Closure& on_write_callback);
  /external/chromium_org/chrome/browser/chromeos/login/
screenshot_testing_mixin.h 51 base::Closure animation_waiter_quitter_;
startup_utils.h 39 static void MarkDeviceRegistered(const base::Closure& done_callback);
  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.h 21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_unittest.cc 23 const base::Closure task = base::Bind(&DoNothing);
  /external/chromium_org/chrome/browser/printing/
print_job_worker_owner.cc 23 const base::Closure& task) {
  /external/chromium_org/chrome/browser/ui/apps/
app_info_dialog.h 26 const base::Closure& close_callback);
  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui_stub.cc 15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/chrome/test/base/
extension_js_browser_test.h 24 void WaitForExtension(const char* extension_id, const base::Closure& load_cb);
  /external/chromium_org/chrome/utility/image_writer/
image_writer_stub.cc 17 void ImageWriter::UnmountVolumes(const base::Closure& continuation) {
  /external/chromium_org/chromecast/media/cma/base/
coded_frame_provider.h 42 virtual void Flush(const base::Closure& flush_cb) = 0;
media_task_runner.h 30 const base::Closure& task,
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.h 49 const base::Closure& callback,
52 const base::Closure& callback,
56 const base::Closure& callback,
81 void PostDelayedTask(const base::Closure& callback);
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...]

Completed in 730 milliseconds

1 2 3 4 5 6 78 91011>>