Searched refs:checkType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSDictionary.h60 bool checkType = false, // since we really don't know if 0 is a valid type
64 bool checkType = false,
H A DMDSDictionary.cpp135 bool checkType,
145 const void *rtn = lookup(cfKey, checkType, type);
153 bool checkType,
158 if(rtn && checkType) {
133 lookup( const char *key, bool checkType, CFTypeID type) argument
151 lookup( CFStringRef key, bool checkType, CFTypeID type) argument
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp38 static inline Type *checkType(Type *Ty) { function
45 SubclassOptionalData(0), SubclassData(0), VTy((Type*)checkType(ty)),
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm216 elsif ($type =~ /^[=:]/ and ref($checkType)) {
217 $value = &$checkType($i,$value,$option,$type);
690 you change this, you should set $checkType to a function that will
695 =item $checkType
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp1576 static void checkForSiblingStyleChanges(Element* parent, SiblingCheckType checkType, Element* elementBeforeChange, Element* elementAfterChange)
1600 if (checkType == SiblingElementRemoved && newFirstElement == elementAfterChange && newFirstElement) {
1621 if ((checkType == SiblingElementRemoved || checkType == FinishedParsingChildren) && newLastElement == elementBeforeChange && newLastElement) {
1652 SiblingCheckType checkType = change.type == ElementRemoved ? SiblingElementRemoved : Other;
1653 checkForSiblingStyleChanges(this, checkType, change.previousSiblingElement, change.nextSiblingElement);
H A DDocument.cpp5104 void Document::requestFullScreenForElement(Element* element, unsigned short flags, FullScreenCheckType checkType) argument
5124 if (checkType == EnforceIFrameAllowFullScreenRequirement && !fullScreenIsAllowedForElement(element))
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c1700 mDNSlocal mDNSBool DNSSECRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q, mDNSBool *checkType) argument
1702 *checkType = mDNStrue;
1746 *checkType = mDNSfalse;
1772 mDNSBool checkType = mDNStrue; local
1794 if (!DNSSECRecordAnswersQuestion(rr, q, &checkType)) return mDNSfalse;
1806 if (checkType && !RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
1948 mDNSBool checkType = mDNStrue; local
1960 if (!DNSSECRecordAnswersQuestion(rr, q, &checkType)) return mDNSfalse;
1963 if (checkType && !RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.h337 void configureTextTrackDisplay(TextTrackVisibilityCheckType checkType = CheckTextTrackVisibility);
H A DHTMLMediaElement.cpp5242 void HTMLMediaElement::configureTextTrackDisplay(TextTrackVisibilityCheckType checkType) argument
5259 if (checkType == CheckTextTrackVisibility && m_haveVisibleTextTrack == haveVisibleTextTrack) {
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGeneratorJS.pm4247 my $checkType = $include;
4248 $checkType =~ s/\.h//;
4249 next if $codeGenerator->IsSVGAnimatedType($checkType);

Completed in 235 milliseconds