Searched refs:expectedType (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedFontClient.h38 static CachedResourceClientType expectedType() { return FontType; } function in class:WebCore::CachedFontClient
39 virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
H A DCachedImageClient.h36 static CachedResourceClientType expectedType() { return ImageType; } function in class:WebCore::CachedImageClient
37 virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
H A DCachedSVGDocumentClient.h37 static CachedResourceClientType expectedType() { return SVGDocumentType; } function in class:WebCore::CachedSVGDocumentClient
38 virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
H A DCachedRawResourceClient.h37 static CachedResourceClientType expectedType() { return RawResourceType; } function in class:WebCore::CachedRawResourceClient
38 virtual CachedResourceClientType resourceClientType() const OVERRIDE { return expectedType(); }
H A DCachedResourceClient.h51 static CachedResourceClientType expectedType() { return BaseResourceType; } function in class:WebCore::CachedResourceClient
52 virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
H A DCachedStyleSheetClient.h40 static CachedResourceClientType expectedType() { return StyleSheetType; } function in class:WebCore::CachedStyleSheetClient
41 virtual CachedResourceClientType resourceClientType() const { return expectedType(); }
H A DCachedResourceClientWalker.h54 ASSERT(T::expectedType() == CachedResourceClient::expectedType() || next->resourceClientType() == T::expectedType());
H A DCachedXSLStyleSheet.cpp51 ASSERT(c->resourceClientType() == CachedStyleSheetClient::expectedType());
H A DCachedCSSStyleSheet.cpp60 ASSERT(c->resourceClientType() == CachedStyleSheetClient::expectedType());
H A DCachedFont.cpp73 ASSERT(c->resourceClientType() == CachedFontClient::expectedType());
H A DCachedImage.cpp94 ASSERT(c->resourceClientType() == CachedImageClient::expectedType());
104 ASSERT(c->resourceClientType() == CachedImageClient::expectedType());
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddcfmtest.h40 const UnicodeString &expectedType,
H A Dregiontst.cpp399 URegionType expectedType; member in struct:TestData
444 if ( type != data.expectedType) {
445 dataerrln("Unexpected region type for Region::getInstance(\"%s\"); Expected: %d Got: %d",data.inputID,data.expectedType,type);
454 URegionType expectedType; member in struct:TestData
488 if ( data.expectedType != type) {
489 dataerrln("Unexpected region type for Region.getInstance(%d)); Expected: %d Got: %d",data.inputID,data.expectedType,type);
H A Ddcfmtest.cpp311 const UnicodeString &expectedType,
341 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
349 lineNum, InvariantStringPiece(expectedType).data());
309 execParseTest(int32_t lineNum, const UnicodeString &inputText, const UnicodeString &expectedType, const UnicodeString &expectedDecimal, UErrorCode &status) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cms/lib/
H A DCMSUtils.h50 * If srcItemOrArray is not of the type specified in expectedType,
56 CFTypeID expectedType);
H A DCMSUtils.cpp51 * If srcItemOrArray is not of the type specified in expectedType,
57 CFTypeID expectedType)
71 else if(inType == expectedType) {
54 cmsAppendToArray( CFTypeRef srcItemOrArray, CFMutableArrayRef *dstArray, CFTypeID expectedType) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DTimelineTraceEventProcessor.cpp197 const TimelineTraceEventProcessor::TraceValueUnion& TimelineTraceEventProcessor::TraceEvent::parameter(const char* name, TraceValueTypes expectedType) const
201 if (index == notFound || m_argumentTypes[index] != expectedType) {
H A DTimelineTraceEventProcessor.h204 const TraceValueUnion& parameter(const char* name, TraceValueTypes expectedType) const;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dobjectacl.cpp584 CSSM_LIST_ELEMENT_TYPE expectedType = va_arg(args, CSSM_LIST_ELEMENT_TYPE); local
585 if (elem->type() != expectedType)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp584 CSSM_LIST_ELEMENT_TYPE expectedType = va_arg(args, CSSM_LIST_ELEMENT_TYPE); local
585 if (elem->type() != expectedType)
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c718 CFTypeID expectedType,
10787 /* expectedType */ CFStringGetTypeID(),
10868 /* expectedType */ CFDictionaryGetTypeID(),
10892 /* expectedType */ CFNumberGetTypeID(),
10924 /* expectedType */ CFStringGetTypeID(),
10991 /* expectedType */ CFStringGetTypeID(),
11016 /* expectedType */ CFStringGetTypeID(),
11046 /* expectedType */ CFStringGetTypeID(),
11079 /* expectedType */ CFNumberGetTypeID(),
11129 /* expectedType */ CFDictionaryGetTypeI
12306 __OSKextCheckProperty( OSKextRef aKext, CFDictionaryRef aDict, CFTypeRef propKey, CFTypeRef diagnosticValue, CFTypeID expectedType, CFArrayRef legalValues, Boolean required, Boolean typeRequired, Boolean nonnilRequired, CFTypeRef * valueOut, Boolean * valueIsNonnil) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Ditem.c634 CFTypeID expectedType = getAttributes ? CFDictionaryGetTypeID() : CFDataGetTypeID(); local
635 if (CFGetTypeID(result) != expectedType) {

Completed in 281 milliseconds