Home | History | Annotate | Download | only in base

Lines Matching refs:converted

427         // Converted successfully.
892 bool FilePathToString16(const base::FilePath& path, base::string16* converted) {
894 return WideToUTF16(path.value().c_str(), path.value().size(), converted);
898 UTF8ToUTF16(component8.c_str(), component8.size(), converted);