Searched refs:contentDispositionType (Results 1 – 4 of 4) sorted by relevance
87 PLATFORM_EXPORT ContentDispositionType contentDispositionType(const String&);
138 ContentDispositionType contentDispositionType(const String& contentDisposition) in contentDispositionType() function
44 String contentDispositionType) throws ParseException; in createContentDispositionHeader() argument
411 …if (contentDispositionType(m_response.httpHeaderField("Content-Disposition")) == ContentDispositio… in shouldContinueForResponse()