Home | History | Annotate | Download | only in browser

Lines Matching refs:chrome

7 #include "chrome/browser/browser_about_handler.h"
8 #include "chrome/common/about_handler.h"
9 #include "chrome/common/url_constants.h"
10 #include "chrome/test/testing_browser_process_test.h"
11 #include "chrome/test/testing_profile.h"
32 GURL(chrome::kAboutBlankURL),
33 GURL(chrome::kAboutBlankURL),
38 GURL(std::string(chrome::kAboutCacheURL) + "/mercury"),
39 GURL(std::string(chrome::kNetworkViewCacheURL) + "mercury"),
44 GURL(std::string(chrome::kAboutNetInternalsURL) + "/venus"),
45 GURL(std::string(chrome::kNetworkViewInternalsURL) + "venus"),
50 GURL(std::string(chrome::kAboutGpuURL) + "/jupiter"),
51 GURL(std::string(chrome::kGpuInternalsURL) + "jupiter"),
56 GURL(std::string(chrome::kAboutAppCacheInternalsURL) + "/earth"),
57 GURL(std::string(chrome::kAppCacheViewInternalsURL) + "earth"),
62 GURL(chrome::kAboutPluginsURL),
63 GURL(chrome::kChromeUIPluginsURL),
68 GURL(chrome::kAboutCrashURL),
69 GURL(chrome::kAboutCrashURL),
74 GURL(chrome::kAboutKillURL),
75 GURL(chrome::kAboutKillURL),
80 GURL(chrome::kAboutHangURL),
81 GURL(chrome::kAboutHangURL),
86 GURL(chrome::kAboutShorthangURL),
87 GURL(chrome::kAboutShorthangURL),
93 GURL("chrome://about/memory-redirect"),
99 GURL("chrome://about/mars"),
118 GURL url(chrome::kAboutBrowserCrash);