Home
last modified time | relevance | path

Searched refs:GetResourceContext (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc50 OffTheRecordProfileIOData::Handle::GetResourceContext() const { in GetResourceContext() function in OffTheRecordProfileIOData::Handle
53 return io_data_->GetResourceContext(); in GetResourceContext()
Doff_the_record_profile_io_data.h39 const content::ResourceContext& GetResourceContext() const;
Dprofile_impl_io_data.h42 const content::ResourceContext& GetResourceContext() const;
Dprofile_impl_io_data.cc77 ProfileImplIOData::Handle::GetResourceContext() const { in GetResourceContext() function in ProfileImplIOData::Handle
80 return io_data_->GetResourceContext(); in GetResourceContext()
Dprofile_io_data.h72 const content::ResourceContext& GetResourceContext() const;
Dprofile.cc437 virtual const content::ResourceContext& GetResourceContext() { in GetResourceContext() function in OffTheRecordProfileImpl
438 return io_data_.GetResourceContext(); in GetResourceContext()
Dprofile_io_data.cc256 const content::ResourceContext& ProfileIOData::GetResourceContext() const { in GetResourceContext() function in ProfileIOData
Dprofile.h381 virtual const content::ResourceContext& GetResourceContext() = 0;
Dprofile_impl.h90 virtual const content::ResourceContext& GetResourceContext();
Dprofile_impl.cc893 const content::ResourceContext& ProfileImpl::GetResourceContext() { in GetResourceContext() function in ProfileImpl
894 return io_data_.GetResourceContext(); in GetResourceContext()