HomeSort by relevance Sort by last modified time
    Searched refs:HttpContentType (Results 1 - 4 of 4) sorted by null

  /system/update_engine/common/
http_common.h 62 enum HttpContentType {
68 const char *GetHttpContentTypeString(HttpContentType type);
http_common.cc 71 const char *GetHttpContentTypeString(HttpContentType type) {
73 HttpContentType type;
http_fetcher.h 63 void SetPostData(const void* data, size_t size, HttpContentType type);
147 HttpContentType post_content_type_;
http_fetcher.cc 33 HttpContentType type) {

Completed in 71 milliseconds