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

  /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_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/media/base/
sinc_resampler_perftest.cc 21 static void DoNothing(int frames, float* destination) {}
57 base::Bind(&DoNothing));
  /external/chromium_org/media/filters/
video_frame_scheduler_unittest.cc 16 static void DoNothing(const scoped_refptr<VideoFrame>& frame) {
47 : scheduler_(base::Bind(&DoNothing)) {
52 : scheduler_(message_loop_.message_loop_proxy(), base::Bind(&DoNothing)) {
  /external/chromium_org/sandbox/linux/services/
scoped_process_unittest.cc 38 void DoNothing() {}
67 ScopedProcess process(base::Bind(&DoNothing));
95 ScopedProcess process1(base::Bind(&DoNothing));
yama_unittests.cc 134 void DoNothing() {}
141 ScopedProcess process1(base::Bind(&DoNothing));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc 45 static void DoNothing(int unused) {}
154 act.sa_handler = &DoNothing;
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_browsertest.cc 52 base::Bind(&base::DoNothing),
117 base::Bind(&base::DoNothing),
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 29 void DoNothing(bool error) {
143 base::Bind(&DoNothing));
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.cc 50 void DoNothing(ExternalPolicyDataFetcher::Job* job) {
129 base::Bind(&DoNothing, base::Owned(job)))));
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 83 static void DoNothing() {}
147 collection.Pass(), base::Bind(&DoNothing), base::Bind(&OnStatus),
149 base::Bind(&OnMetadata), base::Bind(&DoNothing),
150 base::Bind(&DoNothing));
  /external/chromium_org/remoting/ios/bridge/
client_instance.cc 24 void DoNothing() {}
55 base::Bind(&::DoNothing));
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 79 base::Bind(&base::DoNothing),
196 base::Bind(&base::DoNothing));
469 base::Bind(&base::DoNothing));
495 base::Bind(&base::DoNothing));
  /external/chromium_org/google_apis/gaia/
oauth2_token_service_request.cc 74 void DoNothing();
111 // (DoNothing) to retain "this" and ensure we are destroyed in the owner
118 base::Bind(&OAuth2TokenServiceRequest::Core::DoNothing, this));
141 void OAuth2TokenServiceRequest::Core::DoNothing() {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 240 void DoNothing() {}
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 28 DoNothing,
  /external/protobuf/src/google/protobuf/stubs/
common.cc 236 void DoNothing() {}
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 238 return DoNothing(event_args);
527 GoogleStreamingRemoteEngine::DoNothing(const FSMEventArgs&) {
speech_recognizer_impl.cc 359 return DoNothing(event_args);
438 return DoNothing(event_args);
451 return DoNothing(event_args);
754 SpeechRecognizerImpl::DoNothing(const FSMEventArgs&) const {
  /external/chromium_org/extensions/browser/
event_router.cc 44 void DoNothing(ExtensionHost* host) {}
691 base::Bind(&DoNothing));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 282 enum InvalidURLAction { DoNothing, Complain };
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 513 static void DoNothing(void*) { }
518 wrapper->destructor_ = &Wrapper::DoNothing;

Completed in 2471 milliseconds