/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
enrollment_screen_handler.h | 47 virtual void ResetAuth(const base::Closure& callback) OVERRIDE; 112 std::vector<base::Closure> auth_reset_callbacks_;
|
/external/chromium_org/chrome/common/ |
service_process_util_posix.h | 45 explicit ServiceProcessTerminateMonitor(const base::Closure& terminate_task); 53 base::Closure terminate_task_;
|
/external/chromium_org/chrome/test/base/ |
view_event_test_base.h | 121 base::Closure CreateEventTask(T* target, Method method) { 137 void RunTestMethod(const base::Closure& task);
|
/external/chromium_org/chromeos/dbus/ |
fake_nfc_adapter_client.h | 47 const base::Closure& callback, 51 const base::Closure& callback,
|
fake_power_manager_client.cc | 50 base::Closure FakePowerManagerClient::GetSuspendReadinessCallback() { 51 return base::Closure();
|
nfc_adapter_client.h | 105 const base::Closure& callback, 111 const base::Closure& callback,
|
shill_device_client.cc | 74 const base::Closure& callback, 110 const base::Closure& callback, 123 const base::Closure& callback, 136 const base::Closure& callback, 150 const base::Closure& callback, 163 const base::Closure& callback, 175 const base::Closure& callback, 186 const base::Closure& callback,
|
/external/chromium_org/chromeos/network/ |
managed_network_configuration_handler.h | 82 const base::Closure& callback, 101 const base::Closure& callback,
|
mock_managed_network_configuration_handler.h | 39 const base::Closure& callback, 50 const base::Closure& callback,
|
/external/chromium_org/components/dom_distiller/content/ |
distiller_page_web_contents_browsertest.cc | 41 void DistillPage(const base::Closure& quit_closure, const std::string& url) { 58 base::Closure quit_closure_;
|
/external/chromium_org/components/policy/core/common/ |
policy_service_impl.h | 48 virtual void RefreshPolicies(const base::Closure& callback) OVERRIDE; 92 std::vector<base::Closure> refresh_callbacks_;
|
/external/chromium_org/content/browser/media/ |
webrtc_identity_store.h | 65 // Returns the Closure used to cancel the request if the request is accepted. 66 // The Closure can only be called before the request completes. 67 virtual base::Closure RequestIdentity(const GURL& origin, 76 const base::Closure& callback);
|
/external/chromium_org/content/browser/ |
startup_task_runner.cc | 34 const base::Closure next_task = 76 const base::Closure next_task =
|
/external/chromium_org/content/public/test/ |
test_utils.h | 48 base::Closure GetQuitTaskForRunLoop(base::RunLoop* run_loop); 65 // Run the current MessageLoop unless the quit closure 72 // Hand this closure off to code that uses callbacks to notify completion. 77 base::Closure QuitClosure(); 86 // True after closure returned by |QuitClosure| has been called.
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_stub.cc | 20 const base::Closure& bind_callback) OVERRIDE; 38 const base::Closure& bind_callback) {
|
/external/chromium_org/jingle/glue/ |
channel_socket_adapter.h | 38 void SetOnDestroyedCallback(const base::Closure& callback); 67 base::Closure destruction_callback_;
|
/external/chromium_org/media/base/android/ |
audio_decoder_job.cc | 34 const base::Closure& request_data_cb) { 47 const base::Closure& request_data_cb)
|
video_decoder_job.cc | 32 const base::Closure& request_data_cb) { 44 const base::Closure& request_data_cb)
|
/external/chromium_org/media/base/ |
test_helpers.h | 27 base::Closure NewExpectedClosure(); 39 // Returns a thread-safe closure that will signal |this| when executed. 40 base::Closure GetClosure();
|
/external/chromium_org/media/cast/ |
cast_environment.h | 54 const base::Closure& task); 58 const base::Closure& task,
|
/external/chromium_org/media/mp2t/ |
mp2t_stream_parser.h | 39 const base::Closure& end_of_segment_cb, 101 base::Closure end_of_segment_cb_;
|
/external/chromium_org/media/mp3/ |
mp3_stream_parser.h | 34 const base::Closure& end_of_segment_cb, 52 base::Closure end_of_segment_cb_;
|
/external/chromium_org/media/tools/player_x11/ |
data_source_logger.cc | 9 static void LogAndRunStopClosure(const base::Closure& closure) { 11 closure.Run(); 33 void DataSourceLogger::Stop(const base::Closure& closure) { 35 data_source_->Stop(base::Bind(&LogAndRunStopClosure, closure));
|
/external/chromium_org/ppapi/proxy/ |
ppb_message_loop_proxy.h | 50 base::Closure closure; member in struct:ppapi::proxy::MessageLoopResource::TaskInfo 59 // NOTE: The given closure will be run *WITHOUT* acquiring the Proxy lock. 63 const base::Closure& closure,
|
/external/chromium_org/remoting/base/ |
plugin_thread_task_runner.cc | 88 const base::Closure& task, 123 const base::Closure& task, 140 base::Closure closure = base::Bind(&PluginThreadTaskRunner::RunTasks, this); local 144 new base::Closure(closure)); 160 base::Closure closure = local 165 new base::Closure(closure)); [all...] |