Lines Matching refs:IconValue
572 struct IconValue struct
574 IconValue() : mini(BRect(0, 0, 15, 15), B_CMAP8), in IconValue() argument
576 IconValue(const BBitmap *mini, const BBitmap *large) in IconValue() argument
586 bool operator==(const IconValue &value) in operator ==() argument
599 static status_t Set(BAppFileInfo &info, const IconValue &value) in Set() argument
611 static status_t Get(BAppFileInfo &info, IconValue &value) in Get()
623 static void CheckAttribute(BNode &file, const IconValue &value) in CheckAttribute()
631 static void CheckResource(BFile &file, const IconValue &value) in CheckResource()
702 struct IconForTypeValue : public IconValue
709 : IconValue(mini, large), type(testType1) {} in IconForTypeValue()
2785 InfoLocationTester<IconValue, IconSetter, IconGetter, IconChecker>( in InfoLocationTest()
2786 IconValue(fIconM1, fIconL1), in InfoLocationTest()
2787 IconValue(fIconM2, fIconL2), in InfoLocationTest()
2788 IconValue(fIconM3, fIconL3)); in InfoLocationTest()