Home | History | Annotate | Download | only in browser

Lines Matching refs:profile

10 #include "chrome/browser/profiles/profile.h"
17 static bool HandleViewSource(GURL* url, Profile* profile) {
49 static bool ReverseViewSource(GURL* url, Profile* profile) {
64 static bool HandleWebUI(GURL* url, Profile* profile) {
65 if (!ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, *url))
109 void BrowserURLHandler::RewriteURLIfNecessary(GURL* url, Profile* profile,
114 if ((*url_handlers_[i].first)(url, profile)) {
123 GURL* url, const GURL& original, Profile* profile) {
126 if ((*url_handlers_[i].first)(&test_url, profile)) {
128 return (*url_handlers_[i].second)(url, profile);