Searched refs:DoNothing (Results 76 - 100 of 168) sorted by relevance

1234567

/external/chromium_org/dbus/
H A Dbus_unittest.cc155 base::Bind(&base::DoNothing)));
172 base::Bind(&base::DoNothing)));
/external/chromium_org/remoting/host/
H A Dchromoting_host_unittest.cc487 0, true, video_packet_sent, InvokeWithoutArgs(base::DoNothing));
530 0, true, video_packet_sent1, InvokeWithoutArgs(base::DoNothing));
537 1, true, video_packet_sent2, InvokeWithoutArgs(base::DoNothing));
559 0, true, video_packet_sent1, InvokeWithoutArgs(base::DoNothing));
563 1, true, video_packet_sent2, InvokeWithoutArgs(base::DoNothing));
699 InvokeWithoutArgs(base::DoNothing));
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc319 base::Bind(&base::DoNothing),
348 base::Bind(&base::DoNothing),
559 base::Bind(&base::DoNothing),
577 base::Bind(&base::DoNothing),
616 base::Bind(&base::DoNothing),
/external/chromium_org/chromeos/network/
H A Dnetwork_state_handler_unittest.cc413 base::Bind(&base::DoNothing), base::Bind(&ErrorCallbackFunction));
502 base::Bind(&base::DoNothing), base::Bind(&ErrorCallbackFunction));
512 base::Bind(&base::DoNothing), base::Bind(&ErrorCallbackFunction));
643 base::Bind(&base::DoNothing), base::Bind(&ErrorCallbackFunction));
652 base::Bind(&base::DoNothing), base::Bind(&ErrorCallbackFunction));
H A Dpolicy_applicator.cc244 base::Bind(&base::DoNothing),
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc227 base::Bind(&base::DoNothing),
585 base::Bind(&base::DoNothing),
590 base::Bind(&base::DoNothing),
H A Dfake_bluetooth_device_client.cc765 base::Bind(&base::DoNothing),
772 base::Bind(&base::DoNothing),
779 base::Bind(&base::DoNothing),
786 base::Bind(&base::DoNothing),
793 base::Bind(&base::DoNothing),
800 base::Bind(&base::DoNothing),
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc41 tracker_.reset(new AddressTrackerLinux(base::Bind(&base::DoNothing),
42 base::Bind(&base::DoNothing),
43 base::Bind(&base::DoNothing)));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder_unittest.cc212 base::Bind(&base::DoNothing),
230 base::Bind(&base::DoNothing),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model.cc242 base::Bind(&base::DoNothing),
H A Dshared_module_service.cc168 base::Bind(&base::DoNothing),
H A Dshared_module_service_unittest.cc150 base::Bind(&base::DoNothing),
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_unittest.cc125 base::Bind(&base::DoNothing),
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_chromeos.cc131 // block needs to follow the for loop, so that the DoNothing call on the FILE
136 base::Bind(&base::DoNothing),
/external/chromium_org/content/gpu/
H A Dgpu_watchdog_thread.cc185 base::Bind(&base::DoNothing));
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc68 base::Bind(&base::DoNothing),
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc240 void DoNothing() {} function in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc236 void DoNothing() {} function in namespace:google::protobuf
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc105 void DoNothing(bool) { function in namespace:__anon7731
1537 .Run(proxy_decryptor_->GetDecryptor(), base::Bind(DoNothing));
1658 .Run(web_cdm_->GetDecryptor(), base::Bind(DoNothing));
1789 .Run(NULL, base::Bind(DoNothing));
1806 base::Bind(DoNothing));
1811 decryptor_ready_cb.Run(web_cdm_->GetDecryptor(), base::Bind(DoNothing));
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.cc81 base::Bind(&base::DoNothing),
541 base::Bind(&base::DoNothing));
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.cc238 return DoNothing(event_args);
527 GoogleStreamingRemoteEngine::DoNothing(const FSMEventArgs&) { function in class:content::GoogleStreamingRemoteEngine
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc388 base::Bind(&base::DoNothing),
420 base::Bind(&base::DoNothing),
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_manager.cc245 base::Bind(&base::DoNothing));
505 base::Bind(&base::DoNothing));
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc513 static void DoNothing(void*) { } function in struct:Wrapper
518 wrapper->destructor_ = &Wrapper::DoNothing;
/external/chromium_org/base/
H A Dbind_helpers.h137 // DoNothing() - Useful for creating a Closure that does nothing when called.
535 BASE_EXPORT void DoNothing();

Completed in 762 milliseconds

1234567