Searched defs:URLRequestContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_context.cc15 URLRequestContext::URLRequestContext() function in class:net::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
[all...]
H A Durl_request_context.h39 // instances. Note that URLRequestContext typically does not provide storage for
42 class NET_EXPORT URLRequestContext class in namespace:net
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 56 milliseconds