Home | History | Annotate | Download | only in base

Lines Matching refs:Closure

218 void TakesACallback(const Closure& callback) {
308 Closure cb = base::Bind(&TakesACallback, base::Bind(&PtrArgSet, &n));
339 Closure normal_cb = Bind(&VoidFunc0);
345 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
346 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
348 Closure const_method_nonconst_obj_cb = Bind(&HasRef::VoidConstMethod0,
350 Closure const_method_const_obj_cb = Bind(&HasRef::VoidConstMethod0,
359 Closure virtual_set_cb = Bind(&Parent::VirtualSet, &child);
364 Closure non_virtual_set_cb = Bind(&Parent::NonVirtualSet, &child);
409 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0));
412 Closure non_void_method_cb =
416 Closure non_void_const_method_cb =
423 Closure non_void_weak_method_cb =
427 Closure non_void_weak_const_method_cb =
618 Closure method_cb =
622 Closure const_method_cb =
626 Closure const_method_const_ptr_cb =
702 base::Closure own_object_cb =