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

  /external/libchrome/base/
bind_unittest.cc 234 static_func_mock_ptr = &static_func_mock_;
251 StrictMock<NoRef> static_func_mock_; member in class:base::__anon14229::BindTest
340 EXPECT_CALL(static_func_mock_, VoidMethod0());
381 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337));
408 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337));
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 235 static_func_mock_ptr = &static_func_mock_;
252 StrictMock<NoRef> static_func_mock_; member in class:base::__anon16769::BindTest
341 EXPECT_CALL(static_func_mock_, VoidMethod0());
382 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337));
409 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337));

Completed in 38 milliseconds