Searched defs:GetResourceContext (Results 1 - 5 of 5) sorted by relevance

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

Completed in 93 milliseconds