HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestContext (Results 1 - 6 of 6) 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...]
  /external/chromium_org/remoting/base/
url_request_context.cc 81 URLRequestContext::URLRequestContext(
114 URLRequestContext::~URLRequestContext() {
125 net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
128 new URLRequestContext(proxy_config_service_.Pass()));
url_request_context.h 24 // Subclass of net::URLRequestContext which can be used to store extra
27 class URLRequestContext : public net::URLRequestContext {
29 explicit URLRequestContext(
33 virtual ~URLRequestContext();
37 DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
47 virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
57 scoped_ptr<net::URLRequestContext> url_request_context_;
  /external/chromium_org/net/url_request/
url_request_context.cc 19 URLRequestContext::URLRequestContext()
36 URLRequestContext::~URLRequestContext() {
40 void URLRequestContext::CopyFrom(const URLRequestContext* other) {
41 // Copy URLRequestContext parameters.
60 const HttpNetworkSession::Params* URLRequestContext::GetNetworkSessionParams(
71 URLRequest* URLRequestContext::CreateRequest(
76 void URLRequestContext::set_cookie_store(CookieStore* cookie_store)
    [all...]
url_request_context.h 44 // instances. Note that URLRequestContext typically does not provide storage for
47 class NET_EXPORT URLRequestContext
50 URLRequestContext();
51 virtual ~URLRequestContext();
54 void CopyFrom(const URLRequestContext* other);
118 // The factory is only valid for the lifetime of this URLRequestContext
185 // URLRequestContext.
234 DISALLOW_COPY_AND_ASSIGN(URLRequestContext);

Completed in 70 milliseconds