Lines Matching defs:base
15 #include "base/callback_internal.h"
16 #include "base/callback_old.h"
20 // systems currently in the Chromium code base.
48 // base::Callback<int(void)> func_cb = base::Bind(&Return5);
52 // base::Closure void_func_cb = base::Bind(&PrintHi);
62 // base::Callback<int(void)> ref_cb = base::Bind(&Ref::Foo, ref.get());
65 // base::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get());
81 // base::Callback<int(void)> base::no_ref_cb =
82 // base::Bind(&NoRef::Foo, base::Unretained(&no_ref));
85 // base::Closure void_no_ref_cb =
86 // base::Bind(&NoRef::PrintWhy, base::Unretained(no_ref));
92 // base::Callback<int(void)> bound_copy_cb = base::Bind(&Identity, value);
93 // base::Callback<int(void)> bound_ref_cb =
94 // base::Bind(&Identity, base::ConstRef(value));
152 // file-level comment in base/bind_helpers.h for more info.
214 namespace base {
240 // return the exact Callback<> type. See base/bind.h for details.
271 // return the exact Callback<> type. See base/bind.h for details.
303 // return the exact Callback<> type. See base/bind.h for details.
338 // return the exact Callback<> type. See base/bind.h for details.
376 // return the exact Callback<> type. See base/bind.h for details.
418 // return the exact Callback<> type. See base/bind.h for details.
463 // return the exact Callback<> type. See base/bind.h for details.
494 } // namespace base