Searched refs:GetHasIcon (Results 1 – 3 of 3) sorted by relevance
303 EXPECT_FALSE(property.GetHasIcon().has_value());315 EXPECT_TRUE(property.GetHasIcon().value());337 EXPECT_TRUE(property.GetHasIcon().value());346 EXPECT_FALSE(property.GetHasIcon().has_value());373 EXPECT_TRUE(property.GetHasIcon());
95 auto hasIcon = props->GetHasIcon().value_or(false); in PaintDivider()
226 bool GetHasIcon(const std::vector<OptionParam>& params) in GetHasIcon() function993 bool optionsHasIcon = GetHasIcon(params); in Create()