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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 132 static size_t GetDefaultAvatarIconCount();
profile_info_cache.cc 764 size_t end = GetDefaultAvatarIconCount();
800 size_t ProfileInfoCache::GetDefaultAvatarIconCount() {
profile_shortcut_manager_win.cc 671 profile_manager_->GetProfileInfoCache().GetDefaultAvatarIconCount());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_import_handler.cc 35 for (size_t i = 0; i < ProfileInfoCache::GetDefaultAvatarIconCount(); ++i) {
manage_profile_handler.cc 243 for (size_t i = 0; i < ProfileInfoCache::GetDefaultAvatarIconCount(); i++) {

Completed in 367 milliseconds