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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 154 bool IconIndexIsUnique(size_t icon_index) const;
profile_info_cache.cc 691 bool ProfileInfoCache::IconIndexIsUnique(size_t icon_index) const {
710 if (!must_be_unique || IconIndexIsUnique(icon_index)) {

Completed in 45 milliseconds