summaryrefslogtreecommitdiffstats
path: root/base/cancelable_callback.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Make CancelableCallback::weak_factory_ the last member.dmichael2015-01-141-7/+4
* Fixing CancelableCallback to use variadic templates. Previously, 2-argument c...ckehoe2014-11-151-150/+13
* Maintaing the proper order of initialization WeakPtrFactorykulkarni.a2014-09-131-3/+2
* Fix documentation/comments: cancellable -> cancelable.viettrungluu@chromium.org2013-10-181-2/+2
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-231-0/+70
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-251-4/+4
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+1
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+2
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-2/+1
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-17/+132
* base::Bind: Convert devtools_sanity_unittest.cc.jhawkins@chromium.org2011-11-281-1/+1
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-0/+89