Searched refs:GetReasonsForUncacheability (Results 1 – 4 of 4) sorted by relevance
47 TEST(CacheUtilTest, GetReasonsForUncacheability) { in TEST() argument92 EXPECT_EQ(GetReasonsForUncacheability(CreateResponse(tests[i])), in TEST()
36 uint32 CONTENT_EXPORT GetReasonsForUncacheability(
27 uint32 GetReasonsForUncacheability(const WebURLResponse& response) { in GetReasonsForUncacheability() function
370 uint32 reasons = GetReasonsForUncacheability(response); in didReceiveResponse()