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

  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 33 virtual scoped_refptr<ChromeURLRequestContext> Create() = 0;
45 // Factory that creates the main ChromeURLRequestContext.
51 virtual scoped_refptr<ChromeURLRequestContext> Create() {
59 // Factory that creates the ChromeURLRequestContext for extensions.
65 virtual scoped_refptr<ChromeURLRequestContext> Create() {
73 // Factory that creates the ChromeURLRequestContext for a given isolated app.
83 virtual scoped_refptr<ChromeURLRequestContext> Create() {
96 // Factory that creates the ChromeURLRequestContext for media.
103 virtual scoped_refptr<ChromeURLRequestContext> Create() {
145 // Lazily create a ChromeURLRequestContext using our factory
    [all...]
chrome_url_request_context.h 44 class ChromeURLRequestContext : public net::URLRequestContext {
46 ChromeURLRequestContext();
49 void CopyFrom(ChromeURLRequestContext* other);
131 virtual ~ChromeURLRequestContext();
160 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContext);
173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the
194 // ChromeURLRequestContext* rather than a net::URLRequestContext*.
195 ChromeURLRequestContext* GetIOContext() {
196 return reinterpret_cast<ChromeURLRequestContext*>(GetURLRequestContext());
257 // ChromeURLRequestContext
    [all...]

Completed in 41 milliseconds