Home | History | Annotate | Download | only in profiles

Lines Matching refs:ChromeURLRequestContext

53 // that reference its members. When an accessor for a ChromeURLRequestContext is
55 // ChromeURLRequestContext and the ChromeURLRequestContext will acquire a
59 // initialize its members on the first invocation of a ChromeURLRequestContext
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
66 scoped_refptr<ChromeURLRequestContext> GetMainRequestContext() const;
67 scoped_refptr<ChromeURLRequestContext> GetMediaRequestContext() const;
68 scoped_refptr<ChromeURLRequestContext> GetExtensionsRequestContext() const;
69 scoped_refptr<ChromeURLRequestContext> GetIsolatedAppRequestContext(
70 scoped_refptr<ChromeURLRequestContext> main_context,
77 class RequestContext : public ChromeURLRequestContext {
128 void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
159 ChromeURLRequestContext* main_request_context() const {
163 ChromeURLRequestContext* extensions_request_context() const {
190 scoped_refptr<ChromeURLRequestContext> main_context,
195 virtual scoped_refptr<ChromeURLRequestContext>
197 virtual scoped_refptr<ChromeURLRequestContext>
199 scoped_refptr<ChromeURLRequestContext> main_context,