Home
last modified time | relevance | path

Searched refs:DecodeMessageForTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/invalidation/
Dpush_client_channel_unittest.cc114 EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( in TEST_F()
130 EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( in TEST_F()
143 EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( in TEST_F()
157 EXPECT_FALSE(PushClientChannel::DecodeMessageForTest( in TEST_F()
219 EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( in TEST_F()
240 EXPECT_TRUE(PushClientChannel::DecodeMessageForTest( in TEST_F()
Dpush_client_channel.h63 static bool DecodeMessageForTest(const std::string& notification,
Dpush_client_channel.cc116 bool PushClientChannel::DecodeMessageForTest(const std::string& data, in DecodeMessageForTest() function in syncer::PushClientChannel