Home
last modified time | relevance | path

Searched refs:kHttpContentTypeUnspecified (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dhttp_common.h63 kHttpContentTypeUnspecified = 0, enumerator
Dhttp_fetcher.cc45 SetPostData(data, size, kHttpContentTypeUnspecified); in SetPostData()
Dlibcurl_http_fetcher.cc146 if (post_content_type_ != kHttpContentTypeUnspecified) { in ResumeTransfer()