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

  /external/chromium_org/net/dns/
dns_response.h 142 std::string GetDottedName() const;
dns_response.cc 258 std::string DnsResponse::GetDottedName() const {
283 std::string expected_name = GetDottedName();
dns_response_unittest.cc 237 EXPECT_EQ("codereview.chromium.org", resp.GetDottedName());
264 EXPECT_EQ(kT0HostName, resp.GetDottedName());
host_resolver_impl.cc     [all...]

Completed in 713 milliseconds