HomeSort by relevance Sort by last modified time
    Searched refs:icon_index (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.cc 20 size_t icon_index,
23 : icon_index_(icon_index),
27 profiles::GetDefaultAvatarIconFileNameAtIndex(icon_index));
avatar_menu_desktop.cc 37 const size_t icon_index = cache.GetAvatarIconIndexOfProfileAtIndex(index); local
39 profiles::GetDefaultAvatarIconResourceIDAtIndex(icon_index);
profile_avatar_downloader.h 14 ProfileAvatarDownloader(size_t icon_index,
profile_info_cache.cc 189 size_t icon_index,
199 profiles::GetDefaultAvatarIconUrl(icon_index));
213 DownloadHighResAvatar(icon_index, profile_path);
445 size_t icon_index = 0; local
446 if (!profiles::IsDefaultAvatarIconUrl(icon_url, &icon_index))
449 return icon_index;
512 size_t icon_index) {
516 profiles::GetDefaultAvatarIconUrl(icon_index));
524 DownloadHighResAvatar(icon_index, profile_path);
763 size_t icon_index) const
793 size_t icon_index = 0; local
960 size_t icon_index = start + (rand + i) % count; local
    [all...]
profile_info_cache.h 50 size_t icon_index,
105 void SetAvatarIconOfProfileAtIndex(size_t index, size_t icon_index);
128 base::string16 ChooseNameForNewProfile(size_t icon_index) const;
146 // Starts downloading the high res avatar at index |icon_index| for profile
148 void DownloadHighResAvatar(size_t icon_index,
178 bool IconIndexIsUnique(size_t icon_index) const;
profile_avatar_icon_util.h 66 // is, returns true and its index through |icon_index|. If not, returns false.
67 bool IsDefaultAvatarIconUrl(const std::string& icon_url, size_t *icon_index);
profile_avatar_icon_util.cc 368 bool IsDefaultAvatarIconUrl(const std::string& url, size_t* icon_index) {
369 DCHECK(icon_index);
381 *icon_index = int_value;
profile_metrics.cc 195 void ProfileMetrics::LogProfileAvatarSelection(size_t icon_index) {
196 DCHECK(icon_index < NUM_PROFILE_AVATAR_METRICS);
198 switch (icon_index) {
profile_metrics.h 198 static void LogProfileAvatarSelection(size_t icon_index);
profile_manager.cc 419 size_t icon_index; local
421 if (profiles::IsDefaultAvatarIconUrl(icon_url_std, &icon_index)) {
423 cache.AddProfileToCache(profile_path, name, base::string16(), icon_index,
1166 size_t icon_index = profile->GetPrefs()->GetInteger( local
    [all...]
profile_shortcut_manager_win.cc 835 const size_t icon_index = local
    [all...]
  /external/chromium_org/base/win/
shortcut.h 51 ShortcutProperties() : icon_index(-1), dual_mode(false), options(0U) {}
79 icon_index = icon_index_in;
104 // The path to the icon (can be a dll or exe, in which case |icon_index| is
107 int icon_index; member in struct:base::win::ShortcutProperties
shortcut_unittest.cc 102 EXPECT_EQ(link_properties_.icon_index, properties_read_1.icon_index);
125 EXPECT_EQ(0, properties_read_2.icon_index);
shortcut.cc 121 properties.icon_index))) {
  /external/chromium_org/chrome/installer/util/
chrome_browser_operations.cc 106 // - icon_index: |dist|'s icon index (possibly overridden by
118 int icon_index = local
125 &icon_index);
127 properties->set_icon(target_exe, icon_index);
shell_util.h 94 : level(level_in), icon_index(0), dual_mode(false),
125 // Sets the path to the icon (icon_index set to 0).
129 icon_index = icon_index_in;
199 int icon_index; member in struct:ShellUtil::ShortcutProperties
337 // Returns the string "|icon_path|,|icon_index|" (see, for example,
340 int icon_index);
master_preferences_unittest.cc 113 int icon_index = 0; local
116 &icon_index));
117 EXPECT_EQ(icon_index, 1);
172 int icon_index = 0; local
175 &icon_index));
176 EXPECT_EQ(icon_index, 0);
shell_util_unittest.cc 156 expected_properties.set_icon(properties.icon, properties.icon_index);
158 int icon_index = dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME); local
159 expected_properties.set_icon(chrome_exe_, icon_index);
    [all...]
  /external/chromium_org/chrome/browser/
jumplist_updater_win.h 29 int icon_index() const { return icon_index_; } function in class:ShellLinkItem
jumplist_updater_win.cc 56 link->SetIconLocation(item->icon_path().c_str(), item->icon_index());
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 259 const size_t icon_index = cache.ChooseAvatarIconIndexForNewProfile(); local
262 profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index));
264 profiles::GetDefaultAvatarIconUrl(icon_index));
  /external/chromium_org/base/test/
test_shortcut_win.cc 110 EXPECT_EQ(properties.icon_index, read_icon_index);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 271 size_t icon_index = g_browser_process->profile_manager()-> local
275 base::UTF8ToUTF16(profiles::GetDefaultAvatarIconUrl(icon_index)),
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 464 int icon_index; local
472 } else if (details_->GetInteger("iconIndex", &icon_index)) {
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 775 int icon_index = model_->GetIconIndex(node->model_node()); local
776 if (icon_index != -1)
777 icon = icons_[icon_index];

Completed in 541 milliseconds

1 2