HomeSort by relevance Sort by last modified time
    Searched refs:ContentDisposition (Results 1 - 6 of 6) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentDisposition.java 41 public final class ContentDisposition
57 public ContentDisposition() {
83 + ", ContentDisposition, setDispositionType(), the dispositionType parameter is null");
110 + ", ContentDisposition, setHandling(), the handling parameter is null");
125 * $Log: ContentDisposition.java,v $
NameMap.java 147 putNameMap(CONTENT_DISPOSITION, ContentDisposition.class.getName()); //35
HeaderFactoryImpl.java 329 * 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)
339 if (contentDisposition == null)
340 throw new NullPointerException("null arg contentDisposition");
341 ContentDisposition c = new ContentDisposition();
342 c.setDispositionType(contentDisposition);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 46 * @param contentDisposition the header to parse
48 public ContentDispositionParser(String contentDisposition) {
49 super(contentDisposition);
73 ContentDisposition cd = new ContentDisposition();
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 185 TEST_F(ProxyScriptFetcherImplTest, ContentDisposition) {
  /external/chromium/chrome/browser/download/
download_browsertest.cc 825 IN_PROC_BROWSER_TEST_F(DownloadTest, ContentDisposition) {
    [all...]

Completed in 159 milliseconds