Home | History | Annotate | Download | only in browser

Lines Matching refs:GURL

13 #include "googleurl/src/gurl.h"
20 GURL test_url;
21 GURL result_url;
26 GURL("http://google.com"),
27 GURL("http://google.com"),
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),
92 GURL("about:memory"),
93 GURL("chrome://about/memory-redirect"),
98 GURL("about:mars"),
99 GURL("chrome://about/mars"),
109 GURL url(test_data[i].test_url);
118 GURL url(chrome::kAboutBrowserCrash);