Searched refs:ProfileImplIOData (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.h21 class ProfileImplIOData : public ProfileIOData { class in inherits:ProfileIOData
78 const scoped_refptr<ProfileImplIOData> io_data_;
88 friend class base::RefCountedThreadSafe<ProfileImplIOData>;
106 ProfileImplIOData();
107 virtual ~ProfileImplIOData();
135 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
H A Dprofile_impl_io_data.cc24 ProfileImplIOData::Handle::Handle(Profile* profile)
25 : io_data_(new ProfileImplIOData),
32 ProfileImplIOData::Handle::~Handle() {
52 void ProfileImplIOData::Handle::Init(const FilePath& cookie_path,
77 ProfileImplIOData::Handle::GetResourceContext() const {
84 ProfileImplIOData::Handle::GetMainRequestContextGetter() const {
96 ProfileImplIOData::Handle::GetMediaRequestContextGetter() const {
108 ProfileImplIOData::Handle::GetExtensionsRequestContextGetter() const {
120 ProfileImplIOData::Handle::GetIsolatedAppRequestContextGetter(
140 void ProfileImplIOData
154 ProfileImplIOData::ProfileImplIOData() function in class:ProfileImplIOData
[all...]
H A Dprofile_impl.h232 ProfileImplIOData::Handle io_data_;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc124 ProfileImplIOData::Handle::Handle(Profile* profile)
125 : io_data_(new ProfileImplIOData),
132 ProfileImplIOData::Handle::~Handle() {
153 void ProfileImplIOData::Handle::Init(
197 ProfileImplIOData::Handle::GetResourceContext() const {
204 ProfileImplIOData::Handle::GetResourceContextNoInit() const {
213 ProfileImplIOData::Handle::CreateMainRequestContextGetter(
237 ProfileImplIOData::Handle::GetMediaRequestContextGetter() const {
248 ProfileImplIOData::Handle::GetExtensionsRequestContextGetter() const {
259 ProfileImplIOData
369 ProfileImplIOData::ProfileImplIOData() function in class:ProfileImplIOData
[all...]
H A Dprofile_impl_io_data.h30 class ProfileImplIOData : public ProfileIOData { class in inherits:ProfileIOData
115 ProfileImplIOData* const io_data_;
125 friend class base::RefCountedThreadSafe<ProfileImplIOData>;
144 ProfileImplIOData();
145 virtual ~ProfileImplIOData();
208 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);
H A Dprofile_impl.h228 ProfileImplIOData::Handle io_data_;

Completed in 110 milliseconds