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

  /external/chromium_org/components/invalidation/
gcm_network_channel_unittest.cc 87 // On Android GCMNetworkChannel::BuildUrl hits NOTREACHED(). I still want
89 virtual GURL BuildUrl(const std::string& registration_id) OVERRIDE {
155 GURL BuildUrl(const std::string& registration_id) {
156 return gcm_network_channel_->GCMNetworkChannel::BuildUrl(registration_id);
461 TEST_F(GCMNetworkChannelTest, BuildUrl) {
462 GURL url = BuildUrl("registration.id");
gcm_network_channel.h 84 virtual GURL BuildUrl(const std::string& registration_id);
gcm_network_channel.cc 211 BuildUrl(registration_id_), net::URLFetcher::POST, this));
322 GURL GCMNetworkChannel::BuildUrl(const std::string& registration_id) {

Completed in 57 milliseconds