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

  /external/chromium/chrome/browser/
bug_report_util.cc 204 GURL post_url; local
207 post_url = GURL(CommandLine::ForCurrentProcess()->
210 post_url = GURL(kBugReportPostUrl);
212 URLFetcher* fetcher = new URLFetcher(post_url, URLFetcher::POST,
  /external/chromium_org/chrome/browser/feedback/
feedback_util.cc 175 GURL post_url; local
178 post_url = GURL(CommandLine::ForCurrentProcess()->
181 post_url = GURL(kFeedbackPostUrl);
184 post_url, net::URLFetcher::POST,
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc 640 GURL post_url = GetUrlForPrinterRegistration(settings_.server_url()); local
641 StartPostRequest(CloudPrintURLFetcher::REQUEST_REGISTER, post_url,

Completed in 85 milliseconds