Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dbind_unittest.cc416 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local
420 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() local
615 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()
Dbind_unittest.nc187 WeakPtrFactory<NoRef> weak_factory(&no_ref);
189 Bind(&NoRef::IntMethod0, weak_factory.GetWeakPtr());
/external/chromium_org/cc/trees/
Dthread_proxy.h80 base::WeakPtrFactory<ThreadProxy> weak_factory; member
145 base::WeakPtrFactory<ThreadProxy> weak_factory; member
Dthread_proxy.cc83 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()