Home
last modified time | relevance | path

Searched refs:kChromeUIHistory2URL (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Durl_constants.h59 extern const char kChromeUIHistory2URL[];
Durl_constants.cc68 const char kChromeUIHistory2URL[] = "chrome://history2/"; variable
/external/chromium/chrome/browser/ui/webui/
Dhistory2_ui.cc389 return GURL(std::string(chrome::kChromeUIHistory2URL) + "#q=" + in GetHistoryURLWithSearchText()