Home
last modified time | relevance | path

Searched defs:is_attachment (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_content_disposition.h62 bool is_attachment() const { return type() == ATTACHMENT; } in is_attachment() function
/external/cronet/tot/net/http/
Dhttp_content_disposition.h62 bool is_attachment() const { return type() == ATTACHMENT; } in is_attachment() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4903 bool is_attachment = true; in PrepareObjects() local
5256 bool is_attachment = true; in PrepareObjects() local
5683 bool is_attachment = true; in PrepareObjects() local
6995 bool is_attachment = true; in PrepareObjects() local
/external/python/cpython3/Lib/email/
Dmessage.py1005 def is_attachment(self): member in MIMEPart