Searched refs:has_ref_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dbind_unittest.cc232 const_has_ref_ptr_ = &has_ref_;
248 StrictMock<HasRef> has_ref_; member in class:base::__anon8964::BindTest
341 EXPECT_CALL(has_ref_, AddRef()).Times(5);
342 EXPECT_CALL(has_ref_, Release()).Times(5);
343 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
344 EXPECT_CALL(has_ref_, VoidConstMethod0()).Times(2);
352 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
354 make_scoped_refptr(&has_ref_));
356 &has_ref_);
382 EXPECT_CALL(has_ref_, AddRe
[all...]
/external/libweave/third_party/chromium/base/
H A Dbind_unittest.cc233 const_has_ref_ptr_ = &has_ref_;
249 StrictMock<HasRef> has_ref_; member in class:base::__anon11267::BindTest
342 EXPECT_CALL(has_ref_, AddRef()).Times(5);
343 EXPECT_CALL(has_ref_, Release()).Times(5);
344 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
345 EXPECT_CALL(has_ref_, VoidConstMethod0()).Times(2);
353 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
355 make_scoped_refptr(&has_ref_));
357 &has_ref_);
383 EXPECT_CALL(has_ref_, AddRe
[all...]

Completed in 63 milliseconds