Home
last modified time | relevance | path

Searched refs:ProfileIsEphemeralAtIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_interface.h75 virtual bool ProfileIsEphemeralAtIndex(size_t index) const = 0;
Dprofile_info_cache.h92 virtual bool ProfileIsEphemeralAtIndex(size_t index) const OVERRIDE;
Dprofile_info_cache.cc423 bool ProfileInfoCache::ProfileIsEphemeralAtIndex(size_t index) const { in ProfileIsEphemeralAtIndex() function in ProfileInfoCache
704 if (value == ProfileIsEphemeralAtIndex(index)) in SetProfileIsEphemeralAtIndex()
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1025 if (profile_cache.ProfileIsEphemeralAtIndex(i)) in PreProfileInit()