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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc 236 void ExpectMatches(uint32_t num_calls,
266 callback.ExpectMatches(1, kSsrc1, kPacketSize1, 0, 1, 0, 0);
274 callback.ExpectMatches(2, kSsrc1, 2 * kPacketSize1, kPaddingLength, 2, 0, 0);
280 callback.ExpectMatches(
290 callback.ExpectMatches(
300 callback.ExpectMatches(
  /external/chromium_org/components/bookmarks/browser/
bookmark_index_unittest.cc 80 void ExpectMatches(const std::string& query,
86 ExpectMatches(query, title_vector);
89 void ExpectMatches(const std::string& query,
190 ExpectMatches(data[i].query, expected);
250 ExpectMatches(data[i].query, expected);
376 ExpectMatches("A", NULL, 0U);
388 ExpectMatches("BlAh", expected, ARRAYSIZE_UNSAFE(expected));

Completed in 2940 milliseconds