Home
last modified time | relevance | path

Searched refs:url_for_request_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/
Dhttp_bridge.cc209 DCHECK(url_for_request_.is_empty()) in SetURL()
216 url_for_request_ = temp.ReplaceComponents(replacements); in SetURL()
249 DCHECK(url_for_request_.is_valid()) << "Invalid URL for request"; in MakeSynchronousPost()
281 url_for_request_, net::URLFetcher::POST, this); in MakeAsynchronousPost()
/external/chromium_org/sync/internal_api/public/
Dhttp_bridge.h168 GURL url_for_request_; variable