Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_common.h61 enum HttpContentType { enum
67 const char* GetHttpContentTypeString(HttpContentType type);
Dhttp_common.cc71 const char* GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString()
73 HttpContentType type; in GetHttpContentTypeString()
Dhttp_fetcher.h71 void SetPostData(const void* data, size_t size, HttpContentType type);
161 HttpContentType post_content_type_;
Dhttp_fetcher.cc34 HttpContentType type) { in SetPostData()