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

  /external/chromium/chrome/common/
url_constants.h 49 extern const char kChromeUIBugReportURL[];
url_constants.cc 58 const char kChromeUIBugReportURL[] = "chrome://bugreport/";
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 116 GURL bug_report_url(chrome::kChromeUIBugReportURL);
158 std::string bug_report_url = std::string(chrome::kChromeUIBugReportURL) +
487 std::string params = page_url.substr(strlen(chrome::kChromeUIBugReportURL));

Completed in 213 milliseconds