Home
last modified time | relevance | path

Searched refs:GetIconIndex (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_action_unittest.cc62 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()
Dextension_action.h87 int GetIconIndex(int tab_id) { in GetIconIndex() function
/external/chromium/chrome/browser/
Dapp_icon_win.cc17 if (BrowserDistribution::GetDistribution()->GetIconIndex()) in GetAppIcon()
Dcookies_tree_model.h482 virtual int GetIconIndex(ui::TreeModelNode* node);
Dcookies_tree_model.cc573 int CookiesTreeModel::GetIconIndex(ui::TreeModelNode* node) { in GetIconIndex() function in CookiesTreeModel
/external/chromium/chrome/browser/ui/views/location_bar/
Dpage_action_image_view.cc216 int icon_index = page_action_->GetIconIndex(current_tab_id_); in UpdateVisibility()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm155 // page_action_->GetIconIndex().
162 int icon_index = page_action_->GetIconIndex(current_tab_id_);
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm301 index = allowedTreeModel_->GetIconIndex([node treeNode]);
303 index = blockedTreeModel_->GetIconIndex([node treeNode]);
/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc382 int icon_index = tree_model_->GetIconIndex(node); in FillRow()
Dlocation_bar_view_gtk.cc1517 int icon_index = page_action_->GetIconIndex(current_tab_id_); in UpdateVisibility()