Searched refs:post_url (Results 1 – 3 of 3) sorted by relevance
175 GURL post_url; in SendFeedback() local178 post_url = GURL(CommandLine::ForCurrentProcess()-> in SendFeedback()181 post_url = GURL(kFeedbackPostUrl); in SendFeedback()184 post_url, net::URLFetcher::POST, in SendFeedback()
204 GURL post_url; in SendFeedback() local207 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()
640 GURL post_url = GetUrlForPrinterRegistration(settings_.server_url()); in OnReceivePrinterCaps() local641 StartPostRequest(CloudPrintURLFetcher::REQUEST_REGISTER, post_url, in OnReceivePrinterCaps()