Searched refs:isArchiveMIMEType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp87 static bool isArchiveMIMEType(const String& mimeType) function in namespace:WebCore
133 ASSERT(isArchiveMIMEType(m_response.mimeType()));
337 if (isArchiveMIMEType(m_response.mimeType())) {
566 if (isArchiveMIMEType(m_response.mimeType()) && m_mainResource->dataBufferingPolicy() != BufferData)
652 if (isArchiveMIMEType(response().mimeType()))

Completed in 237 milliseconds