Searched refs:gSupportedTypes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovie.cpp64 static CFMutableArrayRef gSupportedTypes = 0; variable
780 if (gSupportedTypes)
783 gSupportedTypes = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
790 CFArrayAppendValue(gSupportedTypes, CFSTR("video/quicktime"));
804 CFRange range = CFRangeMake(0, CFArrayGetCount(gSupportedTypes));
805 if (!CFArrayContainsValue(gSupportedTypes, range, cfType))
806 CFArrayAppendValue(gSupportedTypes, cfType);
815 return static_cast<unsigned>(CFArrayGetCount(gSupportedTypes));
821 ASSERT(index < CFArrayGetCount(gSupportedTypes));
828 CFStringRef cfstr = (CFStringRef)CFArrayGetValueAtIndex(gSupportedTypes, inde
[all...]
H A DQTMovieGWorld.cpp59 static Vector<CFStringRef>* gSupportedTypes = 0; variable

Completed in 111 milliseconds