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

  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.h 31 class ChromeURLRequestContext : public net::URLRequestContext {
39 ChromeURLRequestContext(ContextType type,
41 virtual ~ChromeURLRequestContext();
43 base::WeakPtr<ChromeURLRequestContext> GetWeakPtr() {
48 void CopyFrom(ChromeURLRequestContext* other);
51 base::WeakPtrFactory<ChromeURLRequestContext> weak_factory_;
65 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContext);
77 // create the ChromeURLRequestContext.
86 virtual ChromeURLRequestContext* GetURLRequestContext() OVERRIDE;
151 // Deferred logic for creating a ChromeURLRequestContext
    [all...]
chrome_url_request_context.cc 28 virtual ChromeURLRequestContext* Create() = 0;
40 // Factory that creates the main ChromeURLRequestContext.
50 virtual ChromeURLRequestContext* Create() OVERRIDE {
60 // Factory that creates the ChromeURLRequestContext for extensions.
66 virtual ChromeURLRequestContext* Create() OVERRIDE {
74 // Factory that creates the ChromeURLRequestContext for a given isolated app.
91 virtual ChromeURLRequestContext* Create() OVERRIDE {
114 // Factory that creates the media ChromeURLRequestContext for a given isolated
126 virtual ChromeURLRequestContext* Create() OVERRIDE {
143 // Factory that creates the ChromeURLRequestContext for media
    [all...]
  /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 172 milliseconds