OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDefaultAvatarIconUrl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.h
141
static bool
IsDefaultAvatarIconUrl
(const std::string& icon_url,
profile_info_cache.cc
472
if (!
IsDefaultAvatarIconUrl
(icon_url, &icon_index))
822
bool ProfileInfoCache::
IsDefaultAvatarIconUrl
(const std::string& url,
profile_manager.cc
580
if (cache.
IsDefaultAvatarIconUrl
(icon_url_std, &icon_index)) {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
300
} else if (cache.
IsDefaultAvatarIconUrl
(icon_url, &new_icon_index)) {
Completed in 71 milliseconds