Searched refs:GetIconIndex (Results 1 – 10 of 10) sorted by relevance
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()
87 int GetIconIndex(int tab_id) { in GetIconIndex() function
17 if (BrowserDistribution::GetDistribution()->GetIconIndex()) in GetAppIcon()
482 virtual int GetIconIndex(ui::TreeModelNode* node);
573 int CookiesTreeModel::GetIconIndex(ui::TreeModelNode* node) { in GetIconIndex() function in CookiesTreeModel
216 int icon_index = page_action_->GetIconIndex(current_tab_id_); in UpdateVisibility()
155 // page_action_->GetIconIndex().162 int icon_index = page_action_->GetIconIndex(current_tab_id_);
301 index = allowedTreeModel_->GetIconIndex([node treeNode]);303 index = blockedTreeModel_->GetIconIndex([node treeNode]);
382 int icon_index = tree_model_->GetIconIndex(node); in FillRow()
1517 int icon_index = page_action_->GetIconIndex(current_tab_id_); in UpdateVisibility()