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

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp68 bool isMultipart() const { return m_contentType.startsWith("multipart/"); } function in class:blink::MIMEHeader
142 if (!mimeHeader->isMultipart()) {
219 if (!header->isMultipart()) {
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.h96 bool isMultipart() const { return mimeType() == "multipart/x-mixed-replace"; } function in class:blink::ResourceResponse
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp422 else if (response.isMultipart())
H A DResourceLoader.cpp384 if (response.toResourceResponse().isMultipart()) {

Completed in 292 milliseconds