Searched refs:IconValue (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | AppFileInfoTest.cpp | 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() [all …]
|