Searched refs:m_mimeType (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/dom/
H A DIconURL.cpp49 && lhs.m_mimeType == rhs.m_mimeType;
H A DIconURL.h54 String m_mimeType; member in struct:WebCore::IconURL
67 , m_mimeType(mimeType)
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubstituteData.h47 , m_mimeType(mimeType)
61 const String& mimeType() const { return m_mimeType; }
68 String m_mimeType; member in class:WebCore::SubstituteData
H A DDocumentWriter.h61 const String& mimeType() const { return m_mimeType; }
62 void setMIMEType(const String& type) { m_mimeType = type; }
77 String m_mimeType; member in class:WebCore::DocumentWriter
H A DDocumentWriter.cpp109 if (!m_frame->loader().stateMachine().isDisplayingInitialEmptyDocument() && m_frame->loader().client().shouldAlwaysUsePluginDocument(m_mimeType))
112 if (MIMETypeRegistry::isPDFMIMEType(m_mimeType) && (m_frame->isMainFrame() || !m_frame->settings().useImageDocumentForSubframePDF()))
117 return DOMImplementation::createDocument(m_mimeType, m_frame, url);
178 m_decoder = TextResourceDecoder::create(m_mimeType,
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DParsedContentType.h49 String mimeType() const { return m_mimeType; }
65 String m_mimeType; member in class:WebCore::ParsedContentType
H A DResourceResponseBase.h151 AtomicString m_mimeType; member in class:WebCore::ResourceResponseBase
199 String m_mimeType; member in struct:WebCore::CrossThreadResourceResponseDataBase
H A DResourceResponseBase.cpp72 , m_mimeType(mimeType)
101 response->setMimeType(data->m_mimeType);
120 data->m_mimeType = mimeType().isolatedCopy();
161 return m_mimeType;
169 // FIXME: MIME type is determined by HTTP Content-Type header. We should update the header, so that it doesn't disagree with m_mimeType.
170 m_mimeType = mimeType;
H A DParsedContentType.cpp247 m_mimeType = substringForRange(m_contentType, contentRange).stripWhiteSpace();
/macosx-10.10/WebCore-7600.1.25/loader/archive/
H A DArchiveResource.h43 const String& mimeType() const { return m_mimeType; }
53 String m_mimeType; member in class:WebCore::ArchiveResource
H A DArchiveResource.cpp38 , m_mimeType(mimeType)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_url_response.cpp37 , m_mimeType(AdoptWK, WKURLResponseCopyMIMEType(response))
52 return m_mimeType;
H A Dewk_url_response_private.h61 WKEinaSharedString m_mimeType; member in class:EwkUrlResponse
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebResource.cpp42 , m_mimeType(mimeType)
106 m_mimeType = String(mimeType);
140 *mime = BString(m_mimeType).release();
H A DWebResource.h77 WTF::String m_mimeType; member in class:WebResource
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceResponseCFNet.cpp55 m_cfResponse = adoptCF(CFURLResponseCreate(0, url.get(), m_mimeType.string().createCFString().get(), m_expectedContentLength, m_textEncodingName.string().createCFString().get(), kCFURLCacheStorageAllowed));
71 m_mimeType = CFURLResponseGetMIMEType(m_cfResponse.get());
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceResponseMac.mm59 m_nsResponse = adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
116 m_mimeType = [m_nsResponse.get() MIMEType];
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.h96 RetainPtr<NSString> m_mimeType; member in class:WebKit::HostedNetscapePluginStream
H A DHostedNetscapePluginStream.mm98 m_mimeType = mimeType;
258 MIMEType:m_mimeType.get()] autorelease];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h106 CString m_mimeType; member in class:WebKit::NetscapePluginStream
H A DNetscapePluginStream.cpp152 m_mimeType = mimeType.utf8();
162 NPError error = m_plugin->NPP_NewStream(const_cast<char*>(m_mimeType.data()), &m_npStream, false, &m_transferMode);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.mm109 MIMEType:(NSString *)String::fromUTF8(m_mimeType.data(), m_mimeType.length())] autorelease];
221 m_mimeType = mimeType.utf8();
250 npErr = m_pluginFuncs->newstream(m_plugin, m_mimeType.mutableData(), &m_stream, NO, &m_transferMode);
253 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%s error=%d", m_responseURL.get(), m_mimeType.data(), npErr);
H A DWebNetscapePluginStream.h105 CString m_mimeType; member in class:WebNetscapePluginStream
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h215 const String& mimeType() const { return m_mimeType; }
336 String m_mimeType; member in class:WebCore::PluginView
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconController.cpp76 if (result.m_iconURL.isEmpty() || !iter->m_mimeType.isEmpty())

Completed in 221 milliseconds

12