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

  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_unittest.cc 15 void DoNothing() {
23 const base::Closure task = base::Bind(&DoNothing);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DoNothing.java 23 public class DoNothing extends BroadcastReceiver {
  /external/chromium_org/base/
bind_helpers.cc 11 void DoNothing() {
deferred_sequenced_task_runner_unittest.cc 57 void DoNothing(ExecuteTaskOnDestructor* object) {
167 base::Bind(&DeferredSequencedTaskRunnerTest::DoNothing,
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 43 static void DoNothing(int unused) {}
152 act.sa_handler = &DoNothing;
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc 43 static void DoNothing(int unused) {}
150 act.sa_handler = &DoNothing;
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 25 void DoNothing(bool error) {
112 base::Bind(&DoNothing));
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
consoletask.cc 45 static void DoNothing(int unused) {}
156 act.sa_handler = &DoNothing;
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_unittest.py 20 super(DoNothingPageTest, self).__init__('DoNothing', action_name_to_run)
22 def DoNothing(self, page, tab, results):
  /external/chromium_org/chromeos/cryptohome/
cryptohome_library.cc 29 void DoNothing(DBusMethodCallStatus call_status) {}
65 base::Bind(&DoNothing));
  /external/chromium/base/
message_pump_glib_unittest.cc 125 void DoNothing() {
207 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
212 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
218 injector()->AddEvent(0, NewRunnableFunction(DoNothing));
222 injector()->AddEvent(10, NewRunnableFunction(DoNothing));
375 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
376 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
406 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
407 MessageLoop::current()->PostTask(FROM_HERE, NewRunnableFunction(DoNothing));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 240 void DoNothing() {}
  /external/protobuf/src/google/protobuf/stubs/
common.cc 236 void DoNothing() {}
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 74 base::Bind(&base::DoNothing),
194 base::Bind(&base::DoNothing));
462 base::Bind(&base::DoNothing));
488 base::Bind(&base::DoNothing));
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 254 return DoNothing(event_args);
542 GoogleStreamingRemoteEngine::DoNothing(const FSMEventArgs&) {
speech_recognizer_impl.cc 359 return DoNothing(event_args);
438 return DoNothing(event_args);
451 return DoNothing(event_args);
756 SpeechRecognizerImpl::DoNothing(const FSMEventArgs&) const {
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 160 NewRunnableMethod(this, &ImageBurnTaskProxy::DoNothing));
163 void DoNothing() {}
  /external/chromium_org/chrome/browser/extensions/
event_router.cc 68 void DoNothing(ExtensionHost* host) {}
763 base::Bind(&DoNothing));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 280 enum InvalidURLAction { DoNothing, Complain };
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 513 static void DoNothing(void*) { }
518 wrapper->destructor_ = &Wrapper::DoNothing;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
646 ArgEffect ReceiverEff = DoNothing,
653 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
658 DoNothing, MayEscape);
896 case DoNothing:
975 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
    [all...]

Completed in 727 milliseconds