HomeSort by relevance Sort by last modified time
    Searched defs:DoWork (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 104 void AsyncHttpRequest::DoWork() {
autodetectproxy.cc 48 void AutoDetectProxy::DoWork() {
nethelpers.cc 49 void AsyncResolver::DoWork() {
  /external/webrtc/src/system_wrappers/source/
trace_unittest.cc 35 virtual bool DoWork() {
cpu_measurement_harness.cc 67 // will be longer if calling DoWork() is not negligable and/or called many
79 if (!DoWork()) {
118 bool CpuMeasurementHarness::DoWork() {
120 if (!cpu_target_->DoWork()) {
  /external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc 36 // Schedule DoWork to be executed on the DB thread and have the test fail if
37 // DoWork hasn't executed within 10 seconds.
40 &DatabaseModelWorkerTest::DoWork));
47 void DoWork() {
56 // DoWork is called first.
ui_model_worker_unittest.cc 28 virtual void DoWork() {
49 &UIModelWorkerVisitor::DoWork));
  /external/chromium/net/base/
test_completion_callback_unittest.cc 50 void DoWork();
65 void ExampleEmployer::ExampleWorker::DoWork() {
109 NewRunnableMethod(request_.get(), &ExampleWorker::DoWork), true)) {
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 97 DoWork();
270 DoWork();
273 void CloudPolicyController::DoWork() {
  /external/chromium/base/
message_loop.cc 557 bool MessageLoop::DoWork() {
  /external/stressapptest/src/
worker.cc     [all...]

Completed in 330 milliseconds