HomeSort by relevance Sort by last modified time
    Searched defs:cType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 78 // The depth and cType fields of the ImageDescriptionHandle are filled
100 // If QuickDraw supports the given pixel format, the cType should be kRawCodecType.
101 // Otherwise, use the pixel format code for the cType. We are assuming the pixel
103 unsigned long cType = isQD ? kRawCodecType : m_pixelFormat;
107 (**description).cType = cType;
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 244 String cType = null;
249 cType = guessContentTypeFromName(entryName);
253 cType = jarFileURLConnection.getContentType();
258 if (cType == null) {
259 cType = "content/unknown";
261 return cType;
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 64 milliseconds