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

123456

/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:__anon2217::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::__anon4244
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/device/bluetooth/
H A Dbluetooth_discovery_session.cc27 Stop(base::Bind(&base::DoNothing), base::Bind(&base::DoNothing));
H A Dbluetooth_gatt_connection_chromeos.cc32 Disconnect(base::Bind(&base::DoNothing));
H A Dbluetooth_gatt_notify_session_chromeos.cc43 Stop(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/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::__anon9948
67 ScopedProcess process(base::Bind(&DoNothing));
95 ScopedProcess process1(base::Bind(&DoNothing));
H A Dyama_unittests.cc134 void DoNothing() {} function in namespace:sandbox::__anon9953
141 ScopedProcess process1(base::Bind(&DoNothing));
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc124 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
148 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
177 &OperationForTest::Write, operation_, base::Bind(&base::DoNothing)));
220 base::Bind(&base::DoNothing)));
256 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.cc58 return base::Bind(&base::DoNothing);
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc83 static void DoNothing() {} function
147 collection.Pass(), base::Bind(&DoNothing), base::Bind(&OnStatus),
149 base::Bind(&OnMetadata), base::Bind(&DoNothing),
150 base::Bind(&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/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl_browsertest.cc52 base::Bind(&base::DoNothing),
117 base::Bind(&base::DoNothing), member in class:chromeos::NetworkPortalDetectorImplBrowserTest::base
/external/chromium_org/base/task/
H A Dcancelable_task_tracker_unittest.cc172 Bind(&DoNothing),
376 Bind(&DoNothing)));
403 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
423 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.cc50 FROM_HERE, base::Bind(&base::DoNothing), on_flushed);
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_provider.cc90 base::Bind(base::DoNothing),

Completed in 871 milliseconds

123456