Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp68 static bool isArchiveMIMEType(const String& mimeType) in isArchiveMIMEType() function
113 ASSERT(isArchiveMIMEType(m_response.mimeType())); in mainResourceData()
308 if (isArchiveMIMEType(m_response.mimeType())) { in finishedLoading()
538 …if (isArchiveMIMEType(m_response.mimeType()) && m_mainResource->dataBufferingPolicy() != BufferDat… in responseReceived()
612 if (isArchiveMIMEType(response().mimeType())) in dataReceived()