summaryrefslogtreecommitdiffstats
path: root/base/callback.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h."willchan@chromium.org2010-12-151-2/+3
* Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-3/+2
* Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-2/+3
* Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h.phajdan.jr@chromium.org2010-12-151-3/+2
* Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Revert 49985 - dohthakis@chromium.org2010-06-161-1/+1
* dohthakis@chromium.org2010-06-161-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+252