Searched refs:is_attachment (Results 1 – 2 of 2) sorted by relevance
57 bool is_attachment() const { return type() == ATTACHMENT; } in is_attachment() function
427 net::HttpContentDisposition(disposition, std::string()).is_attachment()) { in MustDownload()