Lines Matching refs:SetIconForType

719 		status_t error = info.SetIconForType(value.type.c_str(), &value.mini,
722 error = info.SetIconForType(value.type.c_str(), &value.large,
2369 CHK(appFileInfo.SetIconForType(testType1, fIconM1, B_MINI_ICON)
2379 CHK(appFileInfo.SetIconForType(testType1, fIconM2, B_MINI_ICON)
2391 CHK(appFileInfo.SetIconForType(testType1, fIconL1, B_LARGE_ICON)
2402 CHK(appFileInfo.SetIconForType(testType1, fIconL2, B_LARGE_ICON)
2439 // status_t SetIconForType(const char *type, const BBitmap *icon,
2449 CHK(appFileInfo.SetIconForType(testType1, NULL, B_MINI_ICON) == B_OK);
2459 CHK(appFileInfo.SetIconForType(testType1, NULL, B_LARGE_ICON) == B_OK);
2473 CHK(appFileInfo.SetIconForType(testType1, &icon, B_MINI_ICON)
2476 CHK(appFileInfo.SetIconForType(testType1, &icon2, B_LARGE_ICON)
2486 CHK(appFileInfo.SetIconForType(testType1, &icon, B_MINI_ICON)
2489 CHK(appFileInfo.SetIconForType(testType1, &icon2, B_LARGE_ICON)
2498 CHK(appFileInfo.SetIconForType(NULL, fIconM1, B_MINI_ICON) == B_OK);
2499 CHK(appFileInfo.SetIconForType(NULL, fIconL1, B_LARGE_ICON) == B_OK);
2536 CHK(appFileInfo.SetIconForType(testType1, fIconM1, B_MINI_ICON)
2538 CHK(appFileInfo.SetIconForType(testType1, fIconL1, B_LARGE_ICON)
2540 CHK(appFileInfo.SetIconForType(testType2, fIconM2, B_MINI_ICON)
2542 CHK(appFileInfo.SetIconForType(testType2, fIconL2, B_LARGE_ICON)
2581 CHK(appFileInfo.SetIconForType(testType1, NULL, B_MINI_ICON) == B_OK);
2582 CHK(appFileInfo.SetIconForType(testType1, NULL, B_LARGE_ICON) == B_OK);
2583 CHK(appFileInfo.SetIconForType(testType2, NULL, B_MINI_ICON) == B_OK);
2584 CHK(appFileInfo.SetIconForType(testType2, NULL, B_LARGE_ICON) == B_OK);
2592 CHK(appFileInfo.SetIconForType(invalidTestType, fIconM1, B_MINI_ICON)
2594 CHK(appFileInfo.SetIconForType(invalidTestType, fIconL1, B_LARGE_ICON)
2615 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconM1, B_MINI_ICON)
2617 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconL1, B_LARGE_ICON)
2631 CHK(appFileInfo.SetIconForType(testType1, fIconM1, B_MINI_ICON)
2633 CHK(appFileInfo.SetIconForType(testType1, fIconL1, B_LARGE_ICON)
2648 CHK(appFileInfo.SetIconForType(testType1, fIconM2, B_MINI_ICON)
2650 CHK(appFileInfo.SetIconForType(testType1, fIconL2, B_LARGE_ICON)