Home
last modified time | relevance | path

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

/external/chromium_org/net/dns/
Ddns_response_unittest.cc248 TEST(DnsResponseTest, InitParseWithoutQuery) { in TEST() argument
254 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(kT0ResponseDatagram))); in TEST()
303 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()
361 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()
392 EXPECT_FALSE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()
Ddns_response.h123 bool InitParseWithoutQuery(int nbytes);
Ddns_response.cc193 bool DnsResponse::InitParseWithoutQuery(int nbytes) { in InitParseWithoutQuery() function in net::DnsResponse
Dmdns_client_impl.cc204 if (!response->InitParseWithoutQuery(bytes_read)) { in HandlePacket()