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

  /external/chromium_org/third_party/WebKit/Source/platform/
ContentType.h 35 class PLATFORM_EXPORT ContentType {
37 explicit ContentType(const String& type);
ContentType.cpp 29 #include "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
  /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/html/parser/
TextResourceDecoder.h 76 enum ContentType { PlainTextContent, HTMLContent, XMLContent, CSSContent }; // PlainText only checks for BOM.
77 static ContentType determineContentType(const String& mimeType);
78 static const WTF::TextEncoding& defaultEncoding(ContentType, const WTF::TextEncoding& defaultEncoding);
87 ContentType m_contentType;
  /external/chromium_org/third_party/webrtc/
config.h 112 enum ContentType {
121 ContentType content_type;
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 19 import com.google.android.mms.ContentType;
382 part.setContentType(ContentType.TEXT_PLAIN.getBytes());
402 smilPart.setContentType(ContentType.APP_SMIL.getBytes());
445 && ContentType.isTextType(new String(part.getContentType()))) {
  /frameworks/opt/telephony/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...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 41 import com.google.android.mms.ContentType;
257 part.setContentType(ContentType.IMAGE_JPEG.getBytes());
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 41 class ContentType:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 158 public static class ContentType {
359 appParamValue.needTag = ContentType.PHONEBOOK;
361 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
363 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
365 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY;
368 appParamValue.needTag = ContentType.COMBINED_CALL_HISTORY;
385 appParamValue.needTag = ContentType.PHONEBOOK;
388 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY;
391 appParamValue.needTag = ContentType.OUTGOING_CALL_HISTORY;
394 appParamValue.needTag = ContentType.MISSED_CALL_HISTORY
    [all...]
  /external/chromium_org/components/cloud_devices/common/
printer_description.h 20 typedef std::string ContentType;
340 typedef ListCapability<ContentType, ContentTypeTraits> ContentTypesCapability;
  /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 160 public enum ContentType {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 154 public enum ContentType {
158 private ContentType mContentType = ContentType.Applications;
281 if (mContentType == ContentType.Applications) {
289 } else if (mContentType == ContentType.Widgets) {
299 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.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 896 milliseconds