Searched refs:weak_factory (Results 1 – 4 of 4) sorted by relevance
416 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local420 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F()424 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()427 weak_factory.InvalidateWeakPtrs(); in TEST_F()611 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local615 Bind(&NoRef::VoidMethod0, weak_factory.GetWeakPtr()); in TEST_F()627 Bind(&FunctionWithWeakFirstParam, weak_factory.GetWeakPtr()); in TEST_F()630 weak_factory.InvalidateWeakPtrs(); in TEST_F()
187 WeakPtrFactory<NoRef> weak_factory(&no_ref);189 Bind(&NoRef::IntMethod0, weak_factory.GetWeakPtr());
80 base::WeakPtrFactory<ThreadProxy> weak_factory; member145 base::WeakPtrFactory<ThreadProxy> weak_factory; member
83 weak_factory(proxy) {} in MainThreadOnly()119 weak_factory(proxy) { in CompositorThreadOnly()594 main_thread_weak_ptr_ = main().weak_factory.GetWeakPtr(); in Start()631 main().weak_factory.InvalidateWeakPtrs(); in Stop()1196 impl_thread_weak_ptr_ = impl().weak_factory.GetWeakPtr(); in InitializeImplOnImplThread()1256 impl().weak_factory.InvalidateWeakPtrs(); in LayerTreeHostClosedOnImplThread()