Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dbind_unittest.cc428 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local
432 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F()
436 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()
439 weak_factory.InvalidateWeakPtrs(); in TEST_F()
626 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local
630 Bind(&NoRef::VoidMethod0, weak_factory.GetWeakPtr()); in TEST_F()
642 Bind(&FunctionWithWeakFirstParam, weak_factory.GetWeakPtr()); in TEST_F()
645 weak_factory.InvalidateWeakPtrs(); in TEST_F()
/external/libchrome/base/
Dbind_unittest.cc427 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local
431 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F()
435 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()
438 weak_factory.InvalidateWeakPtrs(); in TEST_F()
625 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F() local
629 Bind(&NoRef::VoidMethod0, weak_factory.GetWeakPtr()); in TEST_F()
641 Bind(&FunctionWithWeakFirstParam, weak_factory.GetWeakPtr()); in TEST_F()
644 weak_factory.InvalidateWeakPtrs(); in TEST_F()