HomeSort by relevance Sort by last modified time
    Searched refs:DoWork (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/third_party/webrtc/base/
autodetectproxy.h 65 virtual void DoWork();
signalthread.h 31 // call Release. DoWork, OnWorkStart and OnWorkStop are called again,
33 // The subclass should override DoWork() to perform the background task. By
80 virtual void DoWork() = 0;
asynchttprequest.cc 90 void AsyncHttpRequest::DoWork() {
signalthread.cc 116 // thread actually is done. We got here because DoWork() finished and
135 DoWork();
nethelpers.cc 83 void AsyncResolver::DoWork() {
proxy_unittest.cc 39 DoWork();
signalthread_unittest.cc 52 virtual void DoWork() {
  /external/chromium_org/tools/gn/
scheduler.h 64 void DoWork(const base::Closure& closure);
header_checker.h 98 void DoWork(const Target* target, const SourceFile& file);
header_checker.cc 185 base::Bind(&HeaderChecker::DoWork, this,
195 void HeaderChecker::DoWork(const Target* target, const SourceFile& file) {
  /external/chromium_org/base/message_loop/
message_pump_glib.cc 82 // we run DoWork and/or DoDelayedWork. That part will also run in the other
84 // - We also run DoWork, DoDelayedWork, and possibly DoIdleWork in the main
267 if (state_->delegate->DoWork()) {
313 more_work_is_plausible |= state_->delegate->DoWork();
message_pump_android.cc 32 // we call DoWork() / DoDelayedWork().
35 bool did_work = delegate->DoWork();
message_pump_win.cc 202 more_work_is_plausible |= state_->delegate->DoWork();
301 if (state_->delegate->DoWork())
479 bool more_work_is_plausible = state_->delegate->DoWork();
message_loop.h 448 virtual bool DoWork() OVERRIDE;
message_pump_libevent.cc 232 bool did_work = delegate->DoWork();
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 67 /* wakeup DoWork() if it's sleeping */
71 * if DoWork() is sleeping, Work()'s called one more time at this moment.
72 * if DoWork()::wi->Work() called ScheduleWork() (self-rescheduling),
145 * 2. if Run() locks executing_lock first, DoWork() is called and
157 DoWork(wi);
166 void WorkQueue::DoWork(WorkableInterface *wi)
  /external/chromium_org/net/dns/
serial_worker_unittest.cc 24 virtual void DoWork() OVERRIDE {
105 // Cancel the worker to catch if it makes a late DoWork call.
dns_config_service_posix.cc 266 virtual void DoWork() OVERRIDE {
301 // Written in DoWork, read in OnWorkFinished, no locking necessary.
317 virtual void DoWork() OVERRIDE {
335 // Written in DoWork, read in OnWorkFinished, no locking necessary.
  /external/chromium_org/ppapi/proxy/
file_io_resource.h 117 int32_t DoWork();
138 int32_t DoWork();
163 int32_t DoWork();
file_io_resource.cc 58 int32_t FileIOResource::QueryOp::DoWork() {
74 int32_t FileIOResource::ReadOp::DoWork() {
95 int32_t FileIOResource::WriteOp::DoWork() {
213 Bind(&FileIOResource::QueryOp::DoWork, query_op),
479 Bind(&FileIOResource::ReadOp::DoWork, read_op),
521 Bind(&FileIOResource::WriteOp::DoWork, write_op),
613 Bind(&FileIOResource::WriteOp::DoWork, write_op),
  /external/chromium_org/base/test/
test_support_android.cc 99 more_work_is_plausible = g_state->delegate->DoWork();
  /external/chromium_org/content/public/test/
nested_message_pump_android.cc 73 bool did_work = state_->delegate->DoWork();
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 123 bool BluetoothPrivateSetAdapterStateFunction::DoWork(
235 bool BluetoothPrivateSetPairingResponseFunction::DoWork(
  /external/stressapptest/src/
worker.h 718 virtual bool DoWork(int fd);
774 virtual bool DoWork(int fd);
  /external/chromium_org/mojo/common/
message_pump_mojo.cc 151 more_work_is_plausible |= delegate->DoWork();

Completed in 727 milliseconds

12 3