Searched refs:gSupportedTypes (Results 1 – 1 of 1) sorted by relevance
62 static Vector<CFStringRef>* gSupportedTypes = 0; variable882 if (gSupportedTypes) in initializeSupportedTypes()885 gSupportedTypes = new Vector<CFStringRef>; in initializeSupportedTypes()892 gSupportedTypes->append(CFSTR("video/quicktime")); in initializeSupportedTypes()952 for (int addedIndex = 0; addedIndex < gSupportedTypes->size(); addedIndex++) { in initializeSupportedTypes()953 CFStringRef type = gSupportedTypes->at(addedIndex); in initializeSupportedTypes()960 gSupportedTypes->append(cfMimeType); in initializeSupportedTypes()972 return static_cast<unsigned>(gSupportedTypes->size()); in countSupportedTypes()978 ASSERT(index < gSupportedTypes->size()); in getSupportedType()985 CFStringRef cfstr = gSupportedTypes->at(index); in getSupportedType()