Home
last modified time | relevance | path

Searched refs:typeOK (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCSSStyleSheetResource.cpp127 …bool typeOK = mimeType.isEmpty() || equalIgnoringCase(mimeType, "text/css") || equalIgnoringCase(m… in canUseSheet() local
129 *hasValidMIMEType = typeOK; in canUseSheet()
132 return typeOK; in canUseSheet()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4253 bool typeOK, cf; in handleNSConsumedAttr() local
4255 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() local
4319 typeOK = isValidSubjectOfNSAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4325 typeOK = isValidSubjectOfCFAttribute(S, returnType); in handleNSReturnsRetainedAttr()
4330 if (!typeOK) { in handleNSReturnsRetainedAttr()