/external/chromium/net/base/ |
D | test_completion_callback_unittest.cc | 50 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/ |
D | database_model_worker_unittest.cc | 40 &DatabaseModelWorkerTest::DoWork)); in ScheduleWork() 47 void DoWork() { in DoWork() function in __anonab96dba10111::DatabaseModelWorkerTest
|
D | ui_model_worker_unittest.cc | 28 virtual void DoWork() { in DoWork() function in UIModelWorkerVisitor 49 &UIModelWorkerVisitor::DoWork)); in SyncShare()
|
/external/chromium/chrome/browser/policy/ |
D | cloud_policy_controller.cc | 97 DoWork(); in Retry() 270 DoWork(); in DoDelayedWork() 273 void CloudPolicyController::DoWork() { in DoWork() function in policy::CloudPolicyController
|
D | cloud_policy_controller.h | 122 void DoWork();
|
/external/chromium/base/ |
D | message_pump.h | 28 virtual bool DoWork() = 0;
|
D | message_pump_win.cc | 203 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()
|
D | message_pump_default.cc | 23 bool did_work = delegate->DoWork(); in Run()
|
D | message_pump_glib.cc | 214 more_work_is_plausible |= state_->delegate->DoWork(); in RunWithDispatcher() 284 if (state_->delegate->DoWork()) { in HandleDispatch()
|
D | message_pump_mac.mm | 256 // 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
|
D | message_pump_libevent.cc | 222 bool did_work = delegate->DoWork(); in Run()
|
D | message_loop.h | 443 virtual bool DoWork();
|
D | message_loop.cc | 557 bool MessageLoop::DoWork() { in DoWork() function in MessageLoop
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | nethelpers.h | 59 virtual void DoWork();
|
D | autodetectproxy.h | 70 virtual void DoWork();
|
D | signalthread.h | 94 virtual void DoWork() = 0;
|
D | asynchttprequest.h | 93 virtual void DoWork();
|
D | asynchttprequest.cc | 104 void AsyncHttpRequest::DoWork() { in DoWork() function in talk_base::AsyncHttpRequest
|
D | signalthread.cc | 150 DoWork(); in Run()
|
D | autodetectproxy.cc | 48 void AutoDetectProxy::DoWork() { in DoWork() function in talk_base::AutoDetectProxy
|
D | nethelpers.cc | 49 void AsyncResolver::DoWork() { in DoWork() function in talk_base::AsyncResolver
|
/external/valgrind/unittest/ |
D | posix_tests.cc | 1169 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/ |
D | mods-since-v0_4_0.diff | 868 > // thread actually is done. We got here because DoWork() finished and 895 > // call Release. DoWork, OnWorkStart and OnWorkStop are called again,
|