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

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 511 if (isTextType(type))
537 if (isTextType(type))
833 private final boolean isTextType(int type)
1004 if (isTextType(type))
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 148 if (ContentType.isTextType(drmContentType)) {
181 if (ContentType.isTextType(contentType)) {
  /frameworks/base/core/java/com/google/android/mms/
ContentType.java 178 public static boolean isTextType(String contentType) {
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 68 static bool isTextType(Type t) {
151 mType == kDrawRect_Type || isTextType(mType);
176 if (!isTextType(mType)) {
355 if (isTextType(mType))
370 if (!isTextType(mType) && !opaqueBitmap)
513 if (!isTextType(mType))
624 if (mType != kDrawBitmap_Type && !isTextType(mType))
    [all...]
  /external/webkit/WebCore/inspector/front-end/
Resource.js 108 isTextType: function(type)
AuditRules.js 148 return WebInspector.Resource.Type.isTextType(resource.type) && resource.domain && resource.contentLength !== undefined && resource.contentLength > 150;
569 return WebInspector.Resource.Type.isTextType(resource.type);
    [all...]

Completed in 225 milliseconds