HomeSort by relevance Sort by last modified time
    Searched refs:mimeType (Results 226 - 250 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/win/
WebFrame.cpp 526 void WebFrame::loadData(PassRefPtr<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL)
528 String mimeTypeString(mimeType, SysStringLen(mimeType));
529 if (!mimeType)
552 /* [in] */ BSTR mimeType,
570 loadData(sharedBuffer, mimeType, textEncodingName, url, 0);
    [all...]
WebView.h 80 /* [in] */ BSTR mimeType,
84 /* [in] */ BSTR mimeType,
580 /* [retval][out] */ BSTR *mimeType);
735 /* [in] */ BSTR mimeType);
784 bool shouldUseEmbeddedView(const WebCore::String& mimeType) const;
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp 540 static void webkit_web_frame_load_data(WebKitWebFrame* frame, const gchar* content, const gchar* mimeType, const gchar* encoding, const gchar* baseURL, const gchar* unreachableURL)
551 mimeType ? String::fromUTF8(mimeType) : String::fromUTF8("text/html"),
    [all...]
  /external/webkit/WebCore/html/
HTMLFormElement.cpp 256 String mimeType = MIMETypeRegistry::getMIMETypeForPath(fileName);
257 if (!mimeType.isEmpty())
258 m_formDataBuilder.addContentTypeToMultiPartHeader(header, mimeType.latin1());
HTMLMediaElement.h 106 String canPlayType(const String& mimeType) const;
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 133 setContent: function(mimeType, content, url)
137 this._mimeType = mimeType;
167 this._textViewer.mimeType = this._mimeType;
TextViewer.js 56 set mimeType(mimeType)
58 this._highlighter.mimeType = mimeType;
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 140 String mimeType = intent.resolveType(this);
141 if (mimeType != null) {
143 filter.addDataType(mimeType);
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 144 mimeType :data_t;
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 165 * @return true if the mimetype is an image mimetype.
167 public static boolean isImageMimeType(String mimeType) {
168 return mimeType.startsWith("image/");
172 * @return true if the mimetype is a video mimetype.
175 public static boolean isVideoMimeType(String mimeType) {
176 return mimeType.startsWith("video/");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SocialProvider.java 103 columns.put(Activities.MIMETYPE, Activities.MIMETYPE);
194 final String mimeType = values.getAsString(Activities.MIMETYPE);
195 values.put(ActivitiesColumns.MIMETYPE_ID, mDbHelper.getMimeTypeId(mimeType));
196 values.remove(Activities.MIMETYPE);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 577 final String mimeType = info.mMimeType;
600 Helpers.deleteFile(resolver, id, path, mimeType);
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 138 virtual void dispatchDecidePolicyForMIMEType(FramePolicyFunction, const String& MIMEType, const ResourceRequest&) = 0;
197 virtual bool canShowMIMEType(const String& MIMEType) const = 0;
229 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType) = 0;
257 virtual bool shouldUsePluginDocument(const String& /*mimeType*/) const { return false; }
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 273 String coreMIMEType = resource->response().mimeType();
274 NSString *MIMEType = nil;
276 MIMEType = coreMIMEType;
277 [wrapper setPreferredFilename:suggestedFilenameWithMIMEType(url, MIMEType)];
317 String MIMEType = cachedImage->response().mimeType();
318 ASSERT(MIMETypeRegistry::isSupportedImageResourceMIMEType(MIMEType));
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 103 virtual void dispatchDecidePolicyForMIMEType(FramePolicyFunction, const String& MIMEType, const ResourceRequest&);
156 virtual bool canShowMIMEType(const String& MIMEType) const;
188 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType);
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 151 virtual bool canShowMIMEType(const WebCore::String& MIMEType) const;
189 const WebCore::KURL& url, const WebCore::String& mimeType);
WebFrameImpl.h 110 const WebData&, const WebString& mimeType, const WebString& textEncoding,
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 97 virtual void dispatchDecidePolicyForMIMEType(WebCore::FramePolicyFunction, const WebCore::String& MIMEType, const WebCore::ResourceRequest&);
126 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL& url, const WebCore::String& mimeType);
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.mm 108 MIMEType:m_mimeType.get()] autorelease];
212 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
217 m_mimeType = mimeType;
353 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), [r MIMEType], theHeaders);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 114 const WebCore::String& MIMEType, const WebCore::ResourceRequest&);
175 virtual bool canShowMIMEType(const WebCore::String& MIMEType) const;
198 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL& url, const WebCore::String& mimeType);
WebFrameLoaderClient.mm 698 const String& MIMEType, const ResourceRequest& request)
703 decidePolicyForMIMEType:MIMEType
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.h 128 void setContent(const QByteArray &data, const QString &mimeType = QString(), const QUrl &baseUrl = QUrl());
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 172 virtual bool canShowMIMEType(const String& MIMEType) const;
202 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType);

Completed in 929 milliseconds

1 2 3 4 5 6 7 8 91011>>