Home
last modified time | relevance | path

Searched refs:const_weak_factory (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc466 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
502 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
594 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
601 BindRepeating(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
605 BindRepeating(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
613 const_weak_factory.InvalidateWeakPtrs(); in TEST_F()
625 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
630 BindOnce(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
632 BindOnce(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
637 const_weak_factory.InvalidateWeakPtrs(); in TEST_F()