Home
last modified time | relevance | path

Searched refs:HttpContentType (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dhttp_common.h62 enum HttpContentType { enum
68 const char *GetHttpContentTypeString(HttpContentType type);
Dhttp_common.cc71 const char *GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString()
73 HttpContentType type; in GetHttpContentTypeString()
Dhttp_fetcher.h63 void SetPostData(const void* data, size_t size, HttpContentType type);
143 HttpContentType post_content_type_;
Dhttp_fetcher.cc36 HttpContentType type) { in SetPostData()