Searched defs:MediaType (Results 1 - 11 of 11) sorted by relevance

/external/nist-sip/java/javax/sip/header/
H A DMediaType.java5 public interface MediaType { interface
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java27 public final class MediaType { class
39 private MediaType(String mediaType, String type, String subtype, String charset) { method in class:MediaType
50 public static MediaType parse(String string) {
70 return new MediaType(string, type, subtype, charset);
114 return o instanceof MediaType && ((MediaType) o).mediaType.equals(mediaType);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DContextMenuParams.java21 /** Must correspond to the MediaType enum in WebKit/chromium/public/WebContextMenuData.h */
23 private static interface MediaType { interface in class:ContextMenuParams
172 mIsImage = mediaType == MediaType.MEDIA_TYPE_IMAGE;
173 mIsVideo = mediaType == MediaType.MEDIA_TYPE_VIDEO;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebContextMenuData.h49 enum MediaType { enum in struct:blink::WebContextMenuData
67 MediaType mediaType;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h57 enum MediaType { enum in namespace:cricket
63 std::string MediaTypeToString(MediaType type);
109 // Add a stream with MediaType type and id.
112 void AddStream(MediaType type,
118 void RemoveStream(MediaType type, const std::string& id);
122 void AddStreamInternal(MediaType type,
140 Stream(MediaType type,
147 MediaType type;
172 virtual MediaType type() const = 0;
355 virtual MediaType typ
[all...]
/external/libnfc-nci/src/udrv/include/
H A Ducodec.h203 tUCODEC_MEDIA_TYPE MediaType; member in struct:tUCODEC_CNF_TAG
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description.h109 enum MediaType { enum in namespace:cloud_devices::printer
290 explicit Media(MediaType type);
292 Media(MediaType type, int32 width_um, int32 height_um);
305 MediaType type;
/external/chromium_org/net/base/
H A Dmime_util.cc30 struct MediaType { struct in namespace:__anon9018
35 static const MediaType kIanaMediaTypes[] = {
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 457 milliseconds