HomeSort by relevance Sort by last modified time
    Searched refs:mimeType (Results 276 - 300 of 650) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/network/cf/
ResourceResponseCFNet.cpp 54 RetainPtr<CFStringRef> mimeType(AdoptCF, m_mimeType.createCFString());
56 m_cfResponse.adoptCF(CFURLResponseCreate(0, url.get(), mimeType.get(), m_expectedContentLength, textEncodingName.get(), kCFURLCacheStorageAllowed));
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 68 void PluginPackage::determineQuirks(const String& mimeType)
70 if (mimeType == "application/x-shockwave-flash") {
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 111 void streamDidReceiveResponse(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers);
115 void manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.h 76 virtual void streamDidReceiveResponse(uint64_t streamID, const WebCore::KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const WTF::String& mimeType, const WTF::String& headers);
80 virtual void manualStreamDidReceiveResponse(const WebCore::KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const WTF::String& mimeType, const WTF::String& headers);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 110 bool shouldUseCustomRepresentationForMIMEType(const String& mimeType) const { return m_mimeTypesWithCustomRepresentations.contains(mimeType); }
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 169 const sp<DataSource> &source, String8 *mimeType, float *confidence,
185 *mimeType = MEDIA_MIMETYPE_CONTAINER_WVM;
AACExtractor.cpp 143 String8 mimeType;
147 if (!SniffAAC(mDataSource, &mimeType, &confidence, &meta)) {
335 const sp<DataSource> &source, String8 *mimeType, float *confidence,
374 *mimeType = MEDIA_MIMETYPE_AUDIO_AAC_ADTS;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 59 long id, int index, Uri uri, String dataPath, String mimeType,
67 mMimeType = mimeType;
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallWidgetReceiver.java 84 public WidgetListAdapter(Launcher l, String mimeType, ClipData data,
88 mMimeType = mimeType;
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 264 public TestData newDataRow(String mimeType) {
265 return new TestData(this, mimeType);
317 public TestData(TestRawContact rawContact, String mimeType) {
319 mValues.put(Data.MIMETYPE, mimeType);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 201 // MimeType -----------------------------------------------------------
202 static bool isSupportedImageMIMEType(const String& mimeType);
203 static bool isSupportedJavaScriptMIMEType(const String& mimeType);
204 static bool isSupportedNonImageMIMEType(const String& mimeType);
207 static String preferredExtensionForMIMEType(const String& mimeType);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.h 82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.h 68 WK_EXPORT bool WKFrameCanShowMIMEType(WKFrameRef frame, WKStringRef mimeType);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 82 bool shouldDecodeSourceDataOfMIMEType(const String& mimeType);
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 323 String mimeType = mLaunchIntent.getType();
324 if (mimeType == null && mLaunchIntent.getData() != null
326 mimeType = mAm.getProviderMimeType(mLaunchIntent.getData(),
330 mResult = mAm.startActivityAndWait(null, null, mLaunchIntent, mimeType,
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 271 String mimeType = mLaunchIntent.getType();
272 if (mimeType == null && mLaunchIntent.getData() != null
274 mimeType = mAm.getProviderMimeType(mLaunchIntent.getData(),
278 mAm.startActivityAndWait(null, null, mLaunchIntent, mimeType,
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 92 sWorkStringBuilder.append(kind.mimeType);
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 113 String mimeType = c.getString(MIME_TYPE_COLUMN_MIME_TYPE);
115 mimeType = AttachmentUtilities.inferMimeType(fileName, mimeType);
116 return mimeType;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 269 * {@link ContactsSource#accountType} and {@link DataKind#mimeType}. If no
274 public DataKind getKindOrFallback(String accountType, String mimeType, Context context,
282 kind = source.getKindForMimetype(mimeType);
288 kind = mFallbackSource.getKindForMimetype(mimeType);
292 Log.w(TAG, "Unknown type=" + accountType + ", mime=" + mimeType);
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 169 int type, HashMap<String, String> request, String mimeType) throws Exception {
170 DrmInfoRequest infoRequest = new DrmInfoRequest(type, mimeType);
215 mDrmRights = new DrmRights(infoStatus.data, infoStatus.mimeType);
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 223 String mimeType = "video/iso.segment";
224 KeyRequest request = md.getKeyRequest(sessionId, initData, mimeType,
231 assertTrue(mimeType.equals(md.getPropertyString("mock-mimetype")));
254 String mimeType = "video/iso.segment";
255 KeyRequest request = md.getKeyRequest(sessionId, initData, mimeType,
262 assertTrue(mimeType.equals(md.getPropertyString("mock-mimetype")));
284 String mimeType = "video/iso.segment";
285 KeyRequest request = md.getKeyRequest(sessionId, initData, mimeType,
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 41 set mimeType(mimeType)
43 var tokenizer = WebInspector.SourceTokenizer.Registry.getInstance().getTokenizer(mimeType);
  /frameworks/base/test-runner/src/android/test/mock/
MockContentProvider.java 129 String mimeType, Bundle opts)
131 return MockContentProvider.this.openTypedAssetFile(url, mimeType, opts);
237 public AssetFileDescriptor openTypedAssetFile(Uri url, String mimeType, Bundle opts) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 85 * @return true if the MimeType type is image
87 public static boolean isImageMimeType(String mimeType) {
88 return mimeType != null && mimeType.startsWith("image/");
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 94 String filename = null, hint = null, mimeType = null;
97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
104 mimeType = metadataCursor.getString(2);
146 if (mimeType == null) {

Completed in 1223 milliseconds

<<11121314151617181920>>