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

  /external/chromium_org/chrome/browser/profiles/
profile_downloader_unittest.cc 159 EXPECT_TRUE(ProfileDownloader::IsDefaultProfileImageURL(std::string()));
161 EXPECT_TRUE(ProfileDownloader::IsDefaultProfileImageURL(
164 EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL(
167 EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL(
170 EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL(
profile_downloader.h 111 static bool IsDefaultProfileImageURL(const std::string& url);
profile_downloader.cc 188 bool ProfileDownloader::IsDefaultProfileImageURL(const std::string& url) {
345 if (IsDefaultProfileImageURL(image_url)) {

Completed in 66 milliseconds