StringType         56 base/base_paths_posix.cc       *result = FilePath(FilePath::StringType(bin_dir, length - 1));
StringType         45 base/command_line.cc size_t GetSwitchPrefixLength(const CommandLine::StringType& string) {
StringType         47 base/command_line.cc     CommandLine::StringType prefix(kSwitchPrefixes[i]);
StringType         56 base/command_line.cc bool IsSwitch(const CommandLine::StringType& string,
StringType         57 base/command_line.cc               CommandLine::StringType* switch_string,
StringType         58 base/command_line.cc               CommandLine::StringType* switch_value) {
StringType         67 base/command_line.cc   if (equals_position != CommandLine::StringType::npos)
StringType         77 base/command_line.cc     CommandLine::StringType arg = argv[i];
StringType         80 base/command_line.cc     CommandLine::StringType switch_string;
StringType         81 base/command_line.cc     CommandLine::StringType switch_value;
StringType        250 base/command_line.cc CommandLine::StringType CommandLine::GetCommandLineString() const {
StringType        251 base/command_line.cc   StringType string(argv_[0]);
StringType        255 base/command_line.cc   StringType params(GetArgumentsString());
StringType        257 base/command_line.cc     string.append(StringType(FILE_PATH_LITERAL(" ")));
StringType        263 base/command_line.cc CommandLine::StringType CommandLine::GetArgumentsString() const {
StringType        264 base/command_line.cc   StringType params;
StringType        268 base/command_line.cc     StringType arg = argv_[i];
StringType        269 base/command_line.cc     StringType switch_string;
StringType        270 base/command_line.cc     StringType switch_value;
StringType        273 base/command_line.cc       params.append(StringType(FILE_PATH_LITERAL(" ")));
StringType        307 base/command_line.cc   StringType value = GetSwitchValueNative(switch_string);
StringType        324 base/command_line.cc CommandLine::StringType CommandLine::GetSwitchValueNative(
StringType        328 base/command_line.cc   return result == switches_.end() ? StringType() : result->second;
StringType        332 base/command_line.cc   AppendSwitchNative(switch_string, StringType());
StringType        341 base/command_line.cc                                      const CommandLine::StringType& value) {
StringType        344 base/command_line.cc   StringType combined_switch_string(ASCIIToWide(switch_key));
StringType        346 base/command_line.cc   StringType combined_switch_string(switch_string);
StringType        401 base/command_line.cc void CommandLine::AppendArgNative(const CommandLine::StringType& value) {
StringType        412 base/command_line.cc void CommandLine::PrependWrapper(const CommandLine::StringType& wrapper) {
StringType         39 base/command_line.h   typedef StringType::value_type CharType;
StringType         40 base/command_line.h   typedef std::vector<StringType> StringVector;
StringType         41 base/command_line.h   typedef std::map<std::string, StringType> SwitchMap;
StringType        100 base/command_line.h   StringType GetCommandLineString() const;
StringType        105 base/command_line.h   StringType GetArgumentsString() const;
StringType        122 base/command_line.h   StringType GetSwitchValueNative(const std::string& switch_string) const;
StringType        133 base/command_line.h                           const StringType& value);
StringType        152 base/command_line.h   void AppendArgNative(const StringType& value);
StringType        160 base/command_line.h   void PrependWrapper(const StringType& wrapper);
StringType         20 base/command_line_unittest.cc static const CommandLine::StringType kTrickyQuoted =
StringType         24 base/command_line_unittest.cc static const CommandLine::StringType kTricky =
StringType         83 base/command_line_unittest.cc   std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
StringType        148 base/command_line_unittest.cc   std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
StringType        201 base/command_line_unittest.cc   CommandLine::StringType expected_first_arg(
StringType        203 base/command_line_unittest.cc   CommandLine::StringType expected_second_arg(
StringType        205 base/command_line_unittest.cc   CommandLine::StringType expected_third_arg(
StringType        207 base/command_line_unittest.cc   CommandLine::StringType expected_fourth_arg(
StringType        210 base/command_line_unittest.cc   CommandLine::StringType expected_first_arg(kFirstArgName);
StringType        211 base/command_line_unittest.cc   CommandLine::StringType expected_second_arg(kSecondArgName);
StringType        212 base/command_line_unittest.cc   CommandLine::StringType expected_third_arg(kThirdArgName);
StringType        213 base/command_line_unittest.cc   CommandLine::StringType expected_fourth_arg(kFourthArgName);
StringType        222 base/command_line_unittest.cc   CommandLine::StringType expected_str;
StringType        255 base/command_line_unittest.cc   CommandLine::StringType value5 = kTricky;
StringType        350 base/command_line_unittest.cc   CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString());
StringType        351 base/command_line_unittest.cc   CommandLine::StringType program_string(cl_program_path.GetProgram().value());
StringType        240 base/file_util.cc                         const FilePath::StringType& suffix) {
StringType        243 base/file_util.h BASE_EXPORT bool CreateNewTempDirectory(const FilePath::StringType& prefix,
StringType        250 base/file_util.h                                          const FilePath::StringType& prefix,
StringType        342 base/file_util.h                                     const FilePath::StringType& suffix);
StringType        403 base/file_util_posix.cc   *target_path = FilePath(FilePath::StringType(buf, count));
StringType        522 base/file_util_posix.cc                                         const FilePath::StringType& name_tmpl,
StringType        525 base/file_util_posix.cc   DCHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos)
StringType        543 base/file_util_posix.cc                              const FilePath::StringType& prefix,
StringType        545 base/file_util_posix.cc   FilePath::StringType mkdtemp_template = prefix;
StringType        550 base/file_util_posix.cc bool CreateNewTempDirectory(const FilePath::StringType& prefix,
StringType        736 base/file_util_posix.cc   std::vector<FilePath::StringType> base_components;
StringType        737 base/file_util_posix.cc   std::vector<FilePath::StringType> path_components;
StringType        742 base/file_util_posix.cc   std::vector<FilePath::StringType>::const_iterator ib, ip;
StringType        201 base/file_util_unittest.cc       FilePath::StringType path = cur_file.value();
StringType        221 base/file_util_unittest.cc   std::set<FilePath::StringType> files_;
StringType        351 base/file_util_unittest.cc   FilePath::StringType long_name_str = FPL("long_name_");
StringType        481 base/file_util_unittest.cc   const FilePath::StringType kExtraChars = FPL("12345");
StringType       1678 base/file_util_unittest.cc   ASSERT_TRUE(CreateNewTempDirectory(FilePath::StringType(), &temp_dir));
StringType        324 base/file_util_win.cc   FilePath::StringType long_temp_name_str;
StringType        331 base/file_util_win.cc                              const FilePath::StringType& prefix,
StringType        356 base/file_util_win.cc bool CreateNewTempDirectory(const FilePath::StringType& prefix,
StringType         15 base/files/file_enumerator.cc   FilePath::StringType basename = path.BaseName().value();
StringType        110 base/files/file_enumerator.h                  const FilePath::StringType& pattern);
StringType        148 base/files/file_enumerator.h   FilePath::StringType pattern_;  // Empty when we want to find everything.
StringType         55 base/files/file_enumerator_posix.cc                                const FilePath::StringType& pattern)
StringType         67 base/files/file_enumerator_posix.cc     pattern_ = FilePath::StringType();
StringType         59 base/files/file_enumerator_win.cc                                const FilePath::StringType& pattern)
StringType        132 base/files/file_enumerator_win.cc       pattern_ = FilePath::StringType();
StringType         34 base/files/file_path.cc typedef FilePath::StringType StringType;
StringType         48 base/files/file_path.cc StringType::size_type FindDriveLetter(const StringType& path) {
StringType         58 base/files/file_path.cc   return StringType::npos;
StringType         62 base/files/file_path.cc bool EqualDriveLetterCaseInsensitive(const StringType& a,
StringType         63 base/files/file_path.cc                                      const StringType& b) {
StringType         67 base/files/file_path.cc   if (a_letter_pos == StringType::npos || b_letter_pos == StringType::npos)
StringType         70 base/files/file_path.cc   StringType a_letter(a.substr(0, a_letter_pos + 1));
StringType         71 base/files/file_path.cc   StringType b_letter(b.substr(0, b_letter_pos + 1));
StringType         75 base/files/file_path.cc   StringType a_rest(a.substr(a_letter_pos + 1));
StringType         76 base/files/file_path.cc   StringType b_rest(b.substr(b_letter_pos + 1));
StringType         81 base/files/file_path.cc bool IsPathAbsolute(const StringType& path) {
StringType         83 base/files/file_path.cc   StringType::size_type letter = FindDriveLetter(path);
StringType         84 base/files/file_path.cc   if (letter != StringType::npos) {
StringType         98 base/files/file_path.cc bool AreAllSeparators(const StringType& input) {
StringType         99 base/files/file_path.cc   for (StringType::const_iterator it = input.begin();
StringType        111 base/files/file_path.cc StringType::size_type FinalExtensionSeparatorPosition(const StringType& path) {
StringType        114 base/files/file_path.cc     return StringType::npos;
StringType        123 base/files/file_path.cc StringType::size_type ExtensionSeparatorPosition(const StringType& path) {
StringType        124 base/files/file_path.cc   const StringType::size_type last_dot = FinalExtensionSeparatorPosition(path);
StringType        127 base/files/file_path.cc   if (last_dot == StringType::npos || last_dot == 0U)
StringType        130 base/files/file_path.cc   const StringType::size_type penultimate_dot =
StringType        132 base/files/file_path.cc   const StringType::size_type last_separator =
StringType        136 base/files/file_path.cc   if (penultimate_dot == StringType::npos ||
StringType        137 base/files/file_path.cc       (last_separator != StringType::npos &&
StringType        143 base/files/file_path.cc     StringType extension(path, penultimate_dot + 1);
StringType        148 base/files/file_path.cc   StringType extension(path, last_dot + 1);
StringType        162 base/files/file_path.cc bool IsEmptyOrSpecialCase(const StringType& path) {
StringType        180 base/files/file_path.cc FilePath::FilePath(const StringType& path) : path_(path) {
StringType        181 base/files/file_path.cc   StringType::size_type nul_pos = path_.find(kStringTerminator);
StringType        182 base/files/file_path.cc   if (nul_pos != StringType::npos)
StringType        183 base/files/file_path.cc     path_.erase(nul_pos, StringType::npos);
StringType        221 base/files/file_path.cc void FilePath::GetComponents(std::vector<StringType>* components) const {
StringType        229 base/files/file_path.cc   std::vector<StringType> ret_val;
StringType        248 base/files/file_path.cc   StringType::size_type letter = FindDriveLetter(dir.value());
StringType        249 base/files/file_path.cc   if (letter != StringType::npos) {
StringType        250 base/files/file_path.cc     ret_val.push_back(StringType(dir.value(), 0, letter + 1));
StringType        253 base/files/file_path.cc   *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
StringType        262 base/files/file_path.cc   std::vector<StringType> parent_components;
StringType        263 base/files/file_path.cc   std::vector<StringType> child_components;
StringType        271 base/files/file_path.cc   std::vector<StringType>::const_iterator parent_comp =
StringType        273 base/files/file_path.cc   std::vector<StringType>::const_iterator child_comp =
StringType        280 base/files/file_path.cc   if ((FindDriveLetter(*parent_comp) != StringType::npos) &&
StringType        281 base/files/file_path.cc       (FindDriveLetter(*child_comp) != StringType::npos)) {
StringType        316 base/files/file_path.cc   StringType::size_type letter = FindDriveLetter(new_path.path_);
StringType        318 base/files/file_path.cc   StringType::size_type last_separator =
StringType        319 base/files/file_path.cc       new_path.path_.find_last_of(kSeparators, StringType::npos,
StringType        321 base/files/file_path.cc   if (last_separator == StringType::npos) {
StringType        349 base/files/file_path.cc   StringType::size_type letter = FindDriveLetter(new_path.path_);
StringType        350 base/files/file_path.cc   if (letter != StringType::npos) {
StringType        356 base/files/file_path.cc   StringType::size_type last_separator =
StringType        357 base/files/file_path.cc       new_path.path_.find_last_of(kSeparators, StringType::npos,
StringType        359 base/files/file_path.cc   if (last_separator != StringType::npos &&
StringType        367 base/files/file_path.cc StringType FilePath::Extension() const {
StringType        369 base/files/file_path.cc   const StringType::size_type dot = ExtensionSeparatorPosition(base.path_);
StringType        370 base/files/file_path.cc   if (dot == StringType::npos)
StringType        371 base/files/file_path.cc     return StringType();
StringType        373 base/files/file_path.cc   return base.path_.substr(dot, StringType::npos);
StringType        376 base/files/file_path.cc StringType FilePath::FinalExtension() const {
StringType        378 base/files/file_path.cc   const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_);
StringType        379 base/files/file_path.cc   if (dot == StringType::npos)
StringType        380 base/files/file_path.cc     return StringType();
StringType        382 base/files/file_path.cc   return base.path_.substr(dot, StringType::npos);
StringType        389 base/files/file_path.cc   const StringType::size_type dot = ExtensionSeparatorPosition(path_);
StringType        390 base/files/file_path.cc   if (dot == StringType::npos)
StringType        400 base/files/file_path.cc   const StringType::size_type dot = FinalExtensionSeparatorPosition(path_);
StringType        401 base/files/file_path.cc   if (dot == StringType::npos)
StringType        407 base/files/file_path.cc FilePath FilePath::InsertBeforeExtension(const StringType& suffix) const {
StringType        414 base/files/file_path.cc   StringType ext = Extension();
StringType        415 base/files/file_path.cc   StringType ret = RemoveExtension().value();
StringType        431 base/files/file_path.cc FilePath FilePath::AddExtension(const StringType& extension) const {
StringType        436 base/files/file_path.cc   if (extension.empty() || extension == StringType(1, kExtensionSeparator))
StringType        439 base/files/file_path.cc   StringType str = path_;
StringType        448 base/files/file_path.cc FilePath FilePath::ReplaceExtension(const StringType& extension) const {
StringType        454 base/files/file_path.cc   if (extension.empty() || extension == StringType(1, kExtensionSeparator))
StringType        457 base/files/file_path.cc   StringType str = no_ext.value();
StringType        464 base/files/file_path.cc bool FilePath::MatchesExtension(const StringType& extension) const {
StringType        467 base/files/file_path.cc   StringType current_extension = Extension();
StringType        475 base/files/file_path.cc FilePath FilePath::Append(const StringType& component) const {
StringType        476 base/files/file_path.cc   const StringType* appended = &component;
StringType        477 base/files/file_path.cc   StringType without_nuls;
StringType        479 base/files/file_path.cc   StringType::size_type nul_pos = component.find(kStringTerminator);
StringType        480 base/files/file_path.cc   if (nul_pos != StringType::npos) {
StringType        546 base/files/file_path.cc   StringType path_str;
StringType        562 base/files/file_path.cc   std::vector<StringType> components;
StringType        565 base/files/file_path.cc   std::vector<StringType>::const_iterator it = components.begin();
StringType        567 base/files/file_path.cc     const StringType& component = *it;
StringType        676 base/files/file_path.cc   if (path_.find(kStringTerminator) != StringType::npos)
StringType        685 base/files/file_path.cc int FilePath::CompareIgnoreCase(const StringType& string1,
StringType        686 base/files/file_path.cc                                 const StringType& string2) {
StringType        690 base/files/file_path.cc   StringType::const_iterator i1 = string1.begin();
StringType        691 base/files/file_path.cc   StringType::const_iterator i2 = string2.begin();
StringType        692 base/files/file_path.cc   StringType::const_iterator string1end = string1.end();
StringType        693 base/files/file_path.cc   StringType::const_iterator string2end = string2.end();
StringType       1159 base/files/file_path.cc int FilePath::HFSFastUnicodeCompare(const StringType& string1,
StringType       1160 base/files/file_path.cc                                     const StringType& string2) {
StringType       1183 base/files/file_path.cc StringType FilePath::GetHFSDecomposedForm(const StringType& string) {
StringType       1200 base/files/file_path.cc   StringType result;
StringType       1216 base/files/file_path.cc int FilePath::CompareIgnoreCase(const StringType& string1,
StringType       1217 base/files/file_path.cc                                 const StringType& string2) {
StringType       1225 base/files/file_path.cc   StringType hfs1 = GetHFSDecomposedForm(string1);
StringType       1226 base/files/file_path.cc   StringType hfs2 = GetHFSDecomposedForm(string2);
StringType       1259 base/files/file_path.cc int FilePath::CompareIgnoreCase(const StringType& string1,
StringType       1260 base/files/file_path.cc                                 const StringType& string2) {
StringType       1278 base/files/file_path.cc   StringType::size_type start = FindDriveLetter(path_) + 2;
StringType       1280 base/files/file_path.cc   StringType::size_type last_stripped = StringType::npos;
StringType       1281 base/files/file_path.cc   for (StringType::size_type pos = path_.length();
StringType       1302 base/files/file_path.cc   StringType copy = path_;
StringType        145 base/files/file_path.h   typedef StringType::value_type CharType;
StringType        167 base/files/file_path.h   explicit FilePath(const StringType& path);
StringType        180 base/files/file_path.h   const StringType& value() const { return path_; }
StringType        199 base/files/file_path.h   void GetComponents(std::vector<FilePath::StringType>* components) const;
StringType        241 base/files/file_path.h   StringType Extension() const;
StringType        250 base/files/file_path.h   StringType FinalExtension() const;
StringType        269 base/files/file_path.h       const StringType& suffix) const WARN_UNUSED_RESULT;
StringType        276 base/files/file_path.h       const StringType& extension) const WARN_UNUSED_RESULT;
StringType        283 base/files/file_path.h       const StringType& extension) const WARN_UNUSED_RESULT;
StringType        287 base/files/file_path.h   bool MatchesExtension(const StringType& extension) const;
StringType        295 base/files/file_path.h   FilePath Append(const StringType& component) const WARN_UNUSED_RESULT;
StringType        389 base/files/file_path.h   static int CompareIgnoreCase(const StringType& string1,
StringType        390 base/files/file_path.h                                const StringType& string2);
StringType        391 base/files/file_path.h   static bool CompareEqualIgnoreCase(const StringType& string1,
StringType        392 base/files/file_path.h                                      const StringType& string2) {
StringType        395 base/files/file_path.h   static bool CompareLessIgnoreCase(const StringType& string1,
StringType        396 base/files/file_path.h                                     const StringType& string2) {
StringType        406 base/files/file_path.h   static StringType GetHFSDecomposedForm(const FilePath::StringType& string);
StringType        412 base/files/file_path.h   static int HFSFastUnicodeCompare(const StringType& string1,
StringType        413 base/files/file_path.h                                    const StringType& string2);
StringType        433 base/files/file_path.h   StringType path_;
StringType        461 base/files/file_path.h     return hash<base::FilePath::StringType>()(f.value());
StringType         15 base/files/file_path_unittest.cc #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1)
StringType        145 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
StringType        232 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
StringType        308 base/files/file_path_unittest.cc     FilePath::StringType leaf(cases[i].inputs[1]);
StringType        310 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_str.value()) <<
StringType        313 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_path.value()) <<
StringType        324 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed_str.value()) <<
StringType        388 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
StringType        501 base/files/file_path_unittest.cc     std::vector<FilePath::StringType> comps;
StringType        504 base/files/file_path_unittest.cc     FilePath::StringType observed;
StringType        509 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed) <<
StringType        771 base/files/file_path_unittest.cc     FilePath::StringType extension = path.Extension();
StringType        772 base/files/file_path_unittest.cc     FilePath::StringType final_extension = path.FinalExtension();
StringType        780 base/files/file_path_unittest.cc     FilePath::StringType extension = path.Extension();
StringType       1006 base/files/file_path_unittest.cc     FilePath::StringType ext(cases[i].inputs[1]);
StringType       1082 base/files/file_path_unittest.cc     FilePath::StringType s1(cases[i].inputs[0]);
StringType       1083 base/files/file_path_unittest.cc     FilePath::StringType s2(cases[i].inputs[1]);
StringType       1220 base/files/file_path_unittest.cc     EXPECT_EQ(FilePath::StringType(cases[i].expected), observed.value()) <<
StringType         77 base/files/file_path_watcher_kqueue.cc     EventData(const FilePath& path, const FilePath::StringType& subdir)
StringType         80 base/files/file_path_watcher_kqueue.cc     FilePath::StringType subdir_;  // Path to any sub item.
StringType        164 base/files/file_path_watcher_kqueue.cc   std::vector<FilePath::StringType> components;
StringType        174 base/files/file_path_watcher_kqueue.cc   for (std::vector<FilePath::StringType>::iterator i = components.begin();
StringType        190 base/files/file_path_watcher_kqueue.cc     FilePath::StringType subdir = (i != (components.end() - 1)) ? *(i + 1) : "";
StringType         97 base/files/file_path_watcher_linux.cc                          const FilePath::StringType& child,
StringType        126 base/files/file_path_watcher_linux.cc     WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir)
StringType        131 base/files/file_path_watcher_linux.cc     FilePath::StringType subdir_;
StringType        132 base/files/file_path_watcher_linux.cc     FilePath::StringType linkname_;
StringType        291 base/files/file_path_watcher_linux.cc   FilePath::StringType child(event->len ? event->name : FILE_PATH_LITERAL(""));
StringType        307 base/files/file_path_watcher_linux.cc                                             const FilePath::StringType& child,
StringType        384 base/files/file_path_watcher_linux.cc   std::vector<FilePath::StringType> comps;
StringType        387 base/files/file_path_watcher_linux.cc   std::vector<FilePath::StringType>::const_iterator comp = comps.begin();
StringType        392 base/files/file_path_watcher_linux.cc                                 FilePath::StringType()));
StringType         93 base/i18n/file_util_icu.cc void ReplaceIllegalCharactersInPath(base::FilePath::StringType* file_name,
StringType         28 base/i18n/file_util_icu.h     base::FilePath::StringType* file_name,
StringType        112 base/prefs/json_pref_store_unittest.cc   base::FilePath::StringType path;
StringType        114 base/prefs/json_pref_store_unittest.cc   EXPECT_EQ(base::FilePath::StringType(FILE_PATH_LITERAL("/usr/local/")), path);
StringType         11 base/process/kill.cc bool KillProcesses(const FilePath::StringType& executable_name,
StringType         43 base/process/kill.h BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name,
StringType        117 base/process/kill.h     const FilePath::StringType& executable_name,
StringType        133 base/process/kill.h BASE_EXPORT bool CleanupProcesses(const FilePath::StringType& executable_name,
StringType        247 base/process/kill_posix.cc bool WaitForProcessesToExit(const FilePath::StringType& executable_name,
StringType        389 base/process/kill_posix.cc bool CleanupProcesses(const FilePath::StringType& executable_name,
StringType        200 base/process/kill_win.cc bool WaitForProcessesToExit(const FilePath::StringType& executable_name,
StringType        229 base/process/kill_win.cc bool CleanupProcesses(const FilePath::StringType& executable_name,
StringType        318 base/process/launch_win.cc   FilePath::StringType writable_command_line_string;
StringType         37 base/process/process_iterator.cc     const FilePath::StringType& executable_name,
StringType         47 base/process/process_iterator.cc     executable_name_ = FilePath::StringType(executable_name_,
StringType         56 base/process/process_iterator.cc int GetProcessCount(const FilePath::StringType& executable_name,
StringType        164 base/process/process_iterator.h   NamedProcessIterator(const FilePath::StringType& executable_name,
StringType        172 base/process/process_iterator.h   FilePath::StringType executable_name_;
StringType        180 base/process/process_iterator.h BASE_EXPORT int GetProcessCount(const FilePath::StringType& executable_name,
StringType        497 base/strings/string_util.cc template<class StringType>
StringType        498 base/strings/string_util.cc void DoReplaceSubstringsAfterOffset(StringType* str,
StringType        499 base/strings/string_util.cc                                     typename StringType::size_type start_offset,
StringType        500 base/strings/string_util.cc                                     const StringType& find_this,
StringType        501 base/strings/string_util.cc                                     const StringType& replace_with,
StringType        503 base/strings/string_util.cc   if ((start_offset == StringType::npos) || (start_offset >= str->length()))
StringType        507 base/strings/string_util.cc   for (typename StringType::size_type offs(str->find(find_this, start_offset));
StringType        508 base/strings/string_util.cc       offs != StringType::npos; offs = str->find(find_this, offs)) {
StringType         41 base/strings/stringprintf.cc template <class StringType>
StringType         42 base/strings/stringprintf.cc static void StringAppendVT(StringType* dst,
StringType         43 base/strings/stringprintf.cc                            const typename StringType::value_type* format,
StringType         48 base/strings/stringprintf.cc   typename StringType::value_type stack_buf[1024];
StringType         93 base/strings/stringprintf.cc     std::vector<typename StringType::value_type> mem_buf(mem_length);
StringType        124 base/test/launcher/test_results_tracker.cc     FilePath::StringType path_string = flag_path.value();
StringType        132 base/test/launcher/test_results_tracker.cc                              FilePath::StringType(FILE_PATH_LITERAL("xml"))));
StringType        172 base/test/launcher/unit_test_launcher.cc     CHECK(CreateNewTempDirectory(FilePath::StringType(), &output_file));
StringType        206 base/test/launcher/unit_test_launcher.cc     CHECK(CreateNewTempDirectory(FilePath::StringType(), &output_file));
StringType        100 chrome/browser/about_flags.cc CommandLine::StringType GetSwitchString(const std::string& flag) {
StringType        108 chrome/browser/about_flags.cc std::set<CommandLine::StringType> ExtractFlagsFromCommandLine(
StringType        110 chrome/browser/about_flags.cc   std::set<CommandLine::StringType> flags;
StringType       1862 chrome/browser/about_flags.cc       std::map<std::string, CommandLine::StringType>* switch_list);
StringType       2052 chrome/browser/about_flags.cc   std::set<CommandLine::StringType> new_flags =
StringType       2054 chrome/browser/about_flags.cc   std::set<CommandLine::StringType> active_flags =
StringType       2130 chrome/browser/about_flags.cc     std::map<std::string, CommandLine::StringType>* switch_list) {
StringType       2319 chrome/browser/about_flags.cc     std::map<std::string, CommandLine::StringType>* switch_list) {
StringType        149 chrome/browser/about_flags.h     std::map<std::string, base::CommandLine::StringType>* switch_list);
StringType        265 chrome/browser/about_flags_unittest.cc   std::map<std::string, CommandLine::StringType> switch_list;
StringType        266 chrome/browser/about_flags_unittest.cc   switch_list[kSwitch1] = CommandLine::StringType();
StringType        267 chrome/browser/about_flags_unittest.cc   switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType();
StringType        268 chrome/browser/about_flags_unittest.cc   switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType();
StringType        269 chrome/browser/about_flags_unittest.cc   switch_list["foo"] = CommandLine::StringType();
StringType       1988 chrome/browser/apps/web_view_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
StringType       1040 chrome/browser/browser_process_impl.cc   std::map<std::string, CommandLine::StringType> switches =
StringType       1047 chrome/browser/browser_process_impl.cc   for (std::map<std::string, CommandLine::StringType>::const_iterator i =
StringType       1049 chrome/browser/browser_process_impl.cc       CommandLine::StringType switch_value = i->second;
StringType        230 chrome/browser/browser_shutdown.cc     std::map<std::string, CommandLine::StringType> switches =
StringType        236 chrome/browser/browser_shutdown.cc     for (std::map<std::string, CommandLine::StringType>::const_iterator i =
StringType        238 chrome/browser/browser_shutdown.cc       CommandLine::StringType switch_value = i->second;
StringType        141 chrome/browser/chromeos/boot_times_loader.cc static void RecordStatsDelayed(const base::FilePath::StringType& name,
StringType        485 chrome/browser/chromeos/drive/file_cache.cc       std::vector<base::FilePath::StringType> extensions;
StringType        486 chrome/browser/chromeos/drive/file_cache.cc       base::FilePath::StringType extension;
StringType         27 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc   std::vector<base::FilePath::StringType> components;
StringType         66 chrome/browser/chromeos/drive/file_system/create_directory_operation.cc   std::vector<base::FilePath::StringType> components;
StringType         34 chrome/browser/chromeos/drive/file_system/download_operation.cc     const base::FilePath::StringType& extension,
StringType         37 chrome/browser/chromeos/drive/file_system/download_operation.cc   if (!base::CreateTemporaryDirInDir(dir, base::FilePath::StringType(),
StringType         98 chrome/browser/chromeos/drive/file_system/download_operation.cc     base::FilePath::StringType extension = base::FilePath::FromUTF8Unsafe(
StringType        224 chrome/browser/chromeos/drive/file_system_util.cc   std::vector<base::FilePath::StringType> components;
StringType        378 chrome/browser/chromeos/drive/resource_metadata.cc   std::vector<base::FilePath::StringType> components;
StringType         75 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.cc     base::FilePath::StringType allowed_extension =
StringType         80 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api.cc     std::vector<base::FilePath::StringType> inner_vector;
StringType        359 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     base::CreateNewTempDirectory(base::FilePath::StringType(), &profile_dir);
StringType        389 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     base::CreateNewTempDirectory(base::FilePath::StringType(), &cache_dir);
StringType         14 chrome/browser/chromeos/file_manager/mime_util.cc   const base::FilePath::StringType file_extension = file_path.Extension();
StringType        174 chrome/browser/chromeos/file_manager/open_with_browser.cc     const base::FilePath::StringType& file_extension) {
StringType         32 chrome/browser/chromeos/file_manager/open_with_browser.h     const base::FilePath::StringType& file_extension);
StringType         75 chrome/browser/chromeos/file_manager/url_util.cc     const base::FilePath::StringType& default_extension) {
StringType         36 chrome/browser/chromeos/file_manager/url_util.h     const base::FilePath::StringType& default_extension);
StringType         79 chrome/browser/chromeos/file_manager/url_util_unittest.cc   file_types.extensions.push_back(std::vector<base::FilePath::StringType>());
StringType         82 chrome/browser/chromeos/file_manager/url_util_unittest.cc   file_types.extensions.push_back(std::vector<base::FilePath::StringType>());
StringType        182 chrome/browser/component_updater/component_unpacker.cc   if (!base::CreateNewTempDirectory(base::FilePath::StringType(),
StringType        198 chrome/browser/component_updater/component_unpacker.cc     if (!base::CreateNewTempDirectory(base::FilePath::StringType(),
StringType        483 chrome/browser/content_settings/content_settings_browsertest.cc     base::FilePath::StringType pepper_plugins = BuildPepperPluginRegistration(
StringType        582 chrome/browser/content_settings/content_settings_browsertest.cc   base::FilePath::StringType BuildPepperPluginRegistration(
StringType        592 chrome/browser/content_settings/content_settings_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
StringType         85 chrome/browser/devtools/devtools_file_helper.cc       base::FilePath::StringType(),
StringType        421 chrome/browser/download/chrome_download_manager_delegate.cc     const base::FilePath::StringType& default_extension,
StringType         89 chrome/browser/download/chrome_download_manager_delegate.h       const base::FilePath::StringType& default_extension,
StringType         66 chrome/browser/download/download_dir_policy_handler.cc   base::FilePath::StringType string_value;
StringType         70 chrome/browser/download/download_dir_policy_handler.cc   base::FilePath::StringType expanded_value;
StringType         75 chrome/browser/download/download_dir_policy_handler.cc   if (position != base::FilePath::StringType::npos) {
StringType         76 chrome/browser/download/download_dir_policy_handler.cc     base::FilePath::StringType google_drive_root;
StringType         85 chrome/browser/download/download_dir_policy_handler.cc         base::FilePath::StringType(kDriveNamePolicyVariableName).length(),
StringType        209 chrome/browser/download/download_extensions.cc   base::FilePath::StringType extension(path.FinalExtension());
StringType         74 chrome/browser/download/download_file_picker.cc   base::FilePath::StringType extension = suggested_path_.FinalExtension();
StringType         91 chrome/browser/download/download_file_picker.cc                                   base::FilePath::StringType(),
StringType        116 chrome/browser/download/download_path_reservation_tracker.cc   base::FilePath::StringType ext(basename.Extension());
StringType        117 chrome/browser/download/download_path_reservation_tracker.cc   base::FilePath::StringType name(basename.RemoveExtension().value());
StringType        125 chrome/browser/download/download_path_reservation_tracker.cc   base::FilePath::StringType truncated;
StringType        178 chrome/browser/download/download_path_reservation_tracker_unittest.cc       (base::FilePath::StringType(repeat, FILE_PATH_LITERAL('a'))
StringType        569 chrome/browser/download/download_path_reservation_tracker_unittest.cc   ASSERT_EQ(base::FilePath::StringType(), item->GetTargetFilePath().value());
StringType        680 chrome/browser/download/download_path_reservation_tracker_unittest.cc           base::FilePath::StringType(max_length, 'b')).c_str()));
StringType        276 chrome/browser/download/download_prefs.cc   base::FilePath::StringType extension = path.Extension();
StringType        286 chrome/browser/download/download_prefs.cc   base::FilePath::StringType extension = file_name.Extension();
StringType        299 chrome/browser/download/download_prefs.cc   base::FilePath::StringType extension = file_name.Extension();
StringType        332 chrome/browser/download/download_prefs.cc     const base::FilePath::StringType& a,
StringType        333 chrome/browser/download/download_prefs.cc     const base::FilePath::StringType& b) const {
StringType         90 chrome/browser/download/download_prefs.h     bool operator()(const base::FilePath::StringType& a,
StringType         91 chrome/browser/download/download_prefs.h                     const base::FilePath::StringType& b) const;
StringType        229 chrome/browser/download/download_query_unittest.cc   const base::FilePath::StringType kTestString(
StringType        245 chrome/browser/download/download_query_unittest.cc   std::vector<base::FilePath::StringType> query_terms;
StringType        625 chrome/browser/download/download_target_determiner.cc   base::FilePath::StringType file_name = base::StringPrintf(
StringType        213 chrome/browser/download/download_target_determiner_unittest.cc   base::FilePath GetPathInDownloadDir(const base::FilePath::StringType& path);
StringType        355 chrome/browser/download/download_target_determiner_unittest.cc     const base::FilePath::StringType& relative_path) {
StringType        114 chrome/browser/download/save_package_file_picker.cc     const base::FilePath::StringType& default_extension,
StringType        123 chrome/browser/download/save_package_file_picker.cc   base::FilePath::StringType default_extension_copy = default_extension;
StringType        146 chrome/browser/download/save_package_file_picker.cc     base::FilePath::StringType extra_extension;
StringType         20 chrome/browser/download/save_package_file_picker.h       const base::FilePath::StringType& default_extension,
StringType         87 chrome/browser/drive/drive_app_registry.cc     const base::FilePath::StringType& file_extension,
StringType         76 chrome/browser/drive/drive_app_registry.h   void GetAppsForFile(const base::FilePath::StringType& file_extension,
StringType         77 chrome/browser/drive/drive_app_registry_unittest.cc   apps_registry_->GetAppsForFile(base::FilePath::StringType(),
StringType         85 chrome/browser/drive/drive_app_registry_unittest.cc       base::FilePath::StringType(), "text/html", &secondary_app);
StringType        203 chrome/browser/errorpage_browsertest.cc   void NavigateToFileURL(const base::FilePath::StringType& file_path) {
StringType         83 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc   base::FilePath::StringType filename =
StringType         87 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc   base::FilePath::StringType filename =
StringType        960 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc                                   base::FilePath::StringType(),
StringType       1269 chrome/browser/extensions/api/developer_private/developer_private_api.cc     info.extensions.push_back(std::vector<base::FilePath::StringType>());
StringType         64 chrome/browser/extensions/api/developer_private/entry_picker.cc                                   base::FilePath::StringType(),
StringType       1684 chrome/browser/extensions/api/downloads/downloads_api.cc   base::FilePath::StringType filename_str(const_filename.value());
StringType       1320 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   base::FilePath::StringType item_name;
StringType       1334 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   base::FilePath::StringType filename;
StringType         26 chrome/browser/extensions/api/downloads_internal/downloads_internal_api.cc   base::FilePath::StringType filename;
StringType         53 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc         path.MatchesExtension(base::FilePath::StringType())) {
StringType        110 chrome/browser/extensions/api/file_system/file_system_api.cc   std::vector<base::FilePath::StringType> components;
StringType        114 chrome/browser/extensions/api/file_system/file_system_api.cc   for (std::vector<base::FilePath::StringType>::iterator i =
StringType        153 chrome/browser/extensions/api/file_system/file_system_api.cc     std::vector<base::FilePath::StringType>* extensions,
StringType        155 chrome/browser/extensions/api/file_system/file_system_api.cc   std::set<base::FilePath::StringType> extension_set;
StringType        163 chrome/browser/extensions/api/file_system/file_system_api.cc       std::vector<base::FilePath::StringType> inner;
StringType        482 chrome/browser/extensions/api/file_system/file_system_api.cc                                     base::FilePath::StringType(),
StringType        778 chrome/browser/extensions/api/file_system/file_system_api.cc     const base::FilePath::StringType& suggested_extension,
StringType        793 chrome/browser/extensions/api/file_system/file_system_api.cc       std::vector<base::FilePath::StringType> extensions;
StringType        819 chrome/browser/extensions/api/file_system/file_system_api.cc     base::FilePath::StringType* suggested_extension) {
StringType        878 chrome/browser/extensions/api/file_system/file_system_api.cc     base::FilePath::StringType suggested_extension;
StringType        137 chrome/browser/extensions/api/file_system/file_system_api.h       const base::FilePath::StringType& suggested_extension,
StringType        142 chrome/browser/extensions/api/file_system/file_system_api.h                               base::FilePath::StringType* suggested_extension);
StringType         17 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc void CheckExtensions(const std::vector<base::FilePath::StringType>& expected,
StringType         18 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc     std::vector<base::FilePath::StringType>& actual) {
StringType         65 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), NULL, &acceptsAllTypes);
StringType         76 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), &options, &acceptsAllTypes);
StringType         83 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc   std::vector<base::FilePath::StringType> expectedTypes;
StringType        107 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), &options, &acceptsAllTypes);
StringType        127 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), &options, &acceptsAllTypes);
StringType        140 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), &options, &acceptsAllTypes);
StringType        151 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc       base::FilePath::StringType(), &options, &acceptsAllTypes);
StringType        159 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc   base::FilePath::StringType suggested_extension;
StringType        226 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc       base::FilePath::StringType(),
StringType         20 chrome/browser/extensions/api/system_storage/storage_api_test_util.cc       base::FilePath::StringType(), /* no location */
StringType         27 chrome/browser/extensions/extension_creator_filter.cc   const base::FilePath::StringType names_to_exclude[] = {
StringType         35 chrome/browser/extensions/extension_creator_filter.cc   std::set<base::FilePath::StringType> names_to_exclude_set(names_to_exclude,
StringType         37 chrome/browser/extensions/extension_creator_filter.cc   std::vector<base::FilePath::StringType> components;
StringType         34 chrome/browser/extensions/extension_creator_filter_unittest.cc       const base::FilePath::StringType& file_name,
StringType         35 chrome/browser/extensions/extension_creator_filter_unittest.cc       const base::FilePath::StringType& dir) {
StringType         84 chrome/browser/extensions/extension_creator_filter_unittest.cc   const base::FilePath::StringType file_name;
StringType         85 chrome/browser/extensions/extension_creator_filter_unittest.cc   const base::FilePath::StringType dir;
StringType         70 chrome/browser/extensions/extension_startup_browsertest.cc       base::FilePath::StringType paths = JoinString(load_extensions_, ',');
StringType        180 chrome/browser/extensions/extension_startup_browsertest.cc   std::vector<base::FilePath::StringType> load_extensions_;
StringType        195 chrome/browser/extensions/extension_system_impl.cc     CommandLine::StringType path_list = command_line->GetSwitchValueNative(
StringType        197 chrome/browser/extensions/extension_system_impl.cc     base::StringTokenizerT<CommandLine::StringType,
StringType        198 chrome/browser/extensions/extension_system_impl.cc         CommandLine::StringType::const_iterator> t(path_list,
StringType        227 chrome/browser/extensions/extension_system_impl.cc       CommandLine::StringType path_list = command_line->GetSwitchValueNative(
StringType        229 chrome/browser/extensions/extension_system_impl.cc       base::StringTokenizerT<CommandLine::StringType,
StringType        230 chrome/browser/extensions/extension_system_impl.cc           CommandLine::StringType::const_iterator> t(path_list,
StringType        216 chrome/browser/extensions/extension_ui_unittest.cc   base::FilePath::StringType ui_path;
StringType        248 chrome/browser/extensions/extension_ui_unittest.cc   base::FilePath::StringType ui_path;
StringType        275 chrome/browser/extensions/extension_ui_unittest.cc   base::FilePath::StringType ui_path;
StringType         44 chrome/browser/extensions/external_pref_loader.cc   base::FilePath::StringType extension = base::UTF8ToWide(std::string(".json"));
StringType         46 chrome/browser/extensions/external_pref_loader.cc   base::FilePath::StringType extension(".json");
StringType        126 chrome/browser/extensions/external_provider_impl.cc     base::FilePath::StringType external_crx;
StringType         31 chrome/browser/extensions/test_extension_dir.cc void TestExtensionDir::WriteFile(const base::FilePath::StringType& filename,
StringType         28 chrome/browser/extensions/test_extension_dir.h   void WriteFile(const base::FilePath::StringType& filename,
StringType        124 chrome/browser/extensions/webstore_installer.cc       base::GetUniquePathNumber(file, base::FilePath::StringType());
StringType        259 chrome/browser/feedback/feedback_util.cc   if (!base::CreateNewTempDirectory(base::FilePath::StringType(), &temp_path))
StringType        244 chrome/browser/file_select_helper.cc   std::vector<base::FilePath::StringType>* extensions =
StringType        259 chrome/browser/file_select_helper.cc       base::FilePath::StringType ext(ascii_type.begin(), ascii_type.end());
StringType        412 chrome/browser/file_select_helper.cc       base::FilePath::StringType(),
StringType        253 chrome/browser/first_run/first_run.cc   const base::FilePath::StringType& import_bookmarks_path_str =
StringType         42 chrome/browser/first_run/first_run_internal_win.cc bool LaunchSetupForEula(const base::FilePath::StringType& value,
StringType       1623 chrome/browser/history/history_backend.cc   base::FilePath::StringType filepattern =
StringType         89 chrome/browser/history/in_memory_url_index_unittest.cc   virtual base::FilePath::StringType TestDBName() const;
StringType        281 chrome/browser/history/in_memory_url_index_unittest.cc base::FilePath::StringType InMemoryURLIndexTest::TestDBName() const {
StringType        418 chrome/browser/history/in_memory_url_index_unittest.cc   virtual base::FilePath::StringType TestDBName() const OVERRIDE;
StringType        421 chrome/browser/history/in_memory_url_index_unittest.cc base::FilePath::StringType LimitedInMemoryURLIndexTest::TestDBName() const {
StringType       1183 chrome/browser/history/in_memory_url_index_unittest.cc   std::vector<base::FilePath::StringType> expected_parts;
StringType       1187 chrome/browser/history/in_memory_url_index_unittest.cc   std::vector<base::FilePath::StringType> actual_parts;
StringType         45 chrome/browser/local_discovery/storage/path_util.cc std::string PathStringToString(const base::FilePath::StringType& string) {
StringType         57 chrome/browser/local_discovery/storage/path_util.cc   base::FilePath::StringType path_updated_string = path.value();
StringType         70 chrome/browser/local_discovery/storage/path_util.cc   std::vector<base::FilePath::StringType> components;
StringType         40 chrome/browser/logging_chrome_unittest.cc   ASSERT_NE(base::FilePath::StringType::npos,
StringType        276 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     base::FilePath::StringType native_home_dir(home_dir.begin(),
StringType        271 chrome/browser/media/encrypted_media_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
StringType        166 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc     base::FilePath::StringType pepper_plugin = plugin_lib.value();
StringType         44 chrome/browser/media/webrtc_browsertest_common.cc   const base::FilePath::StringType src_token(FILE_PATH_LITERAL("src"));
StringType         49 chrome/browser/media/webrtc_browsertest_common.cc   base::FilePath::StringType path = source_dir.value();
StringType        194 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   std::vector<base::FilePath::StringType> components;
StringType         79 chrome/browser/media_galleries/fileapi/media_path_filter.cc bool IsUnsupportedExtension(const base::FilePath::StringType& extension) {
StringType         85 chrome/browser/media_galleries/fileapi/media_path_filter.cc std::vector<base::FilePath::StringType> GetMediaExtensionList(
StringType         87 chrome/browser/media_galleries/fileapi/media_path_filter.cc   std::vector<base::FilePath::StringType> extensions;
StringType         89 chrome/browser/media_galleries/fileapi/media_path_filter.cc   std::vector<base::FilePath::StringType>::iterator new_end =
StringType        101 chrome/browser/media_galleries/fileapi/media_path_filter.cc   const base::FilePath::StringType base_name = path.BaseName().value();
StringType        211 chrome/browser/media_galleries/fileapi/media_path_filter.cc   base::FilePath::StringType extension_with_sep =
StringType        213 chrome/browser/media_galleries/fileapi/media_path_filter.cc       base::FilePath::StringType(extension);
StringType         35 chrome/browser/media_galleries/fileapi/media_path_filter.h   typedef std::vector<base::FilePath::StringType> MediaFileExtensionList;
StringType        120 chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h     const base::FilePath::StringType& device_location,
StringType         28 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc     const base::FilePath::StringType& device_location,
StringType         51 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc     base::FilePath::StringType device_location = it->second;
StringType         65 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc     const base::FilePath::StringType& device_location,
StringType         76 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc     const base::FilePath::StringType& device_location) {
StringType         93 chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc   const base::FilePath::StringType& device_location = device_path.value();
StringType         33 chrome/browser/media_galleries/fileapi/mtp_device_map_service.h     const base::FilePath::StringType& device_location,
StringType         47 chrome/browser/media_galleries/fileapi/mtp_device_map_service.h   void AddAsyncDelegate(const base::FilePath::StringType& device_location,
StringType         53 chrome/browser/media_galleries/fileapi/mtp_device_map_service.h   void RemoveAsyncDelegate(const base::FilePath::StringType& device_location);
StringType         61 chrome/browser/media_galleries/fileapi/mtp_device_map_service.h   typedef std::map<std::string, base::FilePath::StringType>
StringType         83 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc void DidReadDirectory(std::set<base::FilePath::StringType>* content,
StringType        233 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc   std::set<base::FilePath::StringType> content;
StringType        243 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc     base::FilePath::StringType name =
StringType        245 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc     std::set<base::FilePath::StringType>::const_iterator found =
StringType         25 chrome/browser/media_galleries/fileapi/supported_audio_video_checker.cc     std::vector<base::FilePath::StringType> extensions;
StringType         43 chrome/browser/media_galleries/fileapi/supported_audio_video_checker.cc   std::set<base::FilePath::StringType> audio_video_extensions_;
StringType         89 chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc   base::FilePath::StringType extension = path.Extension();
StringType         30 chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h                            const base::FilePath::StringType& synthetic_path);
StringType        114 chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h   base::hash_map<base::FilePath::StringType,
StringType        332 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                      const base::FilePath::StringType& location) {
StringType        122 chrome/browser/media_galleries/media_folder_finder_unittest.cc           base::GetUniquePathNumber(test_file, base::FilePath::StringType());
StringType        216 chrome/browser/media_galleries/media_galleries_dialog_controller.cc       base::FilePath::StringType(),
StringType        178 chrome/browser/media_galleries/media_galleries_preferences.cc   base::FilePath::StringType path;
StringType         61 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc                      const base::FilePath::StringType& location);
StringType        121 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc     const base::FilePath::StringType& location) {
StringType         36 chrome/browser/metrics/machine_id_provider_win.cc   std::vector<base::FilePath::StringType> path_components;
StringType         42 chrome/browser/metrics/machine_id_provider_win.cc   base::FilePath::StringType drive_name = L"\\\\.\\" + path_components[0];
StringType         25 chrome/browser/net/disk_cache_dir_policy_handler.cc   base::FilePath::StringType string_value;
StringType         27 chrome/browser/net/disk_cache_dir_policy_handler.cc     base::FilePath::StringType expanded_value =
StringType        142 chrome/browser/net/net_log_temp_file.h   base::FilePath::StringType log_filename_;
StringType         19 chrome/browser/parsers/metadata_parser_jpeg_factory.cc   base::FilePath::StringType ext = base::UTF8ToWide(std::string(".jpg"));
StringType         21 chrome/browser/parsers/metadata_parser_jpeg_factory.cc   base::FilePath::StringType ext = ".jpg";
StringType        381 chrome/browser/plugins/plugin_prefs.cc         base::FilePath::StringType path;
StringType         36 chrome/browser/plugins/plugin_prefs_unittest.cc     const base::FilePath::StringType& version) {
StringType        670 chrome/browser/policy/policy_browsertest.cc       const base::FilePath::StringType& name) {
StringType        689 chrome/browser/policy/policy_browsertest.cc       const base::FilePath::StringType& name, bool expect_success) {
StringType       2452 chrome/browser/policy/policy_browsertest.cc bool IsNonSwitchArgument(const CommandLine::StringType& s) {
StringType         49 chrome/browser/policy/policy_path_parser.h base::FilePath::StringType ExpandPathVariables(
StringType         50 chrome/browser/policy/policy_path_parser.h     const base::FilePath::StringType& untranslated_string);
StringType         22 chrome/browser/policy/policy_path_parser_linux.cc base::FilePath::StringType ExpandPathVariables(
StringType         23 chrome/browser/policy/policy_path_parser_linux.cc     const base::FilePath::StringType& untranslated_string) {
StringType         24 chrome/browser/policy/policy_path_parser_linux.cc   base::FilePath::StringType result(untranslated_string);
StringType         14 chrome/browser/policy/policy_path_parser_unittest.cc   void CheckForSubstitution(base::FilePath::StringType test_string,
StringType         15 chrome/browser/policy/policy_path_parser_unittest.cc                             base::FilePath::StringType var_name) {
StringType         16 chrome/browser/policy/policy_path_parser_unittest.cc     base::FilePath::StringType var(test_string);
StringType         17 chrome/browser/policy/policy_path_parser_unittest.cc     base::FilePath::StringType var_result =
StringType         19 chrome/browser/policy/policy_path_parser_unittest.cc     ASSERT_EQ(var_result.find(var_name), base::FilePath::StringType::npos);
StringType         31 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
StringType         32 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType no_vars_result =
StringType         37 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType unknown_vars(FILE_PATH_LITERAL("//$C/${buggy}"));
StringType         38 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType unknown_vars_result =
StringType         43 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType no_quotes(FILE_PATH_LITERAL("//$C/\"a\"/$path"));
StringType         44 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType single_quotes(
StringType         46 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType double_quotes(
StringType         48 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType quotes_result =
StringType         55 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType vars(
StringType         57 chrome/browser/policy/policy_path_parser_unittest.cc   base::FilePath::StringType vars_result =
StringType         60 chrome/browser/policy/policy_path_parser_unittest.cc             base::FilePath::StringType::npos);
StringType         62 chrome/browser/policy/policy_path_parser_unittest.cc             base::FilePath::StringType::npos);
StringType         68 chrome/browser/policy/policy_path_parser_unittest.cc   ASSERT_NE(pos, base::FilePath::StringType::npos);
StringType         70 chrome/browser/policy/policy_path_parser_unittest.cc             base::FilePath::StringType::npos);
StringType         75 chrome/browser/policy/policy_path_parser_unittest.cc             base::FilePath::StringType::npos);
StringType         77 chrome/browser/policy/policy_path_parser_unittest.cc             base::FilePath::StringType::npos);
StringType         66 chrome/browser/policy/policy_path_parser_win.cc base::FilePath::StringType ExpandPathVariables(
StringType         67 chrome/browser/policy/policy_path_parser_win.cc     const base::FilePath::StringType& untranslated_string) {
StringType         68 chrome/browser/policy/policy_path_parser_win.cc   base::FilePath::StringType result(untranslated_string);
StringType        203 chrome/browser/printing/print_dialog_cloud.cc   CommandLine::StringType native_switch_val;
StringType        194 chrome/browser/process_singleton_browsertest.cc     base::FilePath::StringType exe_name = program.BaseName().value();
StringType         42 chrome/browser/profile_resetter/resettable_settings_snapshot.cc template <class StringType>
StringType         45 chrome/browser/profile_resetter/resettable_settings_snapshot.cc              const StringType& value) {
StringType        167 chrome/browser/profiles/profile_io_data.cc       base::FilePath::StringType(relative_path.begin(), relative_path.end()));
StringType        100 chrome/browser/profiles/profile_manager.cc                        const base::FilePath::StringType& pattern) {
StringType        255 chrome/browser/sync/test/integration/sync_test.cc Profile* SyncTest::MakeProfile(const base::FilePath::StringType name) {
StringType        658 chrome/browser/sync/test/integration/sync_test.cc   base::CommandLine::StringType server_cmdline_string =
StringType        661 chrome/browser/sync/test/integration/sync_test.cc   base::CommandLine::StringType delimiters(FILE_PATH_LITERAL(" "));
StringType        294 chrome/browser/sync/test/integration/sync_test.h   static Profile* MakeProfile(const base::FilePath::StringType name);
StringType        119 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                                    const base::FilePath::StringType& path) {
StringType        139 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                               const base::FilePath::StringType& path) {
StringType        183 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                       const base::FilePath::StringType& path) {
StringType        191 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                             const base::FilePath::StringType& path,
StringType        202 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                        const base::FilePath::StringType& path,
StringType        212 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                    const base::FilePath::StringType& path) {
StringType        432 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                        const base::FilePath::StringType& path,
StringType        444 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc                          const base::FilePath::StringType& path) {
StringType        544 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType kPath(FPL("file"));
StringType        596 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType path(FPL("file"));
StringType        618 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType path(FPL("file"));
StringType        642 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType path(FPL("file"));
StringType        668 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType path(FPL("file"));
StringType        702 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc   const base::FilePath::StringType path(FPL("file"));
StringType        177 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   base::FilePath::StringType extension = title.Extension();
StringType        144 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.cc   std::vector<base::FilePath::StringType> missing_components;
StringType         66 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   base::FilePath::StringType result;
StringType        961 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   std::vector<base::FilePath::StringType> components;
StringType        160 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc base::FilePath CreateNormalizedPath(const base::FilePath::StringType& path) {
StringType         46 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc   base::FilePath::StringType prefix =
StringType         17 chrome/browser/sync_file_system/drive_backend/task_dependency_manager_unittest.cc base::FilePath MakePath(const base::FilePath::StringType& path) {
StringType         23 chrome/browser/sync_file_system/drive_backend/task_dependency_manager_unittest.cc                 const base::FilePath::StringType& path) {
StringType         32 chrome/browser/sync_file_system/drive_backend/task_dependency_manager_unittest.cc                const base::FilePath::StringType& path) {
StringType        133 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc   base::FilePath::StringType extension =
StringType       1055 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   base::FilePath::StringType normalized_path =
StringType         89 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc     const base::FilePath::StringType& extension_name) {
StringType         65 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc   const base::FilePath::StringType& normalized_path =
StringType         93 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc   base::FilePath::StringType normalized_path =
StringType         28 chrome/browser/sync_file_system/subtree_set.cc   base::FilePath::StringType normalized_subtree_root =
StringType         50 chrome/browser/sync_file_system/subtree_set.cc   base::FilePath::StringType normalized_subtree_root =
StringType         71 chrome/browser/sync_file_system/subtree_set.cc   base::FilePath::StringType normalized_subtree_root =
StringType         48 chrome/browser/sync_file_system/subtree_set.h   typedef base::FilePath::StringType StringType;
StringType        848 chrome/browser/ui/browser.cc                                   base::FilePath::StringType(),
StringType         58 chrome/browser/ui/chrome_select_file_policy_unittest.cc                                     base::FilePath::StringType(),
StringType        142 chrome/browser/ui/libgtk2ui/app_indicator_icon.cc   if (!base::CreateNewTempDirectory(base::FilePath::StringType(), &temp_dir))
StringType         58 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h       const base::FilePath::StringType& default_extension,
StringType         65 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc       const base::FilePath::StringType& default_extension,
StringType        209 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc     const base::FilePath::StringType& default_extension,
StringType         63 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc       const base::FilePath::StringType& default_extension,
StringType        194 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc     const base::FilePath::StringType& default_extension,
StringType        555 chrome/browser/ui/panels/base_panel_browser_test.cc     const base::FilePath::StringType& path,
StringType        106 chrome/browser/ui/panels/base_panel_browser_test.h       const base::FilePath::StringType& path,
StringType        594 chrome/browser/ui/startup/startup_browser_creator.cc     CommandLine::StringType path = command_line.GetSwitchValueNative(
StringType        324 chrome/browser/ui/views/select_file_dialog_extension.cc     const base::FilePath::StringType& default_extension,
StringType         74 chrome/browser/ui/views/select_file_dialog_extension.h       const base::FilePath::StringType& default_extension,
StringType         87 chrome/browser/ui/webui/extensions/extension_error_handler.cc   base::FilePath::StringType path_suffix_string;
StringType         73 chrome/browser/ui/webui/extensions/extension_error_ui_util.cc   base::FilePath::StringType path_suffix_string;
StringType       1102 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       base::FilePath::StringType(),
StringType        111 chrome/browser/ui/webui/extensions/pack_extension_handler.cc   base::FilePath::StringType extension_path_str;
StringType        112 chrome/browser/ui/webui/extensions/pack_extension_handler.cc   base::FilePath::StringType private_key_path_str;
StringType        178 chrome/browser/ui/webui/extensions/pack_extension_handler.cc     info.extensions.push_back(std::vector<base::FilePath::StringType>());
StringType        197 chrome/browser/ui/webui/extensions/pack_extension_handler.cc       base::FilePath::StringType(),
StringType        285 chrome/browser/ui/webui/help/help_handler.cc   CommandLine::StringType command_line =
StringType        175 chrome/browser/ui/webui/media/webrtc_logs_ui.cc     base::FilePath::StringType value;
StringType        229 chrome/browser/ui/webui/net_export_ui.cc   base::FilePath::StringType file_to_attach(file_to_send.value());
StringType       1322 chrome/browser/ui/webui/options/browser_options_handler.cc       base::FilePath::StringType(),
StringType        247 chrome/browser/ui/webui/options/import_data_handler.cc                                   base::FilePath::StringType(),
StringType        262 chrome/browser/ui/webui/plugins_ui.cc     base::FilePath::StringType file_path;
StringType        837 chrome/browser/ui/webui/print_preview/print_preview_handler.cc     base::FilePath::StringType print_job_title(print_job_title_utf16);
StringType        839 chrome/browser/ui/webui/print_preview/print_preview_handler.cc     base::FilePath::StringType print_job_title =
StringType       1237 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       base::FilePath::StringType(),
StringType         53 chrome/browser/ui/webui/print_preview/sticky_settings.cc     base::FilePath::StringType save_path;
StringType        251 chrome/browser/web_applications/web_app.cc   base::FilePath::StringType host_path(base::UTF8ToUTF16(host));
StringType        252 chrome/browser/web_applications/web_app.cc   base::FilePath::StringType scheme_port_path(base::UTF8ToUTF16(scheme_port));
StringType        254 chrome/browser/web_applications/web_app.cc   base::FilePath::StringType host_path(host);
StringType        255 chrome/browser/web_applications/web_app.cc   base::FilePath::StringType scheme_port_path(scheme_port);
StringType        229 chrome/browser/web_applications/web_app_win.cc                                     base::FilePath::StringType());
StringType        373 chrome/common/chrome_content_client.cc   const CommandLine::StringType flash_path =
StringType         79 chrome/common/extensions/api/managed_mode_private/managed_mode_handler.cc   base::FilePath::StringType site_list_string;
StringType        306 chrome/common/extensions/extension_file_util.cc       base::FilePath::StringType path;
StringType        389 chrome/common/extensions/extension_file_util.cc       std::set<base::FilePath::StringType>, reserved_underscore_names,
StringType        401 chrome/common/extensions/extension_file_util.cc     base::FilePath::StringType filename = file.BaseName().value();
StringType        106 chrome/common/importer/firefox_importer_utils.cc   typedef std::vector<base::FilePath::StringType> ComponentVector;
StringType         94 chrome/common/net/url_fixer_upper.cc                              base::FilePath::StringType* output) {
StringType        106 chrome/common/net/url_fixer_upper.cc bool ValidPathForFile(const base::FilePath::StringType& text,
StringType        157 chrome/common/net/url_fixer_upper.cc   base::FilePath::StringType filename;
StringType        593 chrome/common/net/url_fixer_upper.cc   base::FilePath::StringType trimmed;
StringType        515 chrome/common/net/url_fixer_upper_unittest.cc   base::FilePath::StringType relative_file_str = sub_dir.value() +
StringType         27 chrome/common/switch_utils.cc     std::map<std::string, CommandLine::StringType>* switch_list) {
StringType         17 chrome/common/switch_utils.h     std::map<std::string, base::CommandLine::StringType>* switches);
StringType         23 chrome/common/switch_utils_unittest.cc   std::map<std::string, CommandLine::StringType> switches =
StringType         46 chrome/common/switch_utils_unittest.cc   std::map<std::string, CommandLine::StringType> switches =
StringType        403 chrome/installer/setup/setup_util_unittest.cc   EXPECT_EQ(base::FilePath::StringType(), patch_source.value());
StringType         27 chrome/installer/util/delete_after_reboot_helper_unittest.cc     base::CreateNewTempDirectory(base::FilePath::StringType(), &temp_dir_);
StringType        165 chrome/installer/util/install_util.cc   base::FilePath::StringType program(cmd.GetProgram().value());
StringType        169 chrome/installer/util/install_util.cc   CommandLine::StringType params(cmd.GetCommandLineString());
StringType        379 chrome/installer/util/install_util.cc   std::vector<base::FilePath::StringType> components;
StringType        385 chrome/installer/util/install_util.cc   typedef std::vector<base::FilePath::StringType>::const_reverse_iterator
StringType        183 chrome/installer/util/lzma_util.cc         base::FilePath::StringType(file_name.begin(), file_name.end() - 1));
StringType         48 chrome/installer/util/self_cleaning_temp_dir.cc                                      const StringType& temp_name) {
StringType         19 chrome/installer/util/self_cleaning_temp_dir.h   typedef base::FilePath::StringType StringType;
StringType         29 chrome/installer/util/self_cleaning_temp_dir.h                   const StringType& temp_name);
StringType         33 chrome/test/base/chrome_process_util.cc std::vector<base::FilePath::StringType> GetRunningHelperExecutableNames() {
StringType         34 chrome/test/base/chrome_process_util.cc   base::FilePath::StringType name;
StringType         42 chrome/test/base/chrome_process_util.cc   std::vector<base::FilePath::StringType> names;
StringType        126 chrome/test/base/chrome_process_util.cc     std::vector<base::FilePath::StringType> names =
StringType        129 chrome/test/base/chrome_process_util.cc       base::FilePath::StringType name = names[i];
StringType        313 chrome/test/base/ui_test_utils.cc   std::vector<base::FilePath::StringType> src_parts, exe_parts;
StringType        456 chrome/test/base/web_ui_browsertest.cc     const base::FilePath::StringType& path) {
StringType        137 chrome/test/base/web_ui_browsertest.h   static GURL WebUITestDataPathToURL(const base::FilePath::StringType& path);
StringType         52 chrome/test/chromedriver/capabilities.cc   base::FilePath::StringType str;
StringType        129 chrome/test/chromedriver/capabilities.cc     CommandLine::StringType proxy_pac_url;
StringType         29 chrome/test/chromedriver/capabilities.h   typedef base::FilePath::StringType NativeString;
StringType        576 chrome/test/chromedriver/chrome_launcher.cc                            const base::FilePath::StringType& extension) {
StringType        577 chrome/test/chromedriver/chrome_launcher.cc   base::FilePath::StringType value = switches->GetSwitchValueNative(name);
StringType        590 chrome/test/chromedriver/chrome_launcher.cc   std::vector<base::FilePath::StringType> extension_paths;
StringType        620 chrome/test/chromedriver/chrome_launcher.cc     base::FilePath::StringType extension_paths_value = JoinString(
StringType        125 chrome/test/chromedriver/chrome_launcher_unittest.cc   CommandLine::StringType ext_paths = switches.GetSwitchValueNative(
StringType        127 chrome/test/chromedriver/chrome_launcher_unittest.cc   std::vector<CommandLine::StringType> ext_path_list;
StringType        147 chrome/test/chromedriver/chrome_launcher_unittest.cc   base::FilePath::StringType load = switches.GetSwitchValueNative(
StringType        309 chrome/test/chromedriver/element_commands.cc     base::FilePath::StringType paths_string;
StringType        311 chrome/test/chromedriver/element_commands.cc       base::FilePath::StringType path_part;
StringType        318 chrome/test/chromedriver/element_commands.cc     std::vector<base::FilePath::StringType> path_strings;
StringType         37 chrome/test/chromedriver/session_commands_unittest.cc   base::FilePath::StringType path;
StringType        192 chrome/test/mini_installer_test/installer_path_provider.cc     const base::FilePath::StringType& name) {
StringType         37 chrome/test/mini_installer_test/installer_path_provider.h   base::FilePath PathFromExeDir(const base::FilePath::StringType& name);
StringType         71 chrome/test/mini_installer_test/installer_test_util.cc   base::FilePath::StringType key(google_update::kRegPathClients);
StringType        260 chrome/test/mini_installer_test/installer_test_util.cc   CommandLine::StringType archive =
StringType        139 chrome/test/nacl/nacl_browsertest.cc base::FilePath::StringType NumberOfCoresAsFilePathString() {
StringType        150 chrome/test/nacl/nacl_browsertest.cc base::FilePath::StringType NumberOfCoresAsFilePathString() {
StringType        166 chrome/test/nacl/nacl_browsertest.cc static void PathTelemetry(base::FilePath::StringType const &path) {
StringType        175 chrome/test/nacl/nacl_browsertest.cc static void PathTelemetry(base::FilePath::StringType const &path) {
StringType        181 chrome/test/nacl/nacl_browsertest.cc     base::FilePath::StringType path =
StringType        254 chrome/test/nacl/nacl_browsertest.cc   void RunWithTestDebugger(const base::FilePath::StringType& test_url) {
StringType        172 chrome/test/nacl/nacl_browsertest_util.cc static bool GetNaClVariantRoot(const base::FilePath::StringType& variant,
StringType        181 chrome/test/nacl/nacl_browsertest_util.cc static void AddPnaclParm(const base::FilePath::StringType& url,
StringType        182 chrome/test/nacl/nacl_browsertest_util.cc                          base::FilePath::StringType* url_with_parm) {
StringType        183 chrome/test/nacl/nacl_browsertest_util.cc   if (url.find(FILE_PATH_LITERAL("?")) == base::FilePath::StringType::npos) {
StringType        190 chrome/test/nacl/nacl_browsertest_util.cc static void AddPnaclDisabledParm(const base::FilePath::StringType& url,
StringType        191 chrome/test/nacl/nacl_browsertest_util.cc                                  base::FilePath::StringType* url_with_parm) {
StringType        192 chrome/test/nacl/nacl_browsertest_util.cc   if (url.find(FILE_PATH_LITERAL("?")) == base::FilePath::StringType::npos) {
StringType        231 chrome/test/nacl/nacl_browsertest_util.cc     const base::FilePath::StringType& url_fragment) {
StringType        247 chrome/test/nacl/nacl_browsertest_util.cc     const base::FilePath::StringType& test_file) {
StringType        249 chrome/test/nacl/nacl_browsertest_util.cc   base::FilePath::StringType test_file_with_pnacl = test_file;
StringType        253 chrome/test/nacl/nacl_browsertest_util.cc   base::FilePath::StringType test_file_with_both = test_file_with_pnacl;
StringType        263 chrome/test/nacl/nacl_browsertest_util.cc     const base::FilePath::StringType& url_fragment) {
StringType        265 chrome/test/nacl/nacl_browsertest_util.cc   base::FilePath::StringType url_fragment_with_pnacl = url_fragment;
StringType        269 chrome/test/nacl/nacl_browsertest_util.cc   base::FilePath::StringType url_fragment_with_both = url_fragment_with_pnacl;
StringType        290 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestNewlib::Variant() {
StringType        294 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestGLibc::Variant() {
StringType        298 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestPnacl::Variant() {
StringType        306 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestPnaclDisabled::Variant() {
StringType        323 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestNonSfiMode::Variant() {
StringType        333 chrome/test/nacl/nacl_browsertest_util.cc base::FilePath::StringType NaClBrowserTestStatic::Variant() {
StringType         72 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() = 0;
StringType         83 chrome/test/nacl/nacl_browsertest_util.h   GURL TestURL(const base::FilePath::StringType& url_fragment);
StringType         92 chrome/test/nacl/nacl_browsertest_util.h   void RunLoadTest(const base::FilePath::StringType& test_file);
StringType        101 chrome/test/nacl/nacl_browsertest_util.h   void RunNaClIntegrationTest(const base::FilePath::StringType& url_fragment);
StringType        111 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        116 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        121 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        132 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        142 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        148 chrome/test/nacl/nacl_browsertest_util.h   virtual base::FilePath::StringType Variant() OVERRIDE;
StringType        319 chrome/test/ppapi/ppapi_test.cc   base::FilePath::StringType pepper_plugin = plugin_lib.value();
StringType         68 chrome/utility/extensions/unpacker.cc   const base::FilePath::StringType kSeparators(base::FilePath::kSeparators);
StringType         69 chrome/utility/extensions/unpacker.cc   const base::FilePath::StringType kParentDirectory(
StringType         71 chrome/utility/extensions/unpacker.cc   const size_t npos = base::FilePath::StringType::npos;
StringType         72 chrome/utility/extensions/unpacker.cc   const base::FilePath::StringType& value = path.value();
StringType        119 chrome/utility/importer/ie_importer_win.cc       const base::FilePath::StringType lhs_i =
StringType        121 chrome/utility/importer/ie_importer_win.cc       const base::FilePath::StringType rhs_i =
StringType        794 chrome/utility/importer/ie_importer_win.cc   std::vector<base::FilePath::StringType> file_list;
StringType        812 chrome/utility/importer/ie_importer_win.cc   for (std::vector<base::FilePath::StringType>::iterator it = file_list.begin();
StringType        839 chrome/utility/importer/ie_importer_win.cc     base::FilePath::StringType relative_string =
StringType         14 chrome/utility/media_galleries/itunes_pref_parser_win.cc base::FilePath::StringType FindLibraryLocationInPrefXml(
StringType         17 chrome/utility/media_galleries/itunes_pref_parser_win.cc   base::FilePath::StringType result;
StringType         52 chrome/utility/media_galleries/itunes_pref_parser_win.cc   return base::FilePath::StringType(
StringType         28 chrome/utility/media_galleries/itunes_pref_parser_win.h base::FilePath::StringType FindLibraryLocationInPrefXml(
StringType        225 cloud_print/gcp20/prototype/print_job_handler.cc   base::FilePath::StringType job_prefix =
StringType         37 components/autofill/core/browser/data_driven_test.cc     const base::FilePath::StringType& file_name_pattern) {
StringType         69 components/autofill/core/browser/data_driven_test.cc     const base::FilePath::StringType& test_name) {
StringType         78 components/autofill/core/browser/data_driven_test.cc     const base::FilePath::StringType& test_name) {
StringType         29 components/autofill/core/browser/data_driven_test.h                          const base::FilePath::StringType& file_name_pattern);
StringType         40 components/autofill/core/browser/data_driven_test.h   base::FilePath GetInputDirectory(const base::FilePath::StringType& test_name);
StringType         42 components/autofill/core/browser/data_driven_test.h       const base::FilePath::StringType& test_name);
StringType         46 components/nacl/browser/nacl_browser.cc const base::FilePath::StringType NaClIrtName() {
StringType         47 components/nacl/browser/nacl_browser.cc   base::FilePath::StringType irt_name(FILE_PATH_LITERAL("nacl_irt_"));
StringType        187 components/nacl/browser/nacl_browser.cc     base::FilePath::StringType path_string(
StringType        507 components/nacl/browser/nacl_process_host.cc   CommandLine::StringType nacl_gdb =
StringType        516 components/nacl/browser/nacl_process_host.cc   base::FilePath::StringType irt_path(
StringType        525 components/nacl/browser/nacl_process_host.cc     base::FilePath::StringType manifest_path_value(manifest_path_.value());
StringType         44 components/storage_monitor/media_storage_util.cc base::FilePath::StringType FindRemovableStorageLocationById(
StringType         54 components/storage_monitor/media_storage_util.cc   return base::FilePath::StringType();
StringType         98 components/storage_monitor/media_storage_util.cc   base::FilePath::StringType dcim_dir(kDCIMDirectoryName);
StringType         46 components/storage_monitor/media_storage_util_unittest.cc                      const base::FilePath::StringType& location) {
StringType        152 components/storage_monitor/media_transfer_protocol_device_observer_linux.cc   std::vector<base::FilePath::StringType> path_components;
StringType         57 components/storage_monitor/storage_info.cc                          const base::FilePath::StringType& device_location,
StringType         37 components/storage_monitor/storage_info.h               const base::FilePath::StringType& device_location,
StringType         81 components/storage_monitor/storage_info.h   const base::FilePath::StringType& location() const { return location_; }
StringType         88 components/storage_monitor/storage_info.h   void set_location(const base::FilePath::StringType& location) {
StringType        100 components/storage_monitor/storage_info.h   base::FilePath::StringType location_;
StringType        223 components/storage_monitor/volume_mount_watcher_win.cc   base::FilePath::StringType volume_name;
StringType        252 components/webdata/common/web_database_migration_unittest.cc   void LoadDatabase(const base::FilePath::StringType& file);
StringType        263 components/webdata/common/web_database_migration_unittest.cc     const base::FilePath::StringType& file) {
StringType        114 content/browser/accessibility/accessibility_tree_formatter.cc const base::FilePath::StringType
StringType        116 content/browser/accessibility/accessibility_tree_formatter.cc   return base::FilePath::StringType();
StringType        120 content/browser/accessibility/accessibility_tree_formatter.cc const base::FilePath::StringType
StringType        122 content/browser/accessibility/accessibility_tree_formatter.cc   return base::FilePath::StringType();
StringType         81 content/browser/accessibility/accessibility_tree_formatter.h   static const base::FilePath::StringType GetActualFileSuffix();
StringType         82 content/browser/accessibility/accessibility_tree_formatter.h   static const base::FilePath::StringType GetExpectedFileSuffix();
StringType        157 content/browser/accessibility/accessibility_tree_formatter_android.cc const base::FilePath::StringType
StringType        163 content/browser/accessibility/accessibility_tree_formatter_android.cc const base::FilePath::StringType
StringType         83 content/browser/accessibility/accessibility_tree_formatter_gtk.cc const base::FilePath::StringType
StringType         89 content/browser/accessibility/accessibility_tree_formatter_gtk.cc const base::FilePath::StringType
StringType        295 content/browser/accessibility/accessibility_tree_formatter_win.cc const base::FilePath::StringType
StringType        301 content/browser/accessibility/accessibility_tree_formatter_win.cc const base::FilePath::StringType
StringType        280 content/browser/devtools/renderer_overrides_handler.cc     base::FilePath::StringType file;
StringType         25 content/browser/dom_storage/dom_storage_database.cc   base::FilePath::StringType journal_file_name =
StringType        154 content/browser/download/base_file_unittest.cc     EXPECT_NE(base::FilePath::StringType(), file_name.value());
StringType        167 content/browser/download/base_file_unittest.cc     EXPECT_NE(base::FilePath::StringType(), file_name.value());
StringType        545 content/browser/download/base_file_unittest.cc   EXPECT_NE(base::FilePath::StringType(), file_name.value());
StringType        581 content/browser/download/base_file_unittest.cc   EXPECT_NE(base::FilePath::StringType(), file_name.value());
StringType        300 content/browser/download/base_file_win.cc   base::FilePath::StringType source = full_path_.value();
StringType        301 content/browser/download/base_file_win.cc   base::FilePath::StringType target = new_path.value();
StringType        114 content/browser/download/download_file_impl.cc       new_path, base::FilePath::StringType());
StringType        198 content/browser/download/download_manager_impl_unittest.cc       WebContents*, const base::FilePath&, const base::FilePath::StringType&,
StringType         82 content/browser/download/save_package.cc base::FilePath::StringType StripOrdinalNumber(
StringType         83 content/browser/download/save_package.cc     const base::FilePath::StringType& pure_file_name) {
StringType         84 content/browser/download/save_package.cc   base::FilePath::StringType::size_type r_paren_index =
StringType         86 content/browser/download/save_package.cc   base::FilePath::StringType::size_type l_paren_index =
StringType         91 content/browser/download/save_package.cc   for (base::FilePath::StringType::size_type i = l_paren_index + 1;
StringType        429 content/browser/download/save_package.cc     const base::FilePath::StringType& file_name_ext,
StringType        431 content/browser/download/save_package.cc     base::FilePath::StringType* pure_file_name) {
StringType        459 content/browser/download/save_package.cc                                    base::FilePath::StringType* generated_name) {
StringType        470 content/browser/download/save_package.cc   base::FilePath::StringType pure_file_name =
StringType        472 content/browser/download/save_package.cc   base::FilePath::StringType file_name_ext = file_path.Extension();
StringType        488 content/browser/download/save_package.cc   base::FilePath::StringType file_name = pure_file_name + file_name_ext;
StringType        498 content/browser/download/save_package.cc     base::FilePath::StringType base_file_name =
StringType        526 content/browser/download/save_package.cc                                base::FilePath::StringType(),
StringType        531 content/browser/download/save_package.cc         base::FilePath::StringType new_name = base_file_name +
StringType        573 content/browser/download/save_package.cc     base::FilePath::StringType generated_name;
StringType       1250 content/browser/download/save_package.cc   base::FilePath::StringType file_name = name_with_proper_ext.value();
StringType       1258 content/browser/download/save_package.cc   base::FilePath::StringType ext = name.Extension();
StringType       1273 content/browser/download/save_package.cc   base::FilePath::StringType ext = name.Extension().length() ?
StringType       1275 content/browser/download/save_package.cc   base::FilePath::StringType suggested_extension =
StringType       1300 content/browser/download/save_package.cc   base::FilePath::StringType mime_type(contents_mime_type);
StringType       1302 content/browser/download/save_package.cc   base::FilePath::StringType mime_type(base::UTF8ToWide(contents_mime_type));
StringType       1362 content/browser/download/save_package.cc   base::FilePath::StringType pure_file_name =
StringType       1364 content/browser/download/save_package.cc   base::FilePath::StringType file_name_ext = suggested_filename.Extension();
StringType       1394 content/browser/download/save_package.cc   base::FilePath::StringType default_extension;
StringType        169 content/browser/download/save_package.h       const base::FilePath::StringType& file_name_ext,
StringType        171 content/browser/download/save_package.h       base::FilePath::StringType* pure_file_name);
StringType        177 content/browser/download/save_package.h                         base::FilePath::StringType* generated_name);
StringType        306 content/browser/download/save_package.h                    bool (*)(const base::FilePath::StringType&,
StringType        307 content/browser/download/save_package.h                             const base::FilePath::StringType&)> FileNameSet;
StringType         49 content/browser/download/save_package_unittest.cc bool HasOrdinalNumber(const base::FilePath::StringType& filename) {
StringType         50 content/browser/download/save_package_unittest.cc   base::FilePath::StringType::size_type r_paren_index =
StringType         52 content/browser/download/save_package_unittest.cc   base::FilePath::StringType::size_type l_paren_index =
StringType         57 content/browser/download/save_package_unittest.cc   for (base::FilePath::StringType::size_type i = l_paren_index + 1;
StringType         74 content/browser/download/save_package_unittest.cc                             base::FilePath::StringType* generated_name) {
StringType        180 content/browser/download/save_package_unittest.cc     base::FilePath::StringType file_name;
StringType        193 content/browser/download/save_package_unittest.cc     base::FilePath::StringType file_name;
StringType        214 content/browser/download/save_package_unittest.cc   base::FilePath::StringType filename;
StringType        228 content/browser/download/save_package_unittest.cc   base::FilePath::StringType filename2;
StringType        244 content/browser/download/save_package_unittest.cc   const base::FilePath::StringType ext(FPL_HTML_EXTENSION);
StringType        245 content/browser/download/save_package_unittest.cc   base::FilePath::StringType filename =
StringType         52 content/browser/fileapi/dragged_file_util_unittest.cc   std::vector<base::FilePath::StringType> components;
StringType         66 content/browser/fileapi/dragged_file_util_unittest.cc                           const base::FilePath::StringType& name) {
StringType        134 content/browser/fileapi/dragged_file_util_unittest.cc       const base::FilePath::StringType& path) {
StringType         60 content/browser/fileapi/file_system_dir_url_request_job_unittest.cc   std::vector<base::FilePath::StringType> components;
StringType         69 content/browser/fileapi/file_system_url_request_job_unittest.cc   std::vector<base::FilePath::StringType> components;
StringType        383 content/browser/fileapi/file_system_url_request_job_unittest.cc   base::FilePath::StringType extension =
StringType        111 content/browser/fileapi/obfuscated_file_util_unittest.cc     const FileSystemURL& url, const base::FilePath::StringType& child) {
StringType        381 content/browser/fileapi/obfuscated_file_util_unittest.cc       const std::set<base::FilePath::StringType>& files,
StringType        382 content/browser/fileapi/obfuscated_file_util_unittest.cc       const std::set<base::FilePath::StringType>& directories) {
StringType        384 content/browser/fileapi/obfuscated_file_util_unittest.cc     std::set<base::FilePath::StringType>::const_iterator iter;
StringType        445 content/browser/fileapi/obfuscated_file_util_unittest.cc       std::set<base::FilePath::StringType>* files,
StringType        446 content/browser/fileapi/obfuscated_file_util_unittest.cc       std::set<base::FilePath::StringType>* directories) {
StringType        462 content/browser/fileapi/obfuscated_file_util_unittest.cc     std::set<base::FilePath::StringType>::iterator iter;
StringType        485 content/browser/fileapi/obfuscated_file_util_unittest.cc     std::set<base::FilePath::StringType> files;
StringType        486 content/browser/fileapi/obfuscated_file_util_unittest.cc     std::set<base::FilePath::StringType> directories;
StringType        501 content/browser/fileapi/obfuscated_file_util_unittest.cc       std::set<base::FilePath::StringType>::iterator iter =
StringType       1291 content/browser/fileapi/obfuscated_file_util_unittest.cc   std::vector<base::FilePath::StringType> components;
StringType       1294 content/browser/fileapi/obfuscated_file_util_unittest.cc   typedef std::vector<base::FilePath::StringType>::iterator iterator;
StringType       1562 content/browser/fileapi/obfuscated_file_util_unittest.cc   std::set<base::FilePath::StringType> files;
StringType       1563 content/browser/fileapi/obfuscated_file_util_unittest.cc   std::set<base::FilePath::StringType> directories;
StringType       1074 content/browser/gpu/gpu_process_host.cc   CommandLine::StringType gpu_launcher =
StringType        124 content/browser/indexed_db/indexed_db_internals_ui.cc   base::FilePath::StringType path_string;
StringType         63 content/browser/loader/upload_data_stream_builder_unittest.cc   const base::FilePath::StringType kFilePath = FILE_PATH_LITERAL("abc");
StringType         40 content/browser/mime_registry_message_filter.cc     const base::FilePath::StringType& ext, std::string* mime_type) {
StringType         26 content/browser/mime_registry_message_filter.h   void OnGetMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType        179 content/browser/plugin_process_host.cc   CommandLine::StringType plugin_launcher =
StringType         74 content/browser/ppapi_plugin_process_host.cc     CommandLine::StringType plugin_launcher = browser_command_line
StringType        288 content/browser/ppapi_plugin_process_host.cc   CommandLine::StringType plugin_launcher =
StringType         27 content/browser/renderer_host/pepper/quota_reservation_unittest.cc const base::FilePath::StringType file1_name = FILE_PATH_LITERAL("file1");
StringType         28 content/browser/renderer_host/pepper/quota_reservation_unittest.cc const base::FilePath::StringType file2_name = FILE_PATH_LITERAL("file2");
StringType         29 content/browser/renderer_host/pepper/quota_reservation_unittest.cc const base::FilePath::StringType file3_name = FILE_PATH_LITERAL("file3");
StringType         87 content/browser/renderer_host/pepper/quota_reservation_unittest.cc   base::FilePath MakeFilePath(const base::FilePath::StringType& file_name) {
StringType         92 content/browser/renderer_host/pepper/quota_reservation_unittest.cc       const base::FilePath::StringType& file_name) {
StringType        106 content/browser/renderer_host/pepper/quota_reservation_unittest.cc   void SetFileSize(const base::FilePath::StringType& file_name, int64 size) {
StringType        314 content/browser/renderer_host/render_process_host_impl.cc     CommandLine::StringType renderer_prefix =
StringType        522 content/browser/renderer_host/render_process_host_impl.cc   CommandLine::StringType renderer_prefix;
StringType        168 content/browser/service_worker/service_worker_internals_ui.cc   base::FilePath::StringType path_string;
StringType        227 content/browser/web_contents/web_contents_view_aura.cc     const base::FilePath::StringType extension = file_name.Extension();
StringType        124 content/common/gpu/media/video_decode_accelerator_unittest.cc   explicit TestVideoFile(base::FilePath::StringType file_name)
StringType        136 content/common/gpu/media/video_decode_accelerator_unittest.cc   base::FilePath::StringType file_name;
StringType        973 content/common/gpu/media/video_decode_accelerator_unittest.cc   void ParseAndReadTestVideoData(base::FilePath::StringType data,
StringType       1041 content/common/gpu/media/video_decode_accelerator_unittest.cc     base::FilePath::StringType data,
StringType       1043 content/common/gpu/media/video_decode_accelerator_unittest.cc   std::vector<base::FilePath::StringType> entries;
StringType       1047 content/common/gpu/media/video_decode_accelerator_unittest.cc     std::vector<base::FilePath::StringType> fields;
StringType         57 content/common/gpu/media/video_encode_accelerator_unittest.cc base::FilePath::StringType* g_test_stream_data;
StringType         70 content/common/gpu/media/video_encode_accelerator_unittest.cc static void ParseAndReadTestStreamData(const base::FilePath::StringType& data,
StringType         72 content/common/gpu/media/video_encode_accelerator_unittest.cc   std::vector<base::FilePath::StringType> fields;
StringType         77 content/common/gpu/media/video_encode_accelerator_unittest.cc   base::FilePath::StringType filename = fields[0];
StringType        747 content/common/gpu/media/video_encode_accelerator_unittest.cc   scoped_ptr<base::FilePath::StringType> test_stream_data(
StringType        748 content/common/gpu/media/video_encode_accelerator_unittest.cc       new base::FilePath::StringType(
StringType         18 content/common/mime_registry_messages.h                             base::FilePath::StringType /* extension */,
StringType        386 content/common/plugin_list_win.cc       base::FilePath::StringType plugin1 =
StringType        388 content/common/plugin_list_win.cc       base::FilePath::StringType plugin2 =
StringType        415 content/common/plugin_list_win.cc   base::FilePath::StringType filename =
StringType        437 content/common/plugin_list_win.cc     std::vector<base::FilePath::StringType> ver;
StringType        116 content/public/browser/download_manager_delegate.h       const base::FilePath::StringType& default_extension,
StringType        966 content/renderer/dom_serializer_browsertest.cc       base::FilePath::StringType(base::FilePath::kSeparators[0], 1));
StringType        400 content/renderer/gpu/gpu_benchmarking_extension.cc         base::FilePath::StringType(*dirname, *dirname + dirname.length()));
StringType         60 content/renderer/pepper/pepper_file_chooser_host_unittest.cc std::string FilePathToUTF8(const base::FilePath::StringType& path) {
StringType         50 content/test/image_decoder_test.cc   static const base::FilePath::StringType kDecodedDataExtension(
StringType        143 content/test/image_decoder_test.cc   const base::FilePath::StringType kBadSuffix(FILE_PATH_LITERAL(".bad."));
StringType        382 extensions/browser/extension_prefs.cc static base::FilePath::StringType MakePathRelative(const base::FilePath& parent,
StringType        387 extensions/browser/extension_prefs.cc   base::FilePath::StringType retval = child.value().substr(
StringType        414 extensions/browser/extension_prefs.cc     base::FilePath::StringType path_string;
StringType        434 extensions/browser/extension_prefs.cc     base::FilePath::StringType path_string;
StringType       1312 extensions/browser/extension_prefs.cc   base::FilePath::StringType path;
StringType       2049 extensions/browser/extension_prefs.cc   base::FilePath::StringType path = MakePathRelative(install_directory_,
StringType         65 extensions/common/extension_resource.cc     std::vector<base::FilePath::StringType> components;
StringType         69 extensions/common/extension_resource.cc     for (std::vector<base::FilePath::StringType>::const_iterator
StringType        101 extensions/common/extension_resource.cc base::FilePath::StringType ExtensionResource::NormalizeSeperators(
StringType        102 extensions/common/extension_resource.cc     const base::FilePath::StringType& path) const {
StringType        104 extensions/common/extension_resource.cc   base::FilePath::StringType win_path = path;
StringType         65 extensions/common/extension_resource.h   base::FilePath::StringType NormalizeSeperators(
StringType         66 extensions/common/extension_resource.h       const base::FilePath::StringType& path) const;
StringType         27 extensions/common/extension_resource_unittest.cc const base::FilePath::StringType ToLower(
StringType         28 extensions/common/extension_resource_unittest.cc     const base::FilePath::StringType& in_str) {
StringType         29 extensions/common/extension_resource_unittest.cc   base::FilePath::StringType str(in_str);
StringType         60 extensions/common/file_util_unittest.cc       base::FilePath::StringType(), &root_path));
StringType         61 extensions/common/id_util.cc   base::FilePath::StringType path_str = path.value();
StringType        508 ipc/ipc_message_utils.cc   ParamTraits<base::FilePath::StringType>::Log(p.value(), l);
StringType         58 ipc/ipc_message_utils_unittest.cc   base::FilePath::StringType ok_string(FILE_PATH_LITERAL("hello"), 5);
StringType         59 ipc/ipc_message_utils_unittest.cc   base::FilePath::StringType bad_string(FILE_PATH_LITERAL("hel\0o"), 5);
StringType         63 ipc/ipc_message_utils_unittest.cc   ParamTraits<base::FilePath::StringType>::Write(&message, ok_string);
StringType         64 ipc/ipc_message_utils_unittest.cc   ParamTraits<base::FilePath::StringType>::Write(&message, bad_string);
StringType         52 net/base/mime_util.cc   bool GetMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType         58 net/base/mime_util.cc   bool GetWellKnownMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType        103 net/base/mime_util.cc   bool GetMimeTypeFromExtensionHelper(const base::FilePath::StringType& ext,
StringType        194 net/base/mime_util.cc bool MimeUtil::GetMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType        200 net/base/mime_util.cc     const base::FilePath::StringType& ext,
StringType        207 net/base/mime_util.cc   base::FilePath::StringType file_name_str = file_path.Extension();
StringType        214 net/base/mime_util.cc     const base::FilePath::StringType& ext,
StringType        722 net/base/mime_util.cc bool GetMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType        732 net/base/mime_util.cc bool GetWellKnownMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType        738 net/base/mime_util.cc                                       base::FilePath::StringType* extension) {
StringType        876 net/base/mime_util.cc     base::hash_set<base::FilePath::StringType>* extensions) {
StringType        877 net/base/mime_util.cc   base::FilePath::StringType extension;
StringType        885 net/base/mime_util.cc         base::FilePath::StringType extension(
StringType        888 net/base/mime_util.cc         base::FilePath::StringType extension(this_extensions[j]);
StringType        900 net/base/mime_util.cc     base::hash_set<base::FilePath::StringType>* extensions) {
StringType        934 net/base/mime_util.cc     std::vector<base::FilePath::StringType>* extensions) {
StringType        939 net/base/mime_util.cc   base::hash_set<base::FilePath::StringType> unique_extensions;
StringType         18 net/base/mime_util.h NET_EXPORT bool GetMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType         26 net/base/mime_util.h     const base::FilePath::StringType& ext,
StringType         39 net/base/mime_util.h     base::FilePath::StringType* extension);
StringType         95 net/base/mime_util.h     std::vector<base::FilePath::StringType>* extensions);
StringType        273 net/base/mime_util_unittest.cc     std::vector<base::FilePath::StringType> extensions;
StringType        759 net/base/net_util.cc void SanitizeGeneratedFileName(base::FilePath::StringType* filename,
StringType        829 net/base/net_util.cc bool IsShellIntegratedExtension(const base::FilePath::StringType& extension) {
StringType        830 net/base/net_util.cc   base::FilePath::StringType extension_lower = StringToLowerASCII(extension);
StringType        850 net/base/net_util.cc bool IsReservedName(const base::FilePath::StringType& filename) {
StringType        906 net/base/net_util.cc   base::FilePath::StringType extension = file_name->Extension();
StringType        911 net/base/net_util.cc     base::FilePath::StringType preferred_mime_extension;
StringType        912 net/base/net_util.cc     std::vector<base::FilePath::StringType> all_mime_extensions;
StringType       1000 net/base/net_util.cc   base::FilePath::StringType url_string(kFileURLPrefix);
StringType       1206 net/base/net_util.cc   base::FilePath::StringType sanitized = component.value();
StringType       1208 net/base/net_util.cc   base::FilePath::StringType extension = component.Extension();
StringType       1224 net/base/net_util.cc   std::vector<base::FilePath::StringType> components;
StringType       1243 net/base/net_util.cc   base::FilePath::StringType leaf_name = file_path->BaseName().value();
StringType       1246 net/base/net_util.cc     leaf_name = base::FilePath::StringType(FILE_PATH_LITERAL("_")) + leaf_name;
StringType       1301 net/base/net_util.cc   base::FilePath::StringType result_str, default_name_str;
StringType       1312 net/base/net_util.cc       base::FilePath::StringType::npos) {
StringType       1314 net/base/net_util.cc       base::FilePath::StringType(kFinalFallbackName);
StringType       3445 net/base/net_util_unittest.cc     if (!base::FilePath::StringType(kUnsafePortableBasenames[i]).empty()) {
StringType         21 net/base/platform_mime_util.h       base::FilePath::StringType* extension) const;
StringType         28 net/base/platform_mime_util.h       base::hash_set<base::FilePath::StringType>* extensions) const;
StringType         33 net/base/platform_mime_util.h   bool GetPlatformMimeTypeFromExtension(const base::FilePath::StringType& ext,
StringType         22 net/base/platform_mime_util_linux.cc     const base::FilePath::StringType& ext, std::string* result) const {
StringType         27 net/base/platform_mime_util_linux.cc     const base::FilePath::StringType& ext, std::string* result) const {
StringType         78 net/base/platform_mime_util_linux.cc     const std::string& mime_type, base::FilePath::StringType* ext) const {
StringType        104 net/base/platform_mime_util_linux.cc     base::hash_set<base::FilePath::StringType>* extensions) const {
StringType        105 net/base/platform_mime_util_linux.cc   base::FilePath::StringType ext;
StringType         15 net/base/platform_mime_util_win.cc     const base::FilePath::StringType& ext, std::string* result) const {
StringType         29 net/base/platform_mime_util_win.cc     const std::string& mime_type, base::FilePath::StringType* ext) const {
StringType         45 net/base/platform_mime_util_win.cc     base::hash_set<base::FilePath::StringType>* extensions) const {
StringType         50 net/base/platform_mime_util_win.cc   base::FilePath::StringType ext;
StringType         85 net/disk_cache/simple/simple_index_file.cc   const base::FilePath::StringType base_name = file_path.BaseName().value();
StringType         20 net/disk_cache/simple/simple_index_file_win.cc   const base::FilePath::StringType file_pattern = FILE_PATH_LITERAL("*");
StringType        181 net/filter/filter.cc     base::FilePath::StringType extension = filepath.Extension();
StringType         60 net/tools/dump_cache/cache_dumper.cc     base::FilePath::StringType subdir = path.value().substr(0, pos);
StringType        103 net/tools/dump_cache/cache_dumper.cc   base::FilePath::StringType file = entry_path_.value();
StringType         16 ppapi/shared_impl/file_ref_create_info.cc   const base::FilePath::StringType& path = in_path.value();
StringType         18 ppapi/shared_impl/file_ref_create_info.cc   CHECK(pos != base::FilePath::StringType::npos);
StringType         22 ppapi/shared_impl/file_ref_util.cc   const base::FilePath::StringType& file_path = path.value();
StringType         24 ppapi/shared_impl/file_ref_util.cc   CHECK(pos != base::FilePath::StringType::npos);
StringType        109 remoting/host/host_main.cc   CommandLine::StringType parameters = command_line.GetCommandLineString();
StringType         21 remoting/host/ipc_constants.cc bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
StringType         22 remoting/host/ipc_constants.h bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
StringType        620 remoting/host/setup/me2me_native_messaging_host.cc   CommandLine::StringType parameters = command_line.GetCommandLineString();
StringType        291 remoting/host/win/launch_process_with_token.cc     const base::FilePath::StringType& application_name,
StringType        292 remoting/host/win/launch_process_with_token.cc     const CommandLine::StringType& command_line,
StringType        374 remoting/host/win/launch_process_with_token.cc     const base::FilePath::StringType& application_name,
StringType        375 remoting/host/win/launch_process_with_token.cc     const CommandLine::StringType& command_line,
StringType        454 remoting/host/win/launch_process_with_token.cc                             const CommandLine::StringType& command_line,
StringType        463 remoting/host/win/launch_process_with_token.cc   base::FilePath::StringType application_name = binary.value();
StringType         35 remoting/host/win/launch_process_with_token.h                             const base::CommandLine::StringType& command_line,
StringType        241 skia/ext/vector_canvas_unittest.cc     base::FilePath::StringType tmp(test_dir_.value());
StringType        253 skia/ext/vector_canvas_unittest.cc   base::FilePath test_file(const base::FilePath::StringType& filename) const {
StringType        272 skia/ext/vector_canvas_unittest.cc                        base::FilePath::StringType filename) const {
StringType        291 skia/ext/vector_canvas_unittest.cc                       const base::FilePath::StringType& filename) const {
StringType        300 skia/ext/vector_canvas_unittest.cc                  const base::FilePath::StringType& filename) const {
StringType        405 skia/ext/vector_canvas_unittest.cc   double ProcessImage(const base::FilePath::StringType& filename) {
StringType         62 sync/test/local_sync_test_server.cc     const base::FilePath::StringType& test_script_name,
StringType         37 sync/test/local_sync_test_server.h   bool GetTestScriptPath(const base::FilePath::StringType& test_script_name,
StringType         25 sync/tools/testserver/run_sync_testserver.cc     const base::FilePath::StringType& sync_test_script_name) {
StringType        327 third_party/leveldatabase/env_chromium_stdio.cc     base::FilePath::StringType basename = filepath.BaseName().value();
StringType        148 third_party/leveldatabase/env_chromium_unittest.cc                             const base::FilePath::StringType& extension) {
StringType        323 third_party/leveldatabase/env_chromium_win.cc     base::FilePath::StringType basename = filepath.BaseName().value();
StringType        111 third_party/npapi/npspy/common/format.cpp template <class StringType>
StringType        112 third_party/npapi/npspy/common/format.cpp static void StringAppendVT(StringType* dst,
StringType        113 third_party/npapi/npspy/common/format.cpp                            const typename StringType::value_type* format,
StringType        118 third_party/npapi/npspy/common/format.cpp   typename StringType::value_type stack_buf[1024];
StringType        163 third_party/npapi/npspy/common/format.cpp     std::vector<typename StringType::value_type> mem_buf(mem_length);
StringType        203 third_party/protobuf/src/google/protobuf/stubs/strutil.cc template <typename StringType, typename ITR>
StringType        205 third_party/protobuf/src/google/protobuf/stubs/strutil.cc void SplitStringToIteratorAllowEmpty(const StringType& full,
StringType         73 third_party/zlib/google/zip_unittest.cc   void TestUnzipFile(const base::FilePath::StringType& filename,
StringType         90 third_party/zlib/google/zip_unittest.cc           base::FilePath::StringType::npos) {
StringType        116 tools/gn/filesystem_utils.cc std::vector<base::FilePath::StringType> GetPathComponents(
StringType        118 tools/gn/filesystem_utils.cc   std::vector<base::FilePath::StringType> result;
StringType        145 tools/gn/filesystem_utils.cc bool FilesystemStringsEqual(const base::FilePath::StringType& a,
StringType        146 tools/gn/filesystem_utils.cc                             const base::FilePath::StringType& b) {
StringType        252 tools/gn/filesystem_utils.cc std::string FilePathToUTF8(const base::FilePath::StringType& str) {
StringType        620 tools/gn/filesystem_utils.cc   std::vector<base::FilePath::StringType> source_comp =
StringType        622 tools/gn/filesystem_utils.cc   std::vector<base::FilePath::StringType> path_comp =
StringType         43 tools/gn/filesystem_utils.h std::string FilePathToUTF8(const base::FilePath::StringType& str);
StringType         86 tools/gn/function_exec_script.cc   base::FilePath::StringType cmdline_str(cmdline.GetCommandLineString());
StringType         35 ui/gfx/text_elider_unittest.cc   const base::FilePath::StringType input;
StringType        157 ui/gfx/text_elider_unittest.cc   const base::FilePath::StringType kPathSeparator =
StringType        158 ui/gfx/text_elider_unittest.cc       base::FilePath::StringType().append(1, base::FilePath::kSeparators[0]);
StringType         51 ui/gl/gl_implementation_win.cc                      const base::FilePath::StringType& name) {
StringType         52 ui/shell_dialogs/gtk/select_file_dialog_impl.h       const base::FilePath::StringType& default_extension,
StringType         56 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc       const base::FilePath::StringType& default_extension,
StringType        176 ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc     const base::FilePath::StringType& default_extension,
StringType         56 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc       const base::FilePath::StringType& default_extension,
StringType        178 ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc     const base::FilePath::StringType& default_extension,
StringType        109 ui/shell_dialogs/select_file_dialog.cc     const base::FilePath::StringType& default_extension,
StringType        120 ui/shell_dialogs/select_file_dialog.h     std::vector<std::vector<base::FilePath::StringType> > extensions;
StringType        170 ui/shell_dialogs/select_file_dialog.h                   const base::FilePath::StringType& default_extension,
StringType        193 ui/shell_dialogs/select_file_dialog.h       const base::FilePath::StringType& default_extension,
StringType        429 ui/shell_dialogs/select_file_dialog_win.cc       const base::FilePath::StringType& default_extension,
StringType        544 ui/shell_dialogs/select_file_dialog_win.cc     const base::FilePath::StringType& default_extension,
StringType         33 ui/shell_dialogs/selected_file_info.h   base::FilePath::StringType display_name;
StringType         68 webkit/browser/database/database_util.cc           base::FilePath::StringType::npos)
StringType         26 webkit/browser/fileapi/external_mount_points.cc   base::FilePath::StringType path_str = path.StripTrailingSeparators().value();
StringType        156 webkit/browser/fileapi/external_mount_points.cc   std::vector<base::FilePath::StringType> components;
StringType        161 webkit/browser/fileapi/external_mount_points.cc   std::vector<base::FilePath::StringType>::iterator component_iter =
StringType        122 webkit/browser/fileapi/file_system_url_request_job.cc   base::FilePath::StringType extension = url_.path().Extension();
StringType         21 webkit/browser/fileapi/isolated_context.cc base::FilePath::StringType GetRegisterNameForPath(const base::FilePath& path) {
StringType         27 webkit/browser/fileapi/isolated_context.cc   base::FilePath::StringType name;
StringType         63 webkit/browser/fileapi/isolated_context.cc   base::FilePath::StringType name = GetRegisterNameForPath(path);
StringType        297 webkit/browser/fileapi/isolated_context.cc   std::vector<base::FilePath::StringType> components;
StringType        301 webkit/browser/fileapi/isolated_context.cc   std::vector<base::FilePath::StringType>::iterator component_iter =
StringType        170 webkit/browser/fileapi/isolated_context_unittest.cc     base::FilePath::StringType path;
StringType        218 webkit/browser/fileapi/isolated_context_unittest.cc     base::FilePath::StringType path;
StringType         56 webkit/browser/fileapi/obfuscated_file_util.cc     const base::FilePath::StringType& file_name) {
StringType        365 webkit/browser/fileapi/obfuscated_file_util.cc   std::vector<base::FilePath::StringType> components;
StringType        370 webkit/browser/fileapi/obfuscated_file_util.cc     base::FilePath::StringType name = components[index];
StringType         97 webkit/browser/fileapi/sandbox_directory_database.cc     const base::FilePath::StringType& child_name) {
StringType        424 webkit/browser/fileapi/sandbox_directory_database.cc     const base::FilePath::StringType& name,
StringType        448 webkit/browser/fileapi/sandbox_directory_database.cc   std::vector<base::FilePath::StringType> components;
StringType        451 webkit/browser/fileapi/sandbox_directory_database.cc   std::vector<base::FilePath::StringType>::iterator iter;
StringType        453 webkit/browser/fileapi/sandbox_directory_database.cc     base::FilePath::StringType name;
StringType        513 webkit/browser/fileapi/sandbox_directory_database.cc     info->name = base::FilePath::StringType();
StringType         53 webkit/browser/fileapi/sandbox_directory_database.h     base::FilePath::StringType name;
StringType         67 webkit/browser/fileapi/sandbox_directory_database.h       const base::FilePath::StringType& name,
StringType         55 webkit/browser/fileapi/sandbox_directory_database_unittest.cc       FileId parent_id, const base::FilePath::StringType& name) {
StringType         64 webkit/browser/fileapi/sandbox_directory_database_unittest.cc                        const base::FilePath::StringType& name,
StringType         73 webkit/browser/fileapi/sandbox_directory_database_unittest.cc                   const base::FilePath::StringType& name,
StringType         74 webkit/browser/fileapi/sandbox_directory_database_unittest.cc                   const base::FilePath::StringType& data_path,
StringType        116 webkit/browser/fileapi/sandbox_directory_database_unittest.cc                          const base::FilePath::StringType& name) {
StringType        172 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name = info.name;
StringType        189 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name0 = FILE_PATH_LITERAL("foo");
StringType        190 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name1 = FILE_PATH_LITERAL("bar");
StringType        191 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name2 = FILE_PATH_LITERAL("bas");
StringType        206 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name0 = FILE_PATH_LITERAL("foo");
StringType        207 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name1 = FILE_PATH_LITERAL("bar");
StringType        223 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name0 = FILE_PATH_LITERAL("foo");
StringType        224 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name1 = FILE_PATH_LITERAL("bar");
StringType        225 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name2 = FILE_PATH_LITERAL("bas");
StringType        261 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name0 = FILE_PATH_LITERAL("foo");
StringType        262 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name1 = FILE_PATH_LITERAL("bar");
StringType        285 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name0 = FILE_PATH_LITERAL("foo");
StringType        286 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name1 = FILE_PATH_LITERAL("bar");
StringType        287 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType name2 = FILE_PATH_LITERAL("dog");
StringType        566 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   MakeHierarchyLink(0, 0, base::FilePath::StringType());
StringType        573 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType dir1_name = FPL("foo");
StringType        607 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType kFileName = FPL("bar");
StringType        629 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType kFileName = FPL("bar");
StringType        650 webkit/browser/fileapi/sandbox_directory_database_unittest.cc   base::FilePath::StringType kFileName = FPL("bar");
StringType        543 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc         base::FilePath::StringType::npos)
StringType         30 webkit/common/fileapi/directory_entry.h   base::FilePath::StringType name;
StringType         35 webkit/common/fileapi/file_system_util.cc   base::FilePath::StringType path = virtual_path.value();
StringType         41 webkit/common/fileapi/file_system_util.cc   base::FilePath::StringType::size_type last_separator =
StringType         43 webkit/common/fileapi/file_system_util.cc   if (last_separator != base::FilePath::StringType::npos &&
StringType         51 webkit/common/fileapi/file_system_util.cc   typedef base::FilePath::StringType StringType;
StringType         52 webkit/common/fileapi/file_system_util.cc   StringType  path = virtual_path.value();
StringType         61 webkit/common/fileapi/file_system_util.cc   StringType::size_type last_separator =
StringType         63 webkit/common/fileapi/file_system_util.cc   if (last_separator == StringType::npos) {
StringType         86 webkit/common/fileapi/file_system_util.cc     std::vector<base::FilePath::StringType>* components) {
StringType         87 webkit/common/fileapi/file_system_util.cc   typedef base::FilePath::StringType StringType;
StringType         96 webkit/common/fileapi/file_system_util.cc   StringType::size_type begin = 0, end = 0;
StringType         97 webkit/common/fileapi/file_system_util.cc   while (begin < path.value().length() && end != StringType::npos) {
StringType         99 webkit/common/fileapi/file_system_util.cc     StringType component = path.value().substr(
StringType        100 webkit/common/fileapi/file_system_util.cc         begin, end == StringType::npos ? StringType::npos : end - begin);
StringType        115 webkit/common/fileapi/file_system_util.cc   std::vector<base::FilePath::StringType> stringtype_components;
StringType        117 webkit/common/fileapi/file_system_util.cc   std::vector<base::FilePath::StringType>::const_iterator it;
StringType        124 webkit/common/fileapi/file_system_util.cc base::FilePath::StringType VirtualPath::GetNormalizedFilePath(
StringType        126 webkit/common/fileapi/file_system_util.cc   base::FilePath::StringType normalized_path = path.value();
StringType        127 webkit/common/fileapi/file_system_util.cc   const size_t num_separators = base::FilePath::StringType(
StringType        135 webkit/common/fileapi/file_system_util.cc       normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
StringType        138 webkit/common/fileapi/file_system_util.cc bool VirtualPath::IsAbsolute(const base::FilePath::StringType& path) {
StringType        143 webkit/common/fileapi/file_system_util.cc   std::vector<base::FilePath::StringType> components;
StringType         52 webkit/common/fileapi/file_system_util.h       std::vector<base::FilePath::StringType>* components);
StringType         59 webkit/common/fileapi/file_system_util.h   static base::FilePath::StringType GetNormalizedFilePath(
StringType         63 webkit/common/fileapi/file_system_util.h   static bool IsAbsolute(const base::FilePath::StringType& path);
StringType         48 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType path;
StringType         49 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType base_name;
StringType         74 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType path;
StringType         75 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType dir_name;
StringType        114 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType path;
StringType        115 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType normalized_path;
StringType        127 webkit/common/fileapi/file_system_util_unittest.cc     base::FilePath::StringType normalized_path_string =
StringType        136 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_FALSE(VirtualPath::IsAbsolute(base::FilePath::StringType()));
StringType        156 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType path;
StringType        158 webkit/common/fileapi/file_system_util_unittest.cc     const base::FilePath::StringType components[3];
StringType        192 webkit/common/fileapi/file_system_util_unittest.cc     std::vector<base::FilePath::StringType> components;
StringType         27 win8/delegate_execute/delegate_execute_util_unittest.cc   EXPECT_EQ(CommandLine::StringType(), cl.GetCommandLineString());
StringType        772 win8/metro_driver/chrome_app_view_ash.cc   base::FilePath::StringType file = shortcut.value();