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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ContentType.h 34 class ContentType {
36 explicit ContentType(const String& type);
ContentType.cpp 29 #include "core/platform/ContentType.h"
33 ContentType::ContentType(const String& contentType)
34 : m_type(contentType)
38 String ContentType::parameter(const String& parameterName) const
67 String ContentType::type() const
79 Vector<String> ContentType::codecs() const
  /libcore/crypto/src/main/java/org/conscrypt/
ContentType.java 26 public class ContentType {
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedStaticPropertyTearOff.h 32 typedef PropertyType ContentType;
SVGAnimatedPropertyTearOff.h 33 typedef PropertyType ContentType;
SVGAnimatedListPropertyTearOff.h 40 typedef PropertyType ContentType;
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentType.java 35 * ContentType SIP Header
64 public class ContentType
78 public ContentType() {
83 *@param contentType is the content type.
86 public ContentType(String contentType, String contentSubtype) {
88 this.setContentType(contentType, contentSubtype);
170 *@param contentType Content type string.
173 public void setContentType(String contentType, String contentSubType) {
176 mediaRange.setType(contentType);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.h 73 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
74 static ContentType determineContentType(const String& mimeType);
75 static const WTF::TextEncoding& defaultEncoding(ContentType, const WTF::TextEncoding& defaultEncoding);
86 ContentType m_contentType;
  /frameworks/opt/mms/src/java/com/google/android/mms/
ContentType.java 22 public class ContentType {
166 private ContentType() {
169 public static boolean isSupportedType(String contentType) {
170 return (null != contentType) && sSupportedContentTypes.contains(contentType);
173 public static boolean isSupportedImageType(String contentType) {
174 return isImageType(contentType) && isSupportedType(contentType);
177 public static boolean isSupportedAudioType(String contentType) {
178 return isAudioType(contentType) && isSupportedType(contentType)
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 27 class ContentType:
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 41 import com.google.android.mms.ContentType;
257 part.setContentType(ContentType.IMAGE_JPEG.getBytes());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 158 public static class ContentType {
177 mMissedCallSize = mVcardManager.getPhonebookSize(ContentType.MISSED_CALL_HISTORY);
352 appParamValue.needTag = ContentType.PHONEBOOK;
354 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
356 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
358 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
361 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
378 appParamValue.needTag = ContentType.PHONEBOOK;
381 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
384 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 55 import com.google.android.mms.ContentType;
181 if (ContentType.isVideoType(media.mContentType)
183 || ContentType.isAudioType(media.mContentType)
306 smilPart.setContentType(ContentType.APP_SMIL.getBytes());
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 157 public enum ContentType {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 154 public enum ContentType {
158 private ContentType mContentType = ContentType.Applications;
302 if (mContentType == ContentType.Applications) {
310 } else if (mContentType == ContentType.Widgets) {
320 throw new RuntimeException("Invalid ContentType");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 351 milliseconds