Searched refs:kNetworkViewCacheURL (Results 1 – 5 of 5) sorted by relevance
130 request.url().spec().substr(strlen(chrome::kNetworkViewCacheURL)); in Start()135 chrome::kNetworkViewCacheURL, &data_, in Start()186 return StartsWithASCII(url.spec(), chrome::kNetworkViewCacheURL, in IsSupportedURL()
39 GURL(std::string(chrome::kNetworkViewCacheURL) + "mercury"), in TEST_F()
1278 *url = RemapAboutURL(chrome::kNetworkViewCacheURL, *url); in WillHandleBrowserAboutURL()
161 extern const char kNetworkViewCacheURL[];
169 const char kNetworkViewCacheURL[] = "chrome://view-http-cache/"; variable