Searched refs:mimeType (Results 126 - 150 of 279) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.h76 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/WebCore/platform/chromium/
H A DPlatformBridge.h202 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/
H A DHostedNetscapePluginStream.h82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
H A DNetscapePluginHostManager.mm214 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled)
222 if (mimeType)
223 [properties.get() setObject:mimeType forKey:@"mimeType"];
/external/webkit/Source/WebKit/win/
H A DWebURLResponse.h53 /* [in] */ BSTR mimeType,
H A DWebDownload.h72 /* [in] */ BSTR mimeType,
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFrame.h68 WK_EXPORT bool WKFrameCanShowMIMEType(WKFrameRef frame, WKStringRef mimeType);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.h76 void shouldDecodeSourceDataOfMIMEType(const String& mimeType, bool& result);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageBufferHaiku.cpp319 String ImageBuffer::toDataURL(const String& mimeType, const double*) const argument
321 if (!MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType))
324 BString mimeTypeString(mimeType);
365 B_TRANSLATOR_BITMAP, mimeType.utf8().data()) != B_OK) {
376 return makeString("data:", mimeType, ";base64,", encodedBuffer);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DWebPlatformStrategies.cpp103 const QWebPluginFactory::MimeType& mimeType = qplugin.mimeTypes.at(j); local
106 mimeInfo.type = mimeType.name;
107 mimeInfo.desc = mimeType.description;
108 for (int k = 0; k < mimeType.fileExtensions.count(); ++k)
109 mimeInfo.extensions.append(mimeType.fileExtensions.at(k));
/external/webkit/Source/WebCore/inspector/front-end/
H A DResource.js356 get mimeType()
361 set mimeType(x)
653 if (!this.mimeType)
656 if (this.mimeType in WebInspector.MIMETypes)
657 return this.type in WebInspector.MIMETypes[this.mimeType];
680 String.sprintf(WebInspector.Warnings.IncorrectMIMEType.message, WebInspector.Resource.Type.toUIString(this.type), this.mimeType),
778 return "data:" + this.mimeType + (this._contentEncoded ? ";base64," : ",") + this._content;
H A DNetworkManager.js91 resource.mimeType = response.mimeType;
120 return response && !response.status && !response.mimeType && !Object.keys(response.headers).length;
H A DImageView.js86 { name: WebInspector.UIString("MIME type"), value: this.resource.mimeType }
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp289 if (canShowMIMEType(response.mimeType()))
330 PassRefPtr<Widget> FrameLoaderClientEfl::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
337 mimeType, loadManually);
370 ObjectContentType FrameLoaderClientEfl::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) argument
376 if (url.isEmpty() && mimeType.isEmpty())
380 String type = mimeType;
391 if (PluginDatabase::installedPlugins()->isMIMETypeRegistered(mimeType))
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType) argument
308 return m_pluginModule->pluginFuncs().newstream(&m_npp, mimeType, stream, seekable, streamType);
426 CString mimeTypeCString = parameters.mimeType.utf8();
593 uint32_t lastModifiedTime, const String& mimeType, const String& headers)
598 pluginStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers);
626 const String& mimeType, const String& headers)
633 m_manualStream->didReceiveResponse(responseURL, streamLength, lastModifiedTime, mimeType, headers);
592 streamDidReceiveResponse(uint64_t streamID, const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers) argument
625 manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers) argument
/external/webkit/Source/WebCore/platform/mac/
H A DClipboardMac.mm90 NSString *mimeType = qType;
91 RetainPtr<CFStringRef> utiType(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassMIMEType, (CFStringRef)mimeType, NULL));
106 RetainPtr<CFStringRef> mimeType(AdoptCF, UTTypeCopyPreferredTagWithClass(utiType.get(), kUTTagClassMIMEType));
107 if (mimeType)
108 return String(mimeType.get());
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp291 m_sniffedMIMEType = m_sniffer->mimeType();
462 WTF::String mimeType = m_replyWrapper->mimeType();
464 if (mimeType.isEmpty()) {
466 mimeType = MIMETypeRegistry::getMIMETypeForPath(m_replyWrapper->reply()->url().path());
470 ResourceResponse response(url, mimeType.lower(),
H A DQNetworkReplyHandler.h78 QString mimeType() const { return m_sniffedMIMEType.isEmpty() ? m_advertisedMIMEType : m_sniffedMIMEType; } function in class:WebCore::QNetworkReplyWrapper
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp182 void PluginPackage::determineQuirks(const String& mimeType) argument
184 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType)) {
195 if (mimeType == "application/x-shockwave-flash") {
H A DPluginPackage.h100 void determineQuirks(const String& mimeType);
/external/webkit/Source/WebCore/html/
H A DPluginDocument.cpp99 m_embedElement->setAttribute(typeAttr, loader->writer()->mimeType());
/external/webkit/Source/WebCore/loader/archive/android/
H A DWebArchiveAndroid.cpp50 static const xmlChar* const mimeFieldTag = BAD_CAST "mimeType";
179 String mimeType = loadArchiveResourceFieldString(resourceNode, mimeFieldTag); local
180 if (mimeType.isNull()) {
203 return ArchiveResource::create(data, url, mimeType, textEncoding, frameName);
369 || !saveArchiveResourceField(writer, mimeFieldTag, resource->mimeType())
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLResponse.h93 WEBKIT_API WebString mimeType() const;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.h93 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, const WTF::String& mimeType, NSData *headers);
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp387 void PluginControllerProxy::streamDidReceiveResponse(uint64_t streamID, const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers) argument
389 m_plugin->streamDidReceiveResponse(streamID, KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers);
407 void PluginControllerProxy::manualStreamDidReceiveResponse(const String& responseURLString, uint32_t streamLength, uint32_t lastModifiedTime, const String& mimeType, const String& headers) argument
412 m_plugin->manualStreamDidReceiveResponse(KURL(ParsedURLString, responseURLString), streamLength, lastModifiedTime, mimeType, headers);

Completed in 397 milliseconds

1234567891011>>