summaryrefslogtreecommitdiffstats
path: root/base/callback.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Rename template parameter in callback from RunType to BindRunType.xiaomings@google.com2012-08-131-4/+5
* Add quick reference for bind/callback usage.brettw@chromium.org2012-07-121-67/+184
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-5/+1
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-2/+2
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-221-1/+1
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-1/+1
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-1/+1
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-28/+30
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-30/+28
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-28/+30
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-131-1/+1
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-131-1/+1
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-131-1/+1
* base::Bind: Make use of partial currying to get rid of a helper class.jhawkins@chromium.org2011-12-131-3/+3
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-101-1/+1
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-091-1/+1
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-091-1/+1
* Make callback.h include callback_forward.h and add comments about forward dec...erikwright@chromium.org2011-12-071-0/+7
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-1/+2
* 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-21/+25
* base::Bind: More converts, mostly in WebUI.jhawkins@chromium.org2011-10-041-1/+1
* Make Callback.Equals() only work when comparing against the same type.ajwong@chromium.org2011-09-101-0/+4
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+4
* Add in example for prebinding.ajwong@chromium.org2011-05-181-0/+10
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-4/+4
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+0
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-4/+4
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-191-1/+2
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-44/+1
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-1/+44
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-44/+1
* Emptiness, Reset, and Comparison API for Callbacks.ajwong@chromium.org2011-02-181-17/+53
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+291