Home
last modified time | relevance | path

Searched refs:icon_index_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist_updater.h32 int icon_index() const { return icon_index_; } in icon_index()
41 icon_index_ = index; in set_icon()
68 int icon_index_; variable
H A Djumplist_updater.cc87 : command_line_(base::CommandLine::NO_PROGRAM), icon_index_(0) { in ShellLinkItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_avatar_downloader.h35 size_t icon_index_; variable
H A Dprofile_avatar_downloader.cc27 : icon_index_(icon_index), callback_(std::move(callback)) { in ProfileAvatarDownloader()