OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
186
bool ProfileDownloader::
IsDefaultProfileImageURL
(const std::string& url) {
339
if (
IsDefaultProfileImageURL
(image_url)) {
Completed in 28 milliseconds