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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 80 virtual bool ProfileIsUsingDefaultNameAtIndex(size_t index) const = 0;
profiles_state.cc 72 bool has_default_name = cache.ProfileIsUsingDefaultNameAtIndex(index);
profile_info_cache.h 93 virtual bool ProfileIsUsingDefaultNameAtIndex(size_t index) const OVERRIDE;
profile_info_cache.cc 299 if (ProfileIsUsingDefaultNameAtIndex(index)) {
441 bool ProfileInfoCache::ProfileIsUsingDefaultNameAtIndex(size_t index) const {
711 if (value == ProfileIsUsingDefaultNameAtIndex(index))
    [all...]

Completed in 485 milliseconds