Home
last modified time | relevance | path

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

/external/chromium_org/components/gcm_driver/
Dgcm_client_impl_unittest.cc238 bool ExistsRegistration(const std::string& app_id) const;
447 bool GCMClientImplTest::ExistsRegistration(const std::string& app_id) const { in ExistsRegistration() function in gcm::GCMClientImplTest
573 EXPECT_FALSE(ExistsRegistration(kAppId)); in TEST_F()
584 EXPECT_TRUE(ExistsRegistration(kAppId)); in TEST_F()
588 EXPECT_FALSE(ExistsRegistration(kAppId)); in TEST_F()
594 EXPECT_TRUE(ExistsRegistration(kAppId)); in TEST_F()
606 EXPECT_TRUE(ExistsRegistration(kAppId)); in TEST_F()
610 EXPECT_FALSE(ExistsRegistration(kAppId)); in TEST_F()
616 EXPECT_TRUE(ExistsRegistration(kAppId)); in TEST_F()
624 EXPECT_FALSE(ExistsRegistration(kAppId)); in TEST_F()