HomeSort by relevance Sort by last modified time
    Searched refs:ProfileIOData (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.h 19 class ProfileIOData;
94 const ProfileIOData* profile_io_data,
101 Profile* profile, const ProfileIOData* profile_io_data);
106 Profile* profile, const ProfileIOData* profile_io_data);
112 const ProfileIOData* profile_io_data,
123 const ProfileIOData* profile_io_data,
130 const ProfileIOData* profile_io_data,
136 Profile* profile, const ProfileIOData* profile_io_data);
142 const ProfileIOData* profile_io_data,
chrome_url_request_context.cc 44 const ProfileIOData* profile_io_data,
56 const ProfileIOData* const profile_io_data_;
63 explicit FactoryForExtensions(const ProfileIOData* profile_io_data)
71 const ProfileIOData* const profile_io_data_;
78 const ProfileIOData* profile_io_data,
105 const ProfileIOData* const profile_io_data_;
119 const ProfileIOData* profile_io_data,
138 const ProfileIOData* const profile_io_data_;
146 explicit FactoryForMedia(const ProfileIOData* profile_io_data)
155 const ProfileIOData* const profile_io_data_
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 131 void ProfileIOData::InitializeProfileParams(Profile* profile) {
191 ProfileIOData::RequestContext::RequestContext() {}
192 ProfileIOData::RequestContext::~RequestContext() {}
194 ProfileIOData::ProfileParams::ProfileParams()
198 ProfileIOData::ProfileParams::~ProfileParams() {}
200 ProfileIOData::ProfileIOData(bool is_incognito)
206 ProfileIOData::~ProfileIOData() {
207 // If we have never initialized ProfileIOData, then Handle may hold the onl
    [all...]
profile_io_data.h 48 // Conceptually speaking, the ProfileIOData represents data that lives on the IO
51 // implementation will maintain a reference to the ProfileIOData. The
52 // ProfileIOData will originally own a reference to the ChromeURLRequestContexts
54 // invoked, then ProfileIOData will release its reference to the
56 // reference to the ProfileIOData, so they exchange ownership. This is done
58 // ownership reversal prevents shutdown leaks. ProfileIOData will lazily
61 class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
75 friend class base::RefCountedThreadSafe<ProfileIOData>;
    [all...]
off_the_record_profile_io_data.h 26 // ChromeURLRequestContexts. When all of them go away, then ProfileIOData will
32 class OffTheRecordProfileIOData : public ProfileIOData {
65 // the ProfileIOData on the IO thread.
profile_impl_io_data.h 21 class ProfileImplIOData : public ProfileIOData {
70 // the ProfileIOData on the IO thread.
off_the_record_profile_io_data.cc 114 : ProfileIOData(true) {}
184 scoped_refptr<ProfileIOData::RequestContext>
188 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext;
profile_impl_io_data.cc 155 : ProfileIOData(false),
291 scoped_refptr<ProfileIOData::RequestContext>
295 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 221 void ProfileIOData::InitializeOnUIThread(Profile* profile) {
330 // in particular when this ProfileIOData isn't |initialized_| during deletion.
343 ProfileIOData::MediaRequestContext::MediaRequestContext(
349 void ProfileIOData::MediaRequestContext::SetHttpTransactionFactory(
355 ProfileIOData::MediaRequestContext::~MediaRequestContext() {}
357 ProfileIOData::AppRequestContext::AppRequestContext(
363 void ProfileIOData::AppRequestContext::SetCookieStore(
369 void ProfileIOData::AppRequestContext::SetHttpTransactionFactory(
375 void ProfileIOData::AppRequestContext::SetJobFactory(
381 ProfileIOData::AppRequestContext::~AppRequestContext() {
    [all...]
profile_io_data.h 66 // Conceptually speaking, the ProfileIOData represents data that lives on the IO
69 // ProfileIOData, but will make sure to delete it on the IO thread (except
71 class ProfileIOData {
73 virtual ~ProfileIOData();
75 static ProfileIOData* FromResourceContext(content::ResourceContext* rc);
95 // Initializes the ProfileIOData object and primes the RequestContext
241 // Created on the UI thread, read on the IO thread during ProfileIOData lazy
289 explicit ProfileIOData(bool is_incognito);
307 // ProfileIOData, and the derived class calls this method to set the
360 explicit ResourceContext(ProfileIOData* io_data)
    [all...]
off_the_record_profile_io_data.h 33 // ChromeURLRequestContexts. When all of them go away, then ProfileIOData will
39 class OffTheRecordProfileIOData : public ProfileIOData {
83 // the ProfileIOData on the IO thread.
profile_impl_io_data.h 30 class ProfileImplIOData : public ProfileIOData {
53 // circular relationship between Profile, ProfileIOData::Handle, and the
105 // the ProfileIOData on the IO thread.
194 // Same as |ProfileIOData::http_server_properties_|, owned there to maintain
off_the_record_profile_io_data.cc 158 : ProfileIOData(true) {}
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 37 class ProfileIOData;
202 Profile* profile, const ProfileIOData* profile_io_data);
208 Profile* profile, const ProfileIOData* profile_io_data);
213 Profile* profile, const ProfileIOData* profile_io_data);
219 const ProfileIOData* profile_io_data,
225 Profile* profile, const ProfileIOData* profile_io_data);
230 Profile* profile, const ProfileIOData* profile_io_data);
236 const ProfileIOData* profile_io_data,
chrome_url_request_context.cc 48 explicit FactoryForMain(const ProfileIOData* profile_io_data)
56 const scoped_refptr<const ProfileIOData> profile_io_data_;
62 explicit FactoryForExtensions(const ProfileIOData* profile_io_data)
70 const scoped_refptr<const ProfileIOData> profile_io_data_;
76 FactoryForIsolatedApp(const ProfileIOData* profile_io_data,
90 const scoped_refptr<const ProfileIOData> profile_io_data_;
99 explicit FactoryForMedia(const ProfileIOData* profile_io_data)
108 const scoped_refptr<const ProfileIOData> profile_io_data_;
205 const ProfileIOData* profile_io_data) {
215 Profile* profile, const ProfileIOData* profile_io_data)
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_http_header_provider.h 27 class ProfileIOData;
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h 22 class ProfileIOData;
107 ProfileIOData* io_data);
113 ProfileIOData* io_data,
178 ProfileIOData* io_data);
one_click_signin_helper.cc 294 ProfileIOData* io_data = ProfileIOData::FromResourceContext(context);
691 ProfileIOData* io_data) {
701 ProfileIOData* io_data) {
758 ProfileIOData* io_data,
    [all...]
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.h 19 class ProfileIOData;
131 ProfileIOData* profile_io_data_;
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 291 ProfileIOData* io_data = ProfileIOData::FromResourceContext(
313 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
439 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
476 ProfileIOData* io_data = ProfileIOData::FromResourceContext(resource_context);
505 ProfileIOData* io_data =
506 ProfileIOData::FromResourceContext(resource_context)
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_manager_base.h 40 class ProfileIOData;
signin_manager.h 45 class ProfileIOData;
180 static bool IsSigninAllowedOnIOThread(ProfileIOData* io_data);
  /external/chromium_org/chrome/browser/sync/
sync_prefs.h 19 class ProfileIOData;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 178 if (ProfileIOData::IsHandledProtocol(UTF16ToASCII(parsed_scheme)))

Completed in 503 milliseconds

1 2