HomeSort by relevance Sort by last modified time
    Searched refs:UseWebUIForURL (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 24 virtual bool UseWebUIForURL(Profile* profile, const GURL& url) const;
chrome_web_ui_factory.cc 240 bool ChromeWebUIFactory::UseWebUIForURL(Profile* profile,
255 return UseWebUIForURL(profile, url) ||
  /external/chromium/chrome/browser/
browser_url_handler.cc 65 if (!ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, *url))
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 36 if (ChromeWebUIFactory::GetInstance()->UseWebUIForURL(profile, url))

Completed in 106 milliseconds