Searched refs:DetectEncoding (Results 1 - 4 of 4) sorted by path

/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc14 bool DetectEncoding(const std::string& text, std::string* encoding) { function in namespace:base
H A Dicu_encoding_detection.h18 BASE_I18N_EXPORT bool DetectEncoding(const std::string& text,
/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc118 if (!base::DetectEncoding(ssid, &encoding)) {
120 // base::DetectEncoding() fails, we need to figure out whether we can use
/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.cc40 if (base::DetectEncoding(path, &encoding) && !encoding.empty()) {

Completed in 445 milliseconds