Searched refs:checkbox_map_ (Results 1 – 5 of 5) sorted by relevance
76 EXPECT_EQ(2U, dialog.checkbox_map_.size()); in TEST_F()78 GtkWidget* checkbox1 = dialog.checkbox_map_[1]; in TEST_F()82 GtkWidget* checkbox2 = dialog.checkbox_map_[2]; in TEST_F()104 EXPECT_EQ(1U, dialog.checkbox_map_.size()); in TEST_F()106 dialog.checkbox_map_[1]; in TEST_F()133 EXPECT_TRUE(dialog.checkbox_map_.empty()); in TEST_F()139 EXPECT_EQ(1U, dialog.checkbox_map_.size()); in TEST_F()145 EXPECT_EQ(2U, dialog.checkbox_map_.size()); in TEST_F()150 EXPECT_EQ(2U, dialog.checkbox_map_.size()); in TEST_F()167 EXPECT_TRUE(dialog.checkbox_map_.empty()); in TEST_F()[all …]
62 checkbox_map_.clear(); in InitWidgets()186 checkbox_map_[gallery.pref_id] = widget; in UpdateGalleryInContainer()203 for (CheckboxMap::const_iterator iter = checkbox_map_.begin(); in OnToggled()204 iter != checkbox_map_.end(); ++iter) { in OnToggled()
69 CheckboxMap checkbox_map_; variable
138 checkbox_map_.clear(); in InitChildViews()207 CheckboxMap::iterator iter = checkbox_map_.find(gallery.pref_id); in AddOrUpdateGallery()208 if (iter != checkbox_map_.end() && in AddOrUpdateGallery()258 checkbox_map_[gallery.pref_id] = checkbox; in AddOrUpdateGallery()342 for (CheckboxMap::const_iterator iter = checkbox_map_.begin(); in ButtonPressed()343 iter != checkbox_map_.end(); ++iter) { in ButtonPressed()362 for (CheckboxMap::const_iterator iter = checkbox_map_.begin(); in ShowContextMenuForView()363 iter != checkbox_map_.end(); ++iter) { in ShowContextMenuForView()
92 CheckboxMap checkbox_map_; variable