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

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentDispositionParser.java46 * @param contentDisposition the header to parse
48 public ContentDispositionParser(String contentDisposition) { argument
49 super(contentDisposition);
/external/nist-sip/java/javax/sip/message/
H A DMessage.java44 void setContentDisposition(ContentDispositionHeader contentDisposition); argument
/external/webkit/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp802 const String& contentDisposition = local
804 if (contentDisposition.isEmpty())
810 if (contentDisposition.startsWith(";"))
813 if (contentDisposition.startsWith("inline", false))
819 if (contentDisposition.startsWith("filename", false))
823 if (contentDisposition.startsWith("name", false))
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java329 * contentDisposition value.
331 * @param contentDisposition - the new string value of the contentDisposition.
333 * unexpectedly while parsing the contentDisposition value.
337 public ContentDispositionHeader createContentDispositionHeader(String contentDisposition) argument
339 if (contentDisposition == null)
340 throw new NullPointerException("null arg contentDisposition");
342 c.setDispositionType(contentDisposition);

Completed in 54 milliseconds