Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dbind_unittest.cc417 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
612 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F() local
619 Bind(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
623 Bind(&NoRef::VoidConstMethod0, const_weak_factory.GetWeakPtr()); in TEST_F()
631 const_weak_factory.InvalidateWeakPtrs(); in TEST_F()