HomeSort by relevance Sort by last modified time
    Searched full:mock_network_endpoint (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler_unittest.cc 49 MockNetworkEndpoint mock_network_endpoint; local
53 WillRepeatedly(Return(&mock_network_endpoint));
56 EXPECT_CALL(mock_network_endpoint,
58 EXPECT_CALL(mock_network_endpoint, TakeOutboundMessage(_)).Times(1);
74 handler.HandleOutboundPacket(&mock_network_endpoint);

Completed in 111 milliseconds