Searched refs:mimeType (Results 176 - 200 of 279) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp143 if (canShowMIMEType(response.mimeType()))
196 ObjectContentType FrameLoaderClientWinCE::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) argument
198 return FrameLoader::defaultObjectContentType(url, mimeType, shouldPreferPlugInsForImages);
/external/chromium/webkit/glue/
H A Dsite_isolation_metrics.cc141 std::string mime_type = response.mimeType().utf8();
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java367 * @param mimeType the mime type of the avatar.
369 public void setAvatar(byte[] bytes, String mimeType) { argument
379 setAvatar(encodedImage, mimeType);
386 * @param mimeType the MIME type of the image
388 public void setAvatar(String encodedImage, String mimeType) { argument
390 photoMimeType = mimeType;
/external/webkit/Source/WebCore/html/
H A DMediaDocument.cpp216 embedElement->setAttribute(typeAttr, documentLoader->writer()->mimeType());
H A DHTMLViewSourceDocument.cpp50 HTMLViewSourceDocument::HTMLViewSourceDocument(Frame* frame, const KURL& url, const String& mimeType) argument
52 , m_type(mimeType)
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h79 void setContent(const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
H A Dqwebview.h68 void setContent(const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebViewPrivate.idl170 HRESULT registerEmbeddedViewMIMEType([in] BSTR mimeType);
185 HRESULT MIMETypeForExtension([in] BSTR extension, [out, retval] BSTR* mimeType);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp875 ObjectContentType FrameLoaderClientWx::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) argument
881 PassRefPtr<Widget> FrameLoaderClientWx::createPlugin(const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
884 RefPtr<PluginView> pv = PluginView::create(m_frame, size, element, url, paramNames, paramValues, mimeType, loadManually);
986 bool FrameLoaderClientWx::shouldUsePluginDocument(const String &mimeType) const
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFrame.cpp86 return toCopiedAPI(toImpl(frameRef)->mimeType());
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_private.h107 WTF::PassRefPtr<WebCore::Widget> ewk_view_plugin_create(Evas_Object* o, Evas_Object* frame, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);
165 WTF::PassRefPtr<WebCore::Widget> ewk_frame_plugin_create(Evas_Object* o, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.cpp332 wstring mimeType = wstringFromBSTR(mimeTypeBSTR); local
342 printf("%S has MIME type %S\n", lastPathComponent(url).c_str(), mimeType.c_str());
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.mm213 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, const String& mimeType, NSData *headers)
218 m_mimeType = mimeType.utf8();
350 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), response.mimeType(), theHeaders);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp186 const String& mimeType = response.mimeType(); local
195 m_pluginView->m_plugin->streamDidReceiveResponse(m_streamID, responseURL, streamLength, response.lastModifiedDate(), mimeType, headers);
315 const String& mimeType = response.mimeType(); local
324 m_plugin->manualStreamDidReceiveResponse(responseURL, streamLength, response.lastModifiedDate(), mimeType, headers);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm752 decidePolicyForMIMEType:response.mimeType()
1038 MIMEType:response.mimeType()];
1459 ObjectContentType WebFrameLoaderClient::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
1466 if (isTigerMail && mimeType == "application/x-apple-msg-attachment")
1469 String type = mimeType;
1663 const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
1685 if (frame && frame->settings()->needsSiteSpecificQuirks() && equalIgnoringCase(mimeType, "application/x-snkp")) {
1712 if (mimeType.isEmpty()) {
1716 MIMEType = mimeType;
1717 pluginPackage = [webView _pluginForMIMEType:mimeType];
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp239 responseObject->setString("mimeType", response.mimeType());
351 if (response.mimeType().isEmpty())
352 resourceResponse->setString("mimeType", cachedResource->response().mimeType());
H A DTimelineRecordFactory.cpp146 data->setString("mimeType", response.mimeType());
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp556 void WebFrame::loadData(PassRefPtr<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL) argument
558 String mimeTypeString(mimeType, SysStringLen(mimeType));
559 if (!mimeType)
582 /* [in] */ BSTR mimeType,
600 loadData(sharedBuffer, mimeType, textEncodingName, url, 0);
1486 String mimeType(mimeTypeBStr, SysStringLen(mimeTypeBStr));
1487 *result = mimeType == "text/html" || WebCore::DOMImplementation::isXMLMIMEType(mimeType);
1777 if (SUCCEEDED(policyDelegate->decidePolicyForMIMEType(d->webView, BString(response.mimeType()), urlReques
580 loadData( IStream* data, BSTR mimeType, BSTR textEncodingName, BSTR url) argument
1901 objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) argument
[all...]
H A DWebFrame.h117 /* [in] */ BSTR mimeType,
345 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
388 void loadData(PassRefPtr<WebCore::SharedBuffer>, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp464 string mimeType = frame->dataSource()->response().mimeType().utf8(); local
465 if (mimeType == "text/plain") {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm425 void PDFViewController::setPDFDocumentData(const String& mimeType, const String& suggestedFilename, const CoreIPC::DataReference& dataReference)
427 if (equalIgnoringCase(mimeType, "application/postscript")) {
538 page()->saveDataToFileInDownloadsFolder(m_suggestedFilename.get(), page()->mainFrame()->mimeType(), page()->mainFrame()->url(), data.get());
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js64 set mimeType(mimeType)
66 this._mainPanel.mimeType = mimeType;
858 set mimeType(mimeType)
860 this._highlighter.mimeType = mimeType;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoaderClient.cpp231 bool isMimeTypeForCert(const std::string& mimeType) argument
239 return sCertificateTypeSet.find(mimeType) != sCertificateTypeSet.end();
H A DFrameLoaderClientAndroid.h195 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs144 mimeType :data_t;

Completed in 1527 milliseconds

1234567891011>>