Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dbrowser_about_handler_unittest.cc38 GURL(std::string(chrome::kAboutCacheURL) + "/mercury"), in TEST_F()
Dbrowser_about_handler.cc1277 if (StartsWithAboutSpecifier(*url, chrome::kAboutCacheURL)) { in WillHandleBrowserAboutURL()
/external/chromium/chrome/common/
Durl_constants.h23 extern const char kAboutCacheURL[];
Durl_constants.cc29 const char kAboutCacheURL[] = "about:cache"; variable