OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_icon_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc
353
size_t
new_icon_index
;
local
362
} else if (profiles::IsDefaultAvatarIconUrl(icon_url, &
new_icon_index
)) {
363
ProfileMetrics::LogProfileAvatarSelection(
new_icon_index
);
367
pref_service->SetInteger(prefs::kProfileAvatarIndex,
new_icon_index
);
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
213
size_t
new_icon_index
= 3;
local
214
GetCache()->SetAvatarIconOfProfileAtIndex(1,
new_icon_index
);
Completed in 505 milliseconds