Home
last modified time | relevance | path

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

/external/chromium/net/url_request/
Durl_request_file_job.h31 std::vector<Filter::FilterType>* encoding_type);
Durl_request_http_job.cc231 std::string encoding_type; in GetContentEncodings() local
234 &encoding_type)) { in GetContentEncodings()
235 encoding_types->push_back(Filter::ConvertEncodingToType(encoding_type)); in GetContentEncodings()
Durl_request_http_job.h46 std::vector<Filter::FilterType>* encoding_type);
/external/freetype/include/freetype/internal/
Dt1types.h111 T1_EncodingType encoding_type; member