/external/chromium_org/chrome_frame/ |
task_marshaller.cc | 20 const tracked_objects::Location& from_here, const base::Closure& task) { 40 const base::Closure& task, 79 base::Closure TaskMarshallerThroughMessageQueue::PopTask() { 82 return base::Closure(); 84 base::Closure task = pending_tasks_.front(); 91 base::Closure task;
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_device_client.h | 135 const base::Closure& callback, 141 const base::Closure& callback, 149 const base::Closure& callback, 156 const base::Closure& callback, 163 const base::Closure& callback, 169 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, 149 const base::Closure& callback, 169 const base::Closure& callback, 175 const base::Closure& callback, 181 const base::Closure& callback [all...] |
/external/chromium_org/chromeos/network/ |
network_configuration_handler.h | 71 const base::Closure& callback, 82 const base::Closure& callback, 100 const base::Closure& callback, 107 const base::Closure& callback, 138 const base::Closure& callback); 150 const base::Closure& callback,
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.h | 48 const base::Closure& callback, 52 const base::Closure& callback, 55 const base::Closure& callback, 117 void OnSetPowered(const base::Closure& callback, 122 void OnStartDiscovery(const base::Closure& callback); 128 void OnStopDiscovery(const base::Closure& callback);
|
/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, 86 void OnSetPowered(const base::Closure& callback, 91 void OnStartPolling(const base::Closure& callback); 97 void OnStopPolling(const base::Closure& callback);
|
/external/chromium_org/remoting/protocol/ |
host_control_dispatcher.cc | 40 writer_.Write(SerializeAndFrameMessage(message), base::Closure()); 47 writer_.Write(SerializeAndFrameMessage(message), base::Closure()); 54 writer_.Write(SerializeAndFrameMessage(control_message), base::Closure()); 60 writer_.Write(SerializeAndFrameMessage(message), base::Closure()); 67 writer_.Write(SerializeAndFrameMessage(message), base::Closure()); 71 scoped_ptr<ControlMessage> message, const base::Closure& done_task) {
|
/external/chromium_org/base/test/ |
sequenced_task_runner_test_template.h | 45 const Closure& task); 50 const Closure& task); 55 const Closure& task, 74 void RunTask(const Closure& task, int task_i); 145 this->task_tracker_->PostWrappedNonNestableTask(task_runner, Closure()); 168 this->task_tracker_->PostWrappedNestableTask(task_runner, Closure()); 198 Closure(), 221 Closure task = Bind( 255 task_runner, Closure(), kDelay); 288 task_runner, Closure(), kDelay) [all...] |
/external/valgrind/unittest/ |
thread_wrappers.h | 163 struct Closure { 185 static Closure *NewCallback(void (*f)()) { 186 Closure *res = new Closure; 195 Closure *NewCallback(void (*f)(P1), P1 p1) { 197 Closure *res = new Closure; 206 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) { 209 Closure *res = new Closure; 273 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); local [all...] |
/external/chromium_org/base/message_loop/ |
incoming_task_queue.h | 37 const Closure& task, 45 const Closure& task);
|
message_loop_proxy_impl.cc | 23 const base::Closure& task, 31 const base::Closure& task,
|
/external/chromium_org/base/ |
pending_task.cc | 18 const base::Closure& task) 27 const base::Closure& task,
|
sequenced_task_runner.h | 112 const Closure& task); 116 const Closure& task,
|
/external/chromium_org/base/prefs/ |
pref_change_registrar.h | 43 void Add(const char* path, const base::Closure& obs); 70 static void InvokeUnnamedCallback(const base::Closure& callback,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
oauth2_token_fetcher.h | 50 const base::Closure& task, 51 const base::Closure& error_handler);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
policy_cert_verifier.h | 38 explicit PolicyCertVerifier(const base::Closure& anchor_used_callback); 64 base::Closure anchor_used_callback_;
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_runner.h | 51 void RunProbe(const base::Closure& callback); 72 base::Closure callback_;
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor_util.h | 24 const base::Closure& request, 25 const base::Closure& reply);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter.h | 52 const base::Closure& callback); 84 base::Closure callback_;
|
/external/chromium_org/chrome/browser/search_engines/ |
search_provider_install_data.h | 57 void CallWhenLoaded(const base::Closure& closure); 87 std::vector<base::Closure> closure_queue_;
|
/external/chromium_org/chrome/browser/sync/ |
abstract_profile_sync_service_test.h | 61 const base::Closure& callback() const; 67 base::Closure callback_;
|
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
webstore_provider.h | 51 void set_webstore_search_fetched_callback(const base::Closure& callback) { 57 base::Closure webstore_search_fetched_callback_;
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_delegate_nss.h | 39 const base::Closure& initialization_complete_callback) 55 void DidGetSlot(const base::Closure& callback, crypto::ScopedPK11Slot slot);
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_linux.h | 30 const base::Closure& on_should_dismiss); 62 base::Closure on_should_dismiss_;
|
/external/chromium_org/chrome/test/chromedriver/net/ |
port_server.h | 20 PortReservation(const base::Closure& on_free_func, int port); 26 base::Closure on_free_func_;
|