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