Home | History | Annotate | Download | only in loader

Lines Matching refs:responseMIMEType

806 const String& FrameLoader::responseMIMEType() const
2646 m_responseMIMEType = dl->responseMIMEType();
2859 const String& responseMIMEType = loader->responseMIMEType();
2866 if (!ArchiveFactory::isArchiveMimeType(responseMIMEType))
2869 if (!ArchiveFactory::isArchiveMimeType(responseMIMEType)) {
2875 RefPtr<Archive> archive(ArchiveFactory::create(loader->mainResourceData().get(), responseMIMEType));