summaryrefslogtreecommitdiffstats
path: root/base/callback.h
Commit message (Expand)AuthorAgeFilesLines
* Replace typedef with using for Callback/Bind related filestzik2015-12-191-10/+12
* Clean up base::Callback stufftzik2015-12-151-15/+7
* [Base] Use variadic template in base/callback.htzik2014-11-201-367/+8
* Fix a typo in a comment for Closure.wtc@chromium.org2014-07-031-1/+1
* Edited comment to say "callback will not be run" instead of "callback will no...brandonsalmon@chromium.org2014-06-261-2/+2
* Clarify callback.h const reference binding documentation.scheib@chromium.org2013-11-281-2/+7
* Correct misleading definition of 'closure' in base/bind documentation.dubroy@chromium.org2012-12-061-6/+11
* Fix up base/bind documentation - elaborate on reference binding.groby@chromium.org2012-10-111-2/+2
* Clarifying base/callback documentationgroby@chromium.org2012-10-051-0/+2
* Revert 154885 - Extend base::Callback to 8 arguments.rsleevi@chromium.org2012-09-051-63/+0
* Extend base::Callback to 8 arguments.leandrogracia@chromium.org2012-09-051-0/+63
* Rename template parameter in callback from RunType to BindRunType.xiaomings@google.com2012-08-131-25/+33
* Minor fix for base::Bind documentationsail@chromium.org2012-07-271-1/+1
* 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-28/+28
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-28/+28
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-28/+28
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-105/+93
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-93/+105
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-105/+93
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-131-28/+28
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-131-28/+28
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-131-28/+28
* 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-28/+28
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-091-28/+28
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-091-28/+28
* 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-2/+62
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-342/+1
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-1/+342
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-126/+154
* 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/+28
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+22
* 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-1/+1
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+0
* Improve comment.thakis@chromium.org2011-04-191-1/+1
* Tooltips for power, network, clock buttons in status area: update on locale c...dilmah@chromium.org2011-04-141-2/+2
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-43/+57
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-191-7/+8
* 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-80/+122
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-206/+434