Searched refs:typeOK (Results 1 – 2 of 2) sorted by relevance
127 …bool typeOK = mimeType.isEmpty() || equalIgnoringCase(mimeType, "text/css") || equalIgnoringCase(m… in canUseSheet() local129 *hasValidMIMEType = typeOK; in canUseSheet()132 return typeOK; in canUseSheet()
4253 bool typeOK, cf; in handleNSConsumedAttr() local4255 typeOK = isValidSubjectOfNSAttribute(S, param->getType()); in handleNSConsumedAttr()4258 typeOK = isValidSubjectOfCFAttribute(S, param->getType()); in handleNSConsumedAttr()4262 if (!typeOK) { in handleNSConsumedAttr()4312 bool typeOK; in handleNSReturnsRetainedAttr() local4319 typeOK = isValidSubjectOfNSAttribute(S, returnType); in handleNSReturnsRetainedAttr()4325 typeOK = isValidSubjectOfCFAttribute(S, returnType); in handleNSReturnsRetainedAttr()4330 if (!typeOK) { in handleNSReturnsRetainedAttr()