HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestContext (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_context.cc 15 URLRequestContext::URLRequestContext()
34 void URLRequestContext::CopyFrom(URLRequestContext* other) {
35 // Copy URLRequestContext parameters.
61 void URLRequestContext::set_cookie_store(CookieStore* cookie_store) {
65 const std::string& URLRequestContext::GetUserAgent(const GURL& url) const {
69 bool URLRequestContext::IsSNIAvailable() const {
79 void URLRequestContext::setUID(uid_t uid) {
84 bool URLRequestContext::getUID(uid_t *uid) const
    [all...]
url_request_context.h 39 // instances. Note that URLRequestContext typically does not provide storage for
42 class NET_EXPORT URLRequestContext
43 : public base::RefCountedThreadSafe<URLRequestContext>,
46 URLRequestContext();
49 void CopyFrom(URLRequestContext* other);
103 // The factory is only valid for the lifetime of this URLRequestContext
176 // In general, referrer_charset is not known when URLRequestContext is
183 // Controls whether or not the URLRequestContext considers itself to be the
184 // "main" URLRequestContext.
198 friend class base::RefCountedThreadSafe<URLRequestContext>;
    [all...]

Completed in 356 milliseconds