Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc469 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
505 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
597 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
604 BindRepeating(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
608 BindRepeating(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
616 const_weak_factory.InvalidateWeakPtrs(); in TEST_F()
628 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
633 BindOnce(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
635 BindOnce(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
640 const_weak_factory.InvalidateWeakPtrs(); in TEST_F()