summaryrefslogtreecommitdiffstats
path: root/base/callback_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Make Callback.Reset safe against deleting itself.mattm@chromium.org2012-06-131-0/+32
* Make Callback::Reset() return a copy to support use-cases where Run() ends up...fischman@chromium.org2012-03-241-10/+25
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-20/+1
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-7/+29
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-29/+7
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-7/+29
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-1/+0
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-9/+9
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+1
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-191-3/+3
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-1/+1
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Emptiness, Reset, and Comparison API for Callbacks.ajwong@chromium.org2011-02-181-3/+93
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+40