Home
last modified time | relevance | path

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

/external/chromium_org/components/invalidation/
Dpush_client_channel_unittest.cc100 push_client_channel_.GetServiceContextForTest(), in TEST_F()
174 push_client_channel_.GetServiceContextForTest()); in TEST_F()
190 EXPECT_TRUE(push_client_channel_.GetServiceContextForTest().empty()); in TEST_F()
202 EXPECT_TRUE(push_client_channel_.GetServiceContextForTest().empty()); in TEST_F()
Dpush_client_channel.h55 const std::string& GetServiceContextForTest() const;
Dpush_client_channel.cc99 const std::string& PushClientChannel::GetServiceContextForTest() const { in GetServiceContextForTest() function in syncer::PushClientChannel