Searched refs:DoNothing (Results 1 - 25 of 168) sorted by relevance

1234567

/external/chromium_org/base/
H A Dbind_helpers.cc11 void DoNothing() { function in namespace:base
H A Ddeferred_sequenced_task_runner_unittest.cc57 void DoNothing(ExecuteTaskOnDestructor* object) { function in class:__anon2244::DeferredSequencedTaskRunnerTest
167 base::Bind(&DeferredSequencedTaskRunnerTest::DoNothing,
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler_unittest.cc15 void DoNothing() { function in namespace:chrome_variations::__anon4310
23 const base::Closure task = base::Bind(&DoNothing);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.cc14 return base::Bind(&base::DoNothing);
/external/chromium_org/chrome/browser/services/gcm/
H A Dchromeos_gcm_connection_observer.cc34 base::Bind(&base::DoNothing),
43 base::Bind(&base::DoNothing),
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_session.cc20 Stop(base::Bind(&base::DoNothing), base::Bind(&base::DoNothing));
H A Dbluetooth_gatt_connection_chromeos.cc32 Disconnect(base::Bind(&base::DoNothing));
/external/chromium_org/media/base/
H A Dsinc_resampler_perftest.cc21 static void DoNothing(int frames, float* destination) {} function in namespace:media
57 base::Bind(&DoNothing));
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_unittest.cc16 static void DoNothing(const scoped_refptr<VideoFrame>& frame) { function in namespace:media
47 : scheduler_(base::Bind(&DoNothing)) {
52 : scheduler_(message_loop_.message_loop_proxy(), base::Bind(&DoNothing)) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dfake_device_cloud_policy_initializer.cc28 base::Bind(&base::DoNothing)),
/external/chromium_org/chrome/installer/test/
H A Dupgrade_test.cc43 TEST_F(UpgradeTest, DoNothing) {
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_android.cc75 address_tracker_(base::Bind(base::DoNothing),
76 base::Bind(base::DoNothing),
/external/chromium_org/sandbox/linux/services/
H A Dscoped_process_unittest.cc38 void DoNothing() {} function in namespace:sandbox::__anon10579
67 ScopedProcess process(base::Bind(&DoNothing));
95 ScopedProcess process1(base::Bind(&DoNothing));
H A Dyama_unittests.cc154 void DoNothing() {} function in namespace:sandbox::__anon10584
161 ScopedProcess process1(base::Bind(&DoNothing));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_uninstaller.cc48 base::Bind(&base::DoNothing),
/external/chromium_org/device/serial/
H A Dserial_connection.cc25 base::Bind(base::DoNothing)),
30 base::Bind(base::DoNothing)),
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc122 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
146 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
171 &OperationForTest::Write, operation_, base::Bind(&base::DoNothing)));
213 base::Bind(&base::DoNothing)));
250 base::Bind(&base::DoNothing)));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc45 static void DoNothing(int unused) {} function
154 act.sa_handler = &DoNothing;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp633 ArgEffect ReceiverEff = DoNothing,
640 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
645 DoNothing, MayEscape);
878 case DoNothing:
957 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1062 DoNothing, DoNothing);
1069 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
632 getPersistentSummary(RetEffect RetEff, ArgEffect ReceiverEff = DoNothing, ArgEffect DefaultEff = MayEscape) argument
[all...]
/external/chromium_org/chrome/browser/gpu/
H A Dgpu_mode_manager.cc50 base::Bind(&base::DoNothing));
/external/chromium_org/components/invalidation/
H A Dnon_blocking_invalidator_unittest.cc73 base::Bind(&base::DoNothing),
/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.cc62 return base::Bind(&base::DoNothing);
/external/chromium_org/remoting/protocol/
H A Dv2_authenticator_unittest.cc90 host_->ProcessMessage(message.get(), base::Bind(&base::DoNothing));
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib_unittest.cc208 injector()->AddEventAsTask(0, Bind(&DoNothing));
214 injector()->AddEventAsTask(0, Bind(&DoNothing));
220 injector()->AddEventAsTask(0, Bind(&DoNothing));
225 injector()->AddEventAsTask(10, Bind(&DoNothing));
384 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing));
385 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing));
/external/chromium_org/content/renderer/media/crypto/
H A Dencrypted_media_player_support_impl.cc48 static void DoNothing(bool success) { function in namespace:content
194 .Run(proxy_decryptor_->GetDecryptor(), base::Bind(DoNothing));
317 .Run(web_cdm_->GetDecryptor(), base::Bind(DoNothing));
443 .Run(NULL, base::Bind(DoNothing));
460 base::Bind(DoNothing));
465 decryptor_ready_cb.Run(web_cdm_->GetDecryptor(), base::Bind(DoNothing));

Completed in 3229 milliseconds

1234567