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

  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl.cc 258 GURL ConnectionFactoryImpl::GetCurrentEndpoint() const {
286 GURL current_endpoint = GetCurrentEndpoint();
400 listener_->OnConnected(GetCurrentEndpoint(), GetPeerIP());
436 net::HostPortPair::FromURL(GetCurrentEndpoint()),
510 GetCurrentEndpoint(), net::LOAD_NORMAL, error, &proxy_info_,
connection_factory_impl.h 67 GURL GetCurrentEndpoint() const;
connection_factory_impl_unittest.cc 333 EXPECT_EQ(factory()->GetCurrentEndpoint(), BuildEndpoints()[0]);
344 EXPECT_EQ(factory()->GetCurrentEndpoint(), BuildEndpoints()[1]);

Completed in 3370 milliseconds