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

  /external/chromium_org/components/gcm_driver/
gcm_driver_desktop_unittest.cc 711 const std::string expected_registration_id = local
714 EXPECT_EQ(expected_registration_id, registration_id());
732 const std::string expected_registration_id = local
735 EXPECT_EQ(expected_registration_id, registration_id());
749 EXPECT_EQ(expected_registration_id, registration_id());
757 const std::string expected_registration_id = local
760 EXPECT_EQ(expected_registration_id, registration_id());
789 const std::string expected_registration_id = local
793 EXPECT_EQ(expected_registration_id, registration_id());
807 EXPECT_EQ(expected_registration_id, registration_id())
    [all...]
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_unittest.cc 257 std::string expected_registration_id = local
259 EXPECT_EQ(expected_registration_id, registration_id());

Completed in 63 milliseconds