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

  /external/chromium_org/third_party/webrtc/base/
nethelpers.cc 83 void AsyncResolver::DoWork() {
asynchttprequest.cc 90 void AsyncHttpRequest::DoWork() {
autodetectproxy.cc 41 void AutoDetectProxy::DoWork() {
signalthread_unittest.cc 52 virtual void 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/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 94 FROM_HERE, base::Bind(&Scheduler::DoWork,
136 void Scheduler::DoWork(const base::Closure& closure) {
header_checker.cc 185 base::Bind(&HeaderChecker::DoWork, this,
195 void HeaderChecker::DoWork(const Target* target, const SourceFile& file) {
  /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_org/extensions/browser/api/bluetooth/
bluetooth_api.cc 103 bool BluetoothGetAdapterStateFunction::DoWork(
114 bool BluetoothGetDevicesFunction::DoWork(
141 bool BluetoothGetDeviceFunction::DoWork(
171 bool BluetoothStartDiscoveryFunction::DoWork(
191 bool BluetoothStopDiscoveryFunction::DoWork(
bluetooth_private_api.cc 123 bool BluetoothPrivateSetAdapterStateFunction::DoWork(
235 bool BluetoothPrivateSetPairingResponseFunction::DoWork(
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.cc 91 return DoWork();
113 bool GcmRegisterFunction::DoWork() {
138 bool GcmUnregisterFunction::DoWork() {
158 bool GcmSendFunction::DoWork() {
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 135 base::Bind(&BluetoothLowEnergyExtensionFunction::DoWork, this)))) {
143 bool BluetoothLowEnergyConnectFunction::DoWork() {
186 bool BluetoothLowEnergyDisconnectFunction::DoWork() {
223 bool BluetoothLowEnergyGetServiceFunction::DoWork() {
256 bool BluetoothLowEnergyGetServicesFunction::DoWork() {
287 bool BluetoothLowEnergyGetCharacteristicFunction::DoWork() {
324 bool BluetoothLowEnergyGetCharacteristicsFunction::DoWork() {
368 bool BluetoothLowEnergyGetIncludedServicesFunction::DoWork() {
401 bool BluetoothLowEnergyGetDescriptorFunction::DoWork() {
437 bool BluetoothLowEnergyGetDescriptorsFunction::DoWork() {
    [all...]
  /external/chromium_org/ppapi/proxy/
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/message_loop/
message_loop.cc 544 bool MessageLoop::DoWork() {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 490 virtual void DoWork() {
    [all...]

Completed in 657 milliseconds