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

1 2

  /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/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher_timer.cc 27 void DoWork();
55 this, &PanelMouseWatcherTimer::DoWork);
72 void PanelMouseWatcherTimer::DoWork() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.cc 107 void AsyncHttpRequest::DoWork() {
nethelpers.cc 73 void AsyncResolver::DoWork() {
autodetectproxy.cc 58 void AutoDetectProxy::DoWork() {
signalthread_unittest.cc 68 virtual void 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_org/chrome/browser/sync/glue/
browser_thread_model_worker_unittest.cc 41 // Schedule DoWork to be executed on the DB thread and have the test fail if
42 // DoWork hasn't executed within action_timeout().
46 base::Bind(&SyncBrowserThreadModelWorkerTest::DoWork,
57 syncer::SyncerError DoWork() {
67 // DoWork is called first.
ui_model_worker_unittest.cc 29 virtual syncer::SyncerError DoWork() {
51 syncer::WorkCallback c = base::Bind(&UIModelWorkerVisitor::DoWork,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
default_logger.h 39 static inline string DoWork(const T& s) {
46 static inline string DoWork(int n) {
68 impl_->WriteMessage(ConvertToString<T>::DoWork(value));
  /external/chromium_org/tools/gn/
scheduler.cc 68 FROM_HERE, base::Bind(&Scheduler::DoWork,
121 void Scheduler::DoWork(const base::Closure& closure) {
  /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_org/net/base/
test_completion_callback_unittest.cc 49 void DoWork();
64 void ExampleEmployer::ExampleWorker::DoWork() {
104 base::Bind(&ExampleWorker::DoWork, request_.get()),
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 97 DoWork();
270 DoWork();
273 void CloudPolicyController::DoWork() {
  /external/chromium_org/ppapi/proxy/
file_io_resource.cc 53 int32_t FileIOResource::QueryOp::DoWork() {
69 int32_t FileIOResource::ReadOp::DoWork() {
145 result = query_op->DoWork();
155 Bind(&FileIOResource::QueryOp::DoWork, query_op),
330 result = read_op->DoWork();
339 Bind(&FileIOResource::ReadOp::DoWork, read_op),
  /external/chromium/base/
message_loop.cc 557 bool MessageLoop::DoWork() {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 224 bool BluetoothGetProfilesFunction::DoWork(
254 bool BluetoothGetAdapterStateFunction::DoWork(
291 bool BluetoothGetDevicesFunction::DoWork(
345 bool BluetoothGetServicesFunction::DoWork(
380 bool BluetoothConnectFunction::DoWork(scoped_refptr<BluetoothAdapter> adapter) {
530 bool BluetoothSetOutOfBandPairingDataFunction::DoWork(
609 bool BluetoothGetLocalOutOfBandPairingDataFunction::DoWork(
631 bool BluetoothStartDiscoveryFunction::DoWork(
660 bool BluetoothStopDiscoveryFunction::DoWork(
  /external/chromium_org/base/message_loop/
message_loop.cc 587 bool MessageLoop::DoWork() {
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 257 // base::Bind(&DebugLogFileHelper::DoWork, base::Unretained(helper), ...),
277 void DoWork(const base::FilePath& fileshelf) {
384 base::Bind(&DebugLogFileHelper::DoWork,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 521 virtual void DoWork() {
    [all...]

Completed in 1720 milliseconds

1 2