HomeSort by relevance Sort by last modified time
    Searched refs:StringType (Results 1 - 25 of 560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/policy/
policy_path_parser.h 49 FilePath::StringType ExpandPathVariables(
50 const FilePath::StringType& untranslated_string);
policy_path_parser_unittest.cc 14 void CheckForSubstitution(FilePath::StringType test_string,
15 FilePath::StringType var_name) {
16 FilePath::StringType var(test_string);
17 FilePath::StringType var_result =
19 ASSERT_EQ(var_result.find(var_name), FilePath::StringType::npos);
25 FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
26 FilePath::StringType no_vars_result =
31 FilePath::StringType unknown_vars(FILE_PATH_LITERAL("//$C/${buggy}"));
32 FilePath::StringType unknown_vars_result =
37 FilePath::StringType vars(FILE_PATH_LITERAL("${user_name}${machine_name}"))
    [all...]
  /external/chromium/net/base/
platform_mime_util.h 20 FilePath::StringType* extension) const;
25 bool GetPlatformMimeTypeFromExtension(const FilePath::StringType& ext,
platform_mime_util_android.cc 14 const FilePath::StringType& ext, std::string* result) const {
19 const std::string& mime_type, FilePath::StringType* ext) const {
  /external/chromium_org/chrome/browser/policy/
policy_path_parser.h 49 base::FilePath::StringType ExpandPathVariables(
50 const base::FilePath::StringType& untranslated_string);
policy_path_parser_unittest.cc 14 void CheckForSubstitution(base::FilePath::StringType test_string,
15 base::FilePath::StringType var_name) {
16 base::FilePath::StringType var(test_string);
17 base::FilePath::StringType var_result =
19 ASSERT_EQ(var_result.find(var_name), base::FilePath::StringType::npos);
25 base::FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
26 base::FilePath::StringType no_vars_result =
31 base::FilePath::StringType unknown_vars(FILE_PATH_LITERAL("//$C/${buggy}"));
32 base::FilePath::StringType unknown_vars_result =
37 base::FilePath::StringType no_quotes(FILE_PATH_LITERAL("//$C/\"a\"/$path"))
    [all...]
  /external/chromium_org/net/base/
platform_mime_util.h 21 base::FilePath::StringType* extension) const;
28 base::hash_set<base::FilePath::StringType>* extensions) const;
33 bool GetPlatformMimeTypeFromExtension(const base::FilePath::StringType& ext,
  /external/chromium/base/
file_path.h 133 typedef std::string StringType;
137 typedef std::wstring StringType;
140 typedef StringType::value_type CharType;
159 explicit FilePath(const StringType& path);
172 const StringType& value() const { return path_; }
184 void GetComponents(std::vector<FilePath::StringType>* components) const;
224 StringType Extension() const;
238 FilePath InsertBeforeExtension(const StringType& suffix) const;
245 FilePath ReplaceExtension(const StringType& extension) const;
249 bool MatchesExtension(const StringType& extension) const
    [all...]
command_line.h 32 typedef std::wstring StringType;
34 typedef std::string StringType;
37 typedef std::vector<StringType> StringVector;
39 typedef std::map<std::string, StringType> SwitchMap;
84 StringType command_line_string() const;
102 StringType GetSwitchValueNative(const std::string& switch_string) const;
116 const StringType& value);
134 void AppendArgNative(const StringType& value);
144 void PrependWrapper(const StringType& wrapper);
163 StringType command_line_string_
    [all...]
  /external/chromium_org/base/files/
file_path.h 138 typedef std::string StringType;
142 typedef std::wstring StringType;
145 typedef StringType::value_type CharType;
167 explicit FilePath(const StringType& path);
180 const StringType& value() const { return path_; }
192 void GetComponents(std::vector<FilePath::StringType>* components) const;
232 StringType Extension() const;
247 const StringType& suffix) const WARN_UNUSED_RESULT;
254 const StringType& extension) const WARN_UNUSED_RESULT;
261 const StringType& extension) const WARN_UNUSED_RESULT
    [all...]
file_enumerator.cc 15 FilePath::StringType basename = path.BaseName().value();
  /external/chromium/chrome/browser/autofill/
data_driven_test.h 28 const FilePath::StringType& file_name_pattern);
39 FilePath GetInputDirectory(const FilePath::StringType& test_name);
40 FilePath GetOutputDirectory(const FilePath::StringType& test_name);
  /external/chromium/chrome/browser/bookmarks/
bookmark_pasteboard_helper_mac.h 20 FilePath::StringType profile_path);
26 FilePath::StringType profile_path);
30 FilePath::StringType* profile_path);
34 FilePath::StringType* profile_path);
  /external/chromium/chrome/common/
switch_utils.h 18 std::map<std::string, CommandLine::StringType>* switches);
  /external/chromium_org/chrome/common/
switch_utils.h 17 std::map<std::string, CommandLine::StringType>* switches);
  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.h 28 base::FilePath::StringType FindLibraryLocationInPrefXml(
  /external/chromium_org/content/common/
mime_registry_messages.h 18 base::FilePath::StringType /* extension */,
25 base::FilePath::StringType /* extension */)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.h 31 void AddAsyncDelegate(const base::FilePath::StringType& device_location,
37 void RemoveAsyncDelegate(const base::FilePath::StringType& device_location);
51 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*>
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.h 19 typedef base::FilePath::StringType StringType;
29 const StringType& temp_name);
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.h 29 const base::FilePath::StringType& file_name_pattern);
40 base::FilePath GetInputDirectory(const base::FilePath::StringType& test_name);
42 const base::FilePath::StringType& test_name);
  /external/chromium/base/i18n/
file_util_icu.h 27 void ReplaceIllegalCharactersInPath(FilePath::StringType* file_name,
  /external/chromium/chrome/browser/download/
download_prefs.h 40 const FilePath::StringType& extension) const;
63 bool operator()(const FilePath::StringType& a,
64 const FilePath::StringType& b) const;
66 typedef std::set<FilePath::StringType, AutoOpenCompareFunctor> AutoOpenSet;
  /external/chromium_org/chrome/browser/media_galleries/
mtp_device_delegate_impl.h 22 const base::FilePath::StringType& device_location,
  /external/chromium_org/remoting/host/
ipc_constants.h 22 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
  /external/chromium_org/base/
command_line.h 34 typedef std::wstring StringType;
36 typedef std::string StringType;
39 typedef StringType::value_type CharType;
40 typedef std::vector<StringType> StringVector;
41 typedef std::map<std::string, StringType> SwitchMap;
89 StringType GetCommandLineString() const;
94 StringType GetArgumentsString() const;
111 StringType GetSwitchValueNative(const std::string& switch_string) const;
122 const StringType& value);
141 void AppendArgNative(const StringType& value)
    [all...]

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>