summaryrefslogtreecommitdiffstats
path: root/base/callback_internal.cc
Commit message (Expand)AuthorAgeFilesLines
* Devirtualize base::BindState to save 1% of Chrome's binary size (1MB)tapted2015-05-141-1/+10
* Out of line CallbackBase's copy and assignment operators.dcheng2014-11-261-0/+3
* Make base::internal::CallbackBase::is_null inline.ricea2014-09-171-4/+0
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-1/+1
* Make Callback.Reset safe against deleting itself.mattm@chromium.org2012-06-131-1/+3
* Fix comment typo.bryeung@chromium.org2012-06-091-2/+2
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-6/+6
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-6/+6
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-6/+6
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-6/+6
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-0/+36
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-33/+0
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-0/+33