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

  /external/chromium_org/ui/base/models/
tree_model.cc 16 int TreeModel::GetIconIndex(TreeModelNode* node) {
tree_model.h 93 virtual int GetIconIndex(TreeModelNode* node);
  /external/chromium_org/chrome/installer/util/
google_chrome_sxs_distribution.h 24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
chrome_frame_distribution.h 24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
chromium_binaries_distribution.h 25 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
google_chrome_distribution.h 43 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
browser_distribution.h 91 virtual int GetIconIndex(ShortcutType shortcut_type);
chrome_frame_distribution.cc 100 int ChromeFrameDistribution::GetIconIndex(ShortcutType shortcut_type) {
chromium_binaries_distribution.cc 103 int ChromiumBinariesDistribution::GetIconIndex(ShortcutType shortcut_type) {
google_chrome_distribution_dummy.cc 51 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {
google_chrome_sxs_distribution.cc 94 int GoogleChromeSxSDistribution::GetIconIndex(ShortcutType shortcut_type) {
chrome_app_host_operations.cc 115 dist->GetIconIndex(BrowserDistribution::SHORTCUT_APP_LAUNCHER));
chrome_browser_operations.cc 119 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME);
browser_distribution.cc 189 int BrowserDistribution::GetIconIndex(ShortcutType shortcut_type) {
google_chrome_distribution.cc 152 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {
shell_util.cc 228 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME)));
363 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME)));
520 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME));
    [all...]
shell_util_unittest.cc 163 int icon_index = dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 74 return dist->GetIconIndex(BrowserDistribution::SHORTCUT_APP_LAUNCHER);
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 631 virtual int GetIconIndex(ui::TreeModelNode* node) OVERRIDE;
cookies_tree_model.cc 897 int CookiesTreeModel::GetIconIndex(ui::TreeModelNode* node) {
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 775 int icon_index = model_->GetIconIndex(node->model_node());
  /external/chromium_org/chrome/installer/setup/
install_worker.cc     [all...]

Completed in 7064 milliseconds