summaryrefslogtreecommitdiffstats
path: root/base/bind.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-7/+10
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-10/+7
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-7/+10
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-1/+19
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-1/+1
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-1/+1
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-42/+73
* Reverting as an experiment to determine if this caused increased Win buildjhawkins@chromium.org2011-10-191-1/+1
* base::Bind: Increase the arity to 7.jhawkins@chromium.org2011-10-161-1/+1
* Allow Bind() to take a Callback<> and bind all its free parameters.ajwong@chromium.org2011-09-301-0/+20
* 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
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+71