Lines Matching refs:GURL
14 #include "googleurl/src/gurl.h"
17 static bool HandleViewSource(GURL* url, Profile* profile) {
20 *url = GURL(url->path());
39 *url = GURL(chrome::kAboutBlankURL);
49 static bool ReverseViewSource(GURL* url, Profile* profile) {
64 static bool HandleWebUI(GURL* url, Profile* profile) {
74 *url = GURL(chrome::kChromeUINewTabURL);
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile,
123 GURL* url, const GURL& original, Profile* profile) {
125 GURL test_url(original);