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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 149 std::vector<std::string>::iterator FindPositionForProfile(
profile_info_cache.cc 186 sorted_keys_.insert(FindPositionForProfile(it.key(), name), it.key());
221 sorted_keys_.insert(FindPositionForProfile(key, name), key);
812 std::vector<std::string>::iterator ProfileInfoCache::FindPositionForProfile(
839 sorted_keys_.insert(FindPositionForProfile(key, name), key);

Completed in 897 milliseconds