Home
last modified time | relevance | path

Searched refs:is_attachment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_content_disposition.h57 bool is_attachment() const { return type() == ATTACHMENT; } in is_attachment() function
/external/chromium_org/content/browser/loader/
Dbuffered_resource_handler.cc427 net::HttpContentDisposition(disposition, std::string()).is_attachment()) { in MustDownload()