/external/chromium/chrome/common/extensions/ |
D | extension_action_unittest.cc | 62 ASSERT_EQ(-1, action.GetIconIndex(1)); in TEST() 66 ASSERT_EQ(1, action.GetIconIndex(1)); in TEST() 67 ASSERT_EQ(1, action.GetIconIndex(100)); in TEST() 69 ASSERT_EQ(0, action.GetIconIndex(100)); in TEST() 70 ASSERT_EQ(1, action.GetIconIndex(1)); in TEST() 72 ASSERT_EQ(1, action.GetIconIndex(100)); in TEST() 73 ASSERT_EQ(1, action.GetIconIndex(1)); in TEST()
|
D | extension_action.h | 87 int GetIconIndex(int tab_id) { in GetIconIndex() function
|
/external/chromium_org/ui/base/models/ |
D | tree_model.cc | 16 int TreeModel::GetIconIndex(TreeModelNode* node) { in GetIconIndex() function in ui::TreeModel
|
D | tree_model.h | 93 virtual int GetIconIndex(TreeModelNode* node);
|
/external/chromium/chrome/browser/ |
D | app_icon_win.cc | 17 if (BrowserDistribution::GetDistribution()->GetIconIndex()) in GetAppIcon()
|
D | cookies_tree_model.h | 482 virtual int GetIconIndex(ui::TreeModelNode* node);
|
/external/chromium_org/chrome/installer/util/ |
D | google_chrome_sxs_distribution.h | 24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
D | chromium_binaries_distribution.h | 26 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
D | chrome_frame_distribution.h | 24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
D | chromium_binaries_distribution.cc | 108 int ChromiumBinariesDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in ChromiumBinariesDistribution
|
D | google_chrome_sxs_distribution.cc | 95 int GoogleChromeSxSDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in GoogleChromeSxSDistribution
|
D | chrome_frame_distribution.cc | 124 int ChromeFrameDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in ChromeFrameDistribution
|
D | google_chrome_distribution.h | 43 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
D | google_chrome_distribution_dummy.cc | 49 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in GoogleChromeDistribution
|
D | browser_distribution.h | 82 virtual int GetIconIndex(ShortcutType shortcut_type);
|
D | chrome_app_host_operations.cc | 112 dist->GetIconIndex(BrowserDistribution::SHORTCUT_APP_LAUNCHER)); in AddDefaultShortcutProperties()
|
D | chrome_browser_operations.cc | 116 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME); in AddDefaultShortcutProperties()
|
D | browser_distribution.cc | 175 int BrowserDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in BrowserDistribution
|
D | google_chrome_distribution.cc | 149 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) { in GetIconIndex() function in GoogleChromeDistribution
|
D | shell_util.cc | 225 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME))); in GetProgIdEntries() 358 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME))); in GetShellIntegrationEntries() 511 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME)); in GetXPStyleDefaultBrowserUserEntries() 917 dist->GetIconIndex(BrowserDistribution::SHORTCUT_CHROME))); in RegisterChromeAsDefaultProtocolClientXPStyle()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 216 int icon_index = page_action_->GetIconIndex(current_tab_id_); in UpdateVisibility()
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | page_action_decoration.mm | 155 // page_action_->GetIconIndex(). 162 int icon_index = page_action_->GetIconIndex(current_tab_id_);
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | collected_cookies_mac.mm | 301 index = allowedTreeModel_->GetIconIndex([node treeNode]); 303 index = blockedTreeModel_->GetIconIndex([node treeNode]);
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
D | collected_cookies_mac.mm | 302 index = allowedTreeModel_->GetIconIndex([node treeNode]); 304 index = blockedTreeModel_->GetIconIndex([node treeNode]);
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_service_win.cc | 117 return dist->GetIconIndex(BrowserDistribution::SHORTCUT_APP_LAUNCHER); in GetAppListIconIndex()
|