HomeSort by relevance Sort by last modified time
    Searched defs:ProfileImplIOData (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 21 class ProfileImplIOData : public 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);
profile_impl_io_data.cc 24 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::Handle::LazyInitialize() const
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 76 ProfileImplIOData::Handle::Handle(Profile* profile)
77 : io_data_(new ProfileImplIOData),
84 ProfileImplIOData::Handle::~Handle() {
98 void ProfileImplIOData::Handle::Init(
142 ProfileImplIOData::Handle::GetResourceContext() const {
149 ProfileImplIOData::Handle::GetResourceContextNoInit() const {
158 ProfileImplIOData::Handle::CreateMainRequestContextGetter(
182 ProfileImplIOData::Handle::GetMediaRequestContextGetter() const {
194 ProfileImplIOData::Handle::GetExtensionsRequestContextGetter() const {
206 ProfileImplIOData::Handle::CreateIsolatedAppRequestContextGetter
    [all...]
profile_impl_io_data.h 30 class ProfileImplIOData : public ProfileIOData {
115 ProfileImplIOData* const io_data_;
125 friend class base::RefCountedThreadSafe<ProfileImplIOData>;
147 ProfileImplIOData();
148 virtual ~ProfileImplIOData();
211 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);

Completed in 50 milliseconds