Searched refs:IsSupportedType (Results 1 – 7 of 7) sorted by relevance
1477 CHK(appFileInfo.IsSupportedType(testType1) == true); in SupportedTypesTest()1478 CHK(appFileInfo.IsSupportedType(testType2) == true); in SupportedTypesTest()1494 CHK(appFileInfo.IsSupportedType(testType1) == false); in SupportedTypesTest()1495 CHK(appFileInfo.IsSupportedType(testType2) == false); in SupportedTypesTest()1496 CHK(appFileInfo.IsSupportedType(testType3) == true); in SupportedTypesTest()1497 CHK(appFileInfo.IsSupportedType(testType4) == true); in SupportedTypesTest()1554 CHK(appFileInfo.IsSupportedType(testType1) == false); in SupportedTypesTest()1555 CHK(appFileInfo.IsSupportedType(testType2) == false); in SupportedTypesTest()1556 CHK(appFileInfo.IsSupportedType(testType3) == false); in SupportedTypesTest()1557 CHK(appFileInfo.IsSupportedType(testType4) == false); in SupportedTypesTest()[all …]
76 bool IsSupportedType(const char* type) const;
450 BAppFileInfo::IsSupportedType(const char* type) const in IsSupportedType() function in BAppFileInfo
448 BAppFileInfo::IsSupportedType(const char* type) const in IsSupportedType() function in BAppFileInfo
1047 if (fileinfo.IsSupportedType(fCachedTypesList->ItemAt(i)->String())) in AppCanHandleTypes()
437 \fn bool BAppFileInfo::IsSupportedType(const char* type) const457 Unlike IsSupportedType(), this method returns \c true, only if the type
2956 if (info.IsSupportedType(type.String())) { in EachAddOn()