HomeSort by relevance Sort by last modified time
    Searched refs:PostDelayedTask (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /external/libchrome/base/message_loop/
message_loop.cc 269 void MessageLoop::PostDelayedTask(
273 task_runner_->PostDelayedTask(from_here, task, delay);
message_loop.h 167 // with normal UI or IO event processing. With the PostDelayedTask variant,
178 // PostDelayedTask(from_here, task, 0).
185 void PostDelayedTask(const tracked_objects::Location& from_here,
  /external/libweave/src/privet/
cloud_delegate.cc 129 task_runner_->PostDelayedTask(
285 return task_runner_->PostDelayedTask(
security_manager.cc 308 task_runner_->PostDelayedTask(
366 task_runner_->PostDelayedTask(
privet_handler_unittest.cc     [all...]
mock_delegates.h 55 MOCK_METHOD3(PostDelayedTask,
  /system/connectivity/shill/
connection_health_checker.cc 339 dispatcher_->PostDelayedTask(verify_sent_data_callback_.callback(),
370 dispatcher_->PostDelayedTask(verify_sent_data_callback_.callback(),
active_link_monitor.cc 342 dispatcher_->PostDelayedTask(send_request_callback_.callback(),
http_request.cc 261 dispatcher_->PostDelayedTask(timeout_closure_.callback(),
active_link_monitor_unittest.cc 254 PostDelayedTask(_, transmit_period_milliseconds));
259 PostDelayedTask(_, GetCurrentTestPeriodMilliseconds()));
http_proxy.cc 201 dispatcher_->PostDelayedTask(transaction_timeout_.callback(),
587 dispatcher_->PostDelayedTask(idle_timeout_.callback(),
crypto_util_proxy.cc 195 dispatcher_->PostDelayedTask(shim_job_timeout_callback_.callback(),
crypto_util_proxy_unittest.cc 148 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _));
dns_client.cc 382 dispatcher_->PostDelayedTask(timeout_closure_.callback(),
process_manager.cc 366 dispatcher_->PostDelayedTask(termination_callback->callback(),
  /external/libweave/examples/daemon/oven/
oven.cc 251 task_runner_->PostDelayedTask(
  /external/libweave/src/commands/
command_queue.cc 126 task_runner_->PostDelayedTask(
command_queue_unittest.cc 156 task_runner_.PostDelayedTask(FROM_HERE, base::Bind(remove_task, id2),
  /system/connectivity/shill/wifi/
mac80211_monitor.cc 109 dispatcher_->PostDelayedTask(check_queues_callback_.callback(),
scan_session.cc 266 dispatcher_->PostDelayedTask(Bind(&ScanSession::ReInitiateScan,
wake_on_wifi.cc 142 dispatcher_->PostDelayedTask(report_metrics_callback_.callback(),
    [all...]
  /system/core/crash_reporter/
list_proxies.cc 135 base::MessageLoop::current()->PostDelayedTask(
  /system/update_engine/update_manager/
evaluation_context.cc 219 timeout_event_ = MessageLoop::current()->PostDelayedTask(
  /system/connectivity/shill/net/
netlink_manager.cc 569 MessageLoop::current()->PostDelayedTask(
837 MessageLoop::current()->PostDelayedTask(
  /system/connectivity/shill/vpn/
vpn_driver.cc 282 dispatcher_->PostDelayedTask(

Completed in 1203 milliseconds

1 2 3 45 6 7