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

  /external/chromium_org/ui/base/resource/
data_pack.cc 68 text_encoding_type_(BINARY),
132 text_encoding_type_ = static_cast<TextEncodingType>(*ptr_encoding);
133 if (text_encoding_type_ != UTF8 && text_encoding_type_ != UTF16 &&
134 text_encoding_type_ != BINARY) {
135 LOG(ERROR) << "Bad data pack text encoding: got " << text_encoding_type_
227 return text_encoding_type_;
data_pack.h 73 TextEncodingType text_encoding_type_; member in class:ui::DataPack

Completed in 216 milliseconds