HomeSort by relevance Sort by last modified time
    Searched refs:has_ref_ (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
bind_unittest.cc 232 const_has_ref_ptr_ = &has_ref_;
248 StrictMock<HasRef> has_ref_; member in class:base::__anon14229::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_, AddRef()).Times(3)
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 233 const_has_ref_ptr_ = &has_ref_;
249 StrictMock<HasRef> has_ref_; member in class:base::__anon16769::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_, AddRef()).Times(3)
    [all...]

Completed in 72 milliseconds