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

  /external/libchrome/mojo/core/
core_test_base.h 56 unsigned GetBeginReadDataCallCount() const;
core_test_base.cc 183 unsigned CoreTestBase_MockHandleInfo::GetBeginReadDataCallCount() const {
core_unittest.cc 84 ASSERT_EQ(0u, info.GetBeginReadDataCallCount());
87 ASSERT_EQ(1u, info.GetBeginReadDataCallCount());

Completed in 52 milliseconds