HomeSort by relevance Sort by last modified time
    Searched refs:Closure (Results 51 - 75 of 1507) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.h 38 const base::Closure& callback,
44 const base::Closure& callback,
50 const base::Closure& callback,
  /external/chromium_org/device/nfc/
nfc_peer.h 49 typedef base::Closure ErrorCallback;
73 const base::Closure& callback,
80 const base::Closure& callback,
  /external/chromium_org/base/
deferred_sequenced_task_runner.h 31 const Closure& task,
38 const Closure& task,
53 Closure task;
63 const Closure& task,
at_exit.h 46 static void RegisterTask(base::Closure task);
61 std::stack<base::Closure> stack_;
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.cc 18 const base::Closure& completion_callback) {
mock_browsing_data_appcache_helper.h 16 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.h 26 const base::Closure& completion_callback);
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_load_observer.cc 7 DictionaryLoadObserver::DictionaryLoadObserver(const base::Closure& quit_task)
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_factory.h 24 const base::Closure& on_should_dismiss) = 0;
  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui_stub.cc 15 virtual void OnStarted(const base::Closure& stop_callback) OVERRIDE {
  /external/chromium_org/chrome/test/base/
history_index_restore_observer.cc 8 const base::Closure& task)
  /external/chromium_org/chrome_frame/
task_marshaller.h 39 const base::Closure& task);
41 const base::Closure& task,
49 inline base::Closure PopTask();
57 std::queue<base::Closure> pending_tasks_;
  /external/chromium_org/content/browser/
histogram_synchronizer.h 74 const base::Closure& callback,
115 const base::Closure& callback);
121 const base::Closure& callback);
132 base::Closure callback_;
  /external/chromium_org/content/public/browser/
browser_accessibility_state.h 40 virtual void AddHistogramCallback(base::Closure callback) = 0;
histogram_fetcher.h 28 const base::Closure& callback,
  /external/chromium_org/google_apis/drive/
task_util.cc 12 const base::Closure& task) {
  /external/chromium_org/net/ssl/
client_cert_store.h 29 const base::Closure& callback) = 0;
  /external/chromium_org/remoting/host/win/
session_desktop_environment.h 31 const base::Closure& inject_sas);
34 base::Closure inject_sas_;
46 const base::Closure& inject_sas);
55 base::Closure inject_sas_;
  /external/chromium_org/remoting/protocol/
audio_stub.h 22 const base::Closure& done) = 0;
video_stub.h 20 const base::Closure& done) = 0;
  /external/chromium_org/ui/base/test/
ui_controls.h 22 // Many of the functions in this class include a variant that takes a Closure.
23 // The version that takes a Closure waits until the generated event is
24 // processed. Once the generated event is processed the Closure is Run (and
26 // the correct type (key down, mouse click, etc.) will trigger the Closure to be
59 const base::Closure& task);
65 const base::Closure& task);
85 const base::Closure& task);
91 // Runs |closure| after processing all pending ui events.
92 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure);
    [all...]
ui_controls_aura.h 33 const base::Closure& task) = 0;
39 const base::Closure& task) = 0;
46 const base::Closure& task) = 0;
50 // Runs |closure| after processing all pending ui events.
52 const base::Closure& closure) = 0;
  /external/chromium_org/ui/compositor/
layer_delegate.h 29 virtual base::Closure PrepareForLayerBoundsChange() = 0;
  /external/chromium_org/base/test/
test_pending_task.h 22 const Closure& task,
50 Closure task;
  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_scheduler.h 17 explicit MetricsReportingScheduler(const base::Closure& upload_callback);
53 const base::Closure upload_callback_;

Completed in 216 milliseconds

1 23 4 5 6 7 8 91011>>