summaryrefslogtreecommitdiffstats
path: root/base/bind_internal_win.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+2
* Replace typedef with using for Callback/Bind related filestzik2015-12-191-2/+6
* [Base] Use variadic template in base/bind_internal_win.htzik2014-10-071-321/+16
* Revert 154885 - Extend base::Callback to 8 arguments.rsleevi@chromium.org2012-09-051-27/+0
* Extend base::Callback to 8 arguments.leandrogracia@chromium.org2012-09-051-0/+27
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-1/+50
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-285/+0
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-0/+285
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-149/+239
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-0/+40
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-0/+7
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-0/+55
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-271-0/+128