Home
last modified time | relevance | path

Searched refs:DoWork (Results 1 – 23 of 23) sorted by relevance

/external/chromium/net/base/
Dtest_completion_callback_unittest.cc50 void DoWork();
65 void ExampleEmployer::ExampleWorker::DoWork() { in DoWork() function in ExampleEmployer::ExampleWorker
109 NewRunnableMethod(request_.get(), &ExampleWorker::DoWork), true)) { in DoSomething()
/external/chromium/chrome/browser/sync/glue/
Ddatabase_model_worker_unittest.cc40 &DatabaseModelWorkerTest::DoWork)); in ScheduleWork()
47 void DoWork() { in DoWork() function in __anonab96dba10111::DatabaseModelWorkerTest
Dui_model_worker_unittest.cc28 virtual void DoWork() { in DoWork() function in UIModelWorkerVisitor
49 &UIModelWorkerVisitor::DoWork)); in SyncShare()
/external/chromium/chrome/browser/policy/
Dcloud_policy_controller.cc97 DoWork(); in Retry()
270 DoWork(); in DoDelayedWork()
273 void CloudPolicyController::DoWork() { in DoWork() function in policy::CloudPolicyController
Dcloud_policy_controller.h122 void DoWork();
/external/chromium/base/
Dmessage_pump.h28 virtual bool DoWork() = 0;
Dmessage_pump_win.cc203 more_work_is_plausible |= state_->delegate->DoWork(); in DoRunLoop()
298 if (state_->delegate->DoWork()) in HandleWorkMessage()
454 bool more_work_is_plausible = state_->delegate->DoWork(); in DoRunLoop()
Dmessage_pump_default.cc23 bool did_work = delegate->DoWork(); in Run()
Dmessage_pump_glib.cc214 more_work_is_plausible |= state_->delegate->DoWork(); in RunWithDispatcher()
284 if (state_->delegate->DoWork()) { in HandleDispatch()
Dmessage_pump_mac.mm256 // Call DoWork and DoDelayedWork once, and if something was done, arrange to
258 bool did_work = delegate_->DoWork();
603 // #2 MessagePumpCFRunLoopBase::DoWork()
610 // -performClick: spins a nested run loop. If the pool created in DoWork was a
612 // autoreleased into it once DoWork released it. This would cause the window
Dmessage_pump_libevent.cc222 bool did_work = delegate->DoWork(); in Run()
Dmessage_loop.h443 virtual bool DoWork();
Dmessage_loop.cc557 bool MessageLoop::DoWork() { in DoWork() function in MessageLoop
/external/chromium/third_party/libjingle/source/talk/base/
Dnethelpers.h59 virtual void DoWork();
Dautodetectproxy.h70 virtual void DoWork();
Dsignalthread.h94 virtual void DoWork() = 0;
Dasynchttprequest.h93 virtual void DoWork();
Dasynchttprequest.cc104 void AsyncHttpRequest::DoWork() { in DoWork() function in talk_base::AsyncHttpRequest
Dsignalthread.cc150 DoWork(); in Run()
Dautodetectproxy.cc48 void AutoDetectProxy::DoWork() { in DoWork() function in talk_base::AutoDetectProxy
Dnethelpers.cc49 void AsyncResolver::DoWork() { in DoWork() function in talk_base::AsyncResolver
/external/valgrind/unittest/
Dposix_tests.cc1169 void DoWork(int index) { in DoWork() function
1177 void Worker0() { DoWork(0); } in Worker0()
1178 void Worker1() { DoWork(1); } in Worker1()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff868 > // thread actually is done. We got here because DoWork() finished and
895 > // call Release. DoWork, OnWorkStart and OnWorkStop are called again,