Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc233 const_no_ref_ptr_ = &no_ref_; in BindTest()
247 StrictMock<NoRef> no_ref_; member in base::__anon8607446f0111::BindTest
348 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F()
350 EXPECT_EQ(&no_ref_, normal_non_refcounted_cb.Run()); in TEST_F()
413 EXPECT_CALL(no_ref_, IntMethod0()).WillOnce(Return(12)); in TEST_F()
414 EXPECT_CALL(no_ref_, IntConstMethod0()).WillOnce(Return(13)); in TEST_F()
427 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F()
599 EXPECT_CALL(no_ref_, VoidMethod0()); in TEST_F()
600 EXPECT_CALL(no_ref_, VoidConstMethod0()).Times(2); in TEST_F()
603 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_)); in TEST_F()
[all …]
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc234 const_no_ref_ptr_ = &no_ref_; in BindTest()
248 StrictMock<NoRef> no_ref_; member in base::__anonfb311bb50111::BindTest
349 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F()
351 EXPECT_EQ(&no_ref_, normal_non_refcounted_cb.Run()); in TEST_F()
414 EXPECT_CALL(no_ref_, IntMethod0()).WillOnce(Return(12)); in TEST_F()
415 EXPECT_CALL(no_ref_, IntConstMethod0()).WillOnce(Return(13)); in TEST_F()
428 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F()
600 EXPECT_CALL(no_ref_, VoidMethod0()); in TEST_F()
601 EXPECT_CALL(no_ref_, VoidConstMethod0()).Times(2); in TEST_F()
604 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_)); in TEST_F()
[all …]