Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DDocumentLoader.cpp287 bool DocumentLoader::doesProgressiveLoad(const String& MIMEType) const in doesProgressiveLoad() function in WebCore::DocumentLoader
295 if (doesProgressiveLoad(m_response.mimeType())) in receivedData()
306 if (!doesProgressiveLoad(oldMIMEType)) { in setupForReplaceByMIMEType()
319 if (doesProgressiveLoad(newMIMEType)) { in setupForReplaceByMIMEType()
DDocumentLoader.h221 bool doesProgressiveLoad(const String& MIMEType) const;
/external/webkit/WebCore/
DChangeLog-2006-12-3112244 (WebCore::DocumentLoader::doesProgressiveLoad):
18446 (WebCore::DocumentLoader::doesProgressiveLoad):
19640 (WebCore::DocumentLoader::doesProgressiveLoad):
DChangeLog-2007-10-1468583 (WebCore::DocumentLoader::doesProgressiveLoad):