Searched refs:FindPositionForProfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.h173 std::vector<std::string>::iterator FindPositionForProfile(
H A Dprofile_info_cache.cc154 sorted_keys_.insert(FindPositionForProfile(it.key(), name), it.key());
210 sorted_keys_.insert(FindPositionForProfile(key, name), key);
920 std::vector<std::string>::iterator ProfileInfoCache::FindPositionForProfile( function in class:ProfileInfoCache
979 sorted_keys_.insert(FindPositionForProfile(key, name), key);

Completed in 118 milliseconds