OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileParams
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_io_data.h
93
struct
ProfileParams
{
94
ProfileParams
();
95
~
ProfileParams
();
185
virtual void LazyInitializeInternal(
ProfileParams
* profile_params) const = 0;
207
mutable scoped_ptr<
ProfileParams
> profile_params_;
profile_io_data.cc
135
scoped_ptr<
ProfileParams
> params(new
ProfileParams
);
194
ProfileIOData::
ProfileParams
::
ProfileParams
()
198
ProfileIOData::
ProfileParams
::~
ProfileParams
() {}
off_the_record_profile_io_data.h
53
// Lazily initialize
ProfileParams
. We do this on the calls to
54
// Get*RequestContextGetter(), so we only initialize
ProfileParams
right
90
virtual void LazyInitializeInternal(
ProfileParams
* profile_params) const;
profile_impl_io_data.h
58
// Lazily initialize
ProfileParams
. We do this on the calls to
59
// Get*RequestContextGetter(), so we only initialize
ProfileParams
right
109
virtual void LazyInitializeInternal(
ProfileParams
* profile_params) const;
off_the_record_profile_io_data.cc
120
ProfileParams
* profile_params) const {
profile_impl_io_data.cc
162
ProfileParams
* profile_params) const {
Completed in 54 milliseconds