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 82 URLRequestContext::URLRequestContext(
115 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);
46 virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
56 scoped_ptr<net::URLRequestContext> url_request_context_;
  /external/chromium_org/net/url_request/
url_request_context.cc 19 URLRequestContext::URLRequestContext()
37 URLRequestContext::~URLRequestContext() {
41 void URLRequestContext::CopyFrom(const URLRequestContext* other) {
42 // Copy URLRequestContext parameters.
62 const HttpNetworkSession::Params* URLRequestContext::GetNetworkSessionParams(
73 scoped_ptr<URLRequest> URLRequestContext::CreateRequest(
80 void URLRequestContext::set_cookie_store(CookieStore* cookie_store)
    [all...]
url_request_context.h 46 // instances. Note that URLRequestContext typically does not provide storage for
49 class NET_EXPORT URLRequestContext
52 URLRequestContext();
53 virtual ~URLRequestContext();
56 void CopyFrom(const URLRequestContext* other);
121 // The factory is only valid for the lifetime of this URLRequestContext
195 // URLRequestContext.
245 DISALLOW_COPY_AND_ASSIGN(URLRequestContext);

Completed in 1026 milliseconds