Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/feedback/
Dfeedback_util.cc175 GURL post_url; in SendFeedback() local
178 post_url = GURL(CommandLine::ForCurrentProcess()-> in SendFeedback()
181 post_url = GURL(kFeedbackPostUrl); in SendFeedback()
184 post_url, net::URLFetcher::POST, in SendFeedback()
/external/chromium/chrome/browser/
Dbug_report_util.cc204 GURL post_url; in SendFeedback() local
207 post_url = GURL(CommandLine::ForCurrentProcess()-> in SendFeedback()
210 post_url = GURL(kBugReportPostUrl); in SendFeedback()
212 URLFetcher* fetcher = new URLFetcher(post_url, URLFetcher::POST, in SendFeedback()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_connector.cc640 GURL post_url = GetUrlForPrinterRegistration(settings_.server_url()); in OnReceivePrinterCaps() local
641 StartPostRequest(CloudPrintURLFetcher::REQUEST_REGISTER, post_url, in OnReceivePrinterCaps()