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

<<21222324252627282930>>

  /external/chromium_org/chromeos/memory/
low_memory_listener.cc 54 void StartObservingOnFileThread(const base::Closure& low_memory_callback);
101 base::Closure low_memory_callback_;
107 const base::Closure& low_memory_callback) {
174 base::Closure memory_low_callback =
  /external/chromium_org/chromeos/settings/
cros_settings_provider.h 57 const base::Closure& callback) = 0;
  /external/chromium_org/components/webdata/common/
web_data_service_base.h 39 typedef base::Closure DBLoadedCallback;
  /external/chromium_org/content/browser/
browser_thread_impl.h 54 const base::Closure& task,
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.h 53 const base::Closure& complete_callback);
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 53 void GamepadService::RegisterForUserGesture(const base::Closure& closure) {
56 provider_->RegisterForUserGesture(closure);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 64 virtual void Flush(const base::Closure& callback) OVERRIDE;
view_http_cache_job_factory.cc 58 int Start(const net::URLRequest& request, const base::Closure& callback);
81 base::Closure user_callback_;
93 base::Closure callback_;
131 const base::Closure& callback) {
  /external/chromium_org/content/browser/renderer_host/
backing_store.h 62 const base::Closure& completion_callback,
backing_store_aura.h 47 const base::Closure& completion_callback,
backing_store_win.h 34 const base::Closure& completion_callback,
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host.h 62 base::Closure cancel_callback_;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 45 void OpenExisting(const GURL& root_url, const base::Closure& callback);
96 const base::Closure& callback,
140 void CreateQuotaReservation(const base::Closure& callback);
142 const base::Closure& callback,
  /external/chromium_org/content/public/test/
browser_test_base.cc 66 void RunTaskOnRendererThread(const base::Closure& task,
67 const base::Closure& quit_task) {
222 new base::Closure(
262 const base::Closure& task) {
test_utils.cc 32 static void DeferredQuitRunLoop(const base::Closure& quit_task,
44 const base::Closure& quit_task) {
129 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop) {
157 // Do not run the message loop if our quit closure has already been called.
158 // This helps in scenarios where the closure has a chance to run before
167 base::Closure MessageLoopRunner::QuitClosure() {
  /external/chromium_org/content/renderer/media/crypto/
content_decryption_module_factory.h 34 const base::Closure& destroy_plugin_cb,
  /external/chromium_org/content/test/
test_media_stream_client.cc 51 const base::Closure& error_cb,
  /external/chromium_org/crypto/
nss_util.h 117 CRYPTO_EXPORT bool IsTPMTokenReady(const base::Closure& callback)
  /external/chromium_org/google_apis/drive/
drive_common_callbacks.h 54 // Closure for canceling a certain request. Each request-issuing method returns
55 // this type of closure. If it is called during the request is in-flight, the
58 typedef base::Closure CancelCallback;
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 73 virtual void SetContextLostCallback(const base::Closure& callback) = 0;
  /external/chromium_org/media/base/
audio_renderer_mixer_input.h 71 base::Closure error_cb_;
data_source.h 51 virtual void Stop(const base::Closure& callback) = 0;
demuxer.h 69 virtual void Stop(const base::Closure& callback) = 0;
serial_runner.h 24 // SerialRunner doesn't use regular Closure/PipelineStatusCBs as it late binds
28 typedef base::Callback<void(const base::Closure&)> BoundClosure;
stream_parser.h 95 const base::Closure& end_of_segment_cb,

Completed in 923 milliseconds

<<21222324252627282930>>