OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileInfoCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.h
35
class
ProfileInfoCache
: public ProfileInfoInterface,
36
public base::SupportsWeakPtr<
ProfileInfoCache
> {
38
ProfileInfoCache
(PrefService* prefs, const base::FilePath& user_data_dir);
39
virtual ~
ProfileInfoCache
();
147
// rather than going through the
ProfileInfoCache
object.
197
DISALLOW_COPY_AND_ASSIGN(
ProfileInfoCache
);
profile_info_cache.cc
177
ProfileInfoCache
::
ProfileInfoCache
(PrefService* prefs,
200
ProfileInfoCache
::~
ProfileInfoCache
() {
205
void
ProfileInfoCache
::AddProfileToCache(const base::FilePath& profile_path,
236
void
ProfileInfoCache
::AddObserver(ProfileInfoCacheObserver* obs) {
240
void
ProfileInfoCache
::RemoveObserver(ProfileInfoCacheObserver* obs) {
244
void
ProfileInfoCache
::DeleteProfileFromCache(
273
size_t
ProfileInfoCache
::GetNumberOfProfiles() const {
277
size_t
ProfileInfoCache
::GetIndexOfProfileWithPath
[
all
...]
Completed in 150 milliseconds