HomeSort by relevance Sort by last modified time
    Searched refs:typeOK (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedCSSStyleSheet.cpp 143 bool typeOK = mimeType.isEmpty() || equalIgnoringCase(mimeType, "text/css") || equalIgnoringCase(mimeType, "application/x-unknown-content-type");
145 *hasValidMIMEType = typeOK;
148 return typeOK;
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 1702 milliseconds