Searched refs:StringType (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser.h49 base::FilePath::StringType ExpandPathVariables(
50 const base::FilePath::StringType& untranslated_string);
H A Dpolicy_path_parser_unittest.cc14 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);
31 base::FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
32 base::FilePath::StringType no_vars_result =
37 base::FilePath::StringType unknown_vars(FILE_PATH_LITERAL("//$C/${buggy}"));
38 base::FilePath::StringType unknown_vars_result =
43 base::FilePath::StringType no_quote
[all...]
/external/chromium_org/base/files/
H A Dfile_path.h138 typedef std::string StringType; typedef in class:base::FilePath
142 typedef std::wstring StringType;
145 typedef StringType::value_type CharType;
167 explicit FilePath(const StringType& path);
180 const StringType& value() const { return path_; }
199 void GetComponents(std::vector<FilePath::StringType>* components) const;
241 StringType Extension() const;
250 StringType FinalExtension() const;
269 const StringType& suffix) const WARN_UNUSED_RESULT;
276 const StringType
[all...]
H A Dfile_enumerator.cc15 FilePath::StringType basename = path.BaseName().value();
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_map_service.h33 const base::FilePath::StringType& device_location,
47 void AddAsyncDelegate(const base::FilePath::StringType& device_location,
53 void RemoveAsyncDelegate(const base::FilePath::StringType& device_location);
57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*>
61 typedef std::map<std::string, base::FilePath::StringType>
66 typedef std::map<const base::FilePath::StringType, int>
/external/chromium_org/net/base/
H A Dplatform_mime_util.h21 base::FilePath::StringType* extension) const;
28 base::hash_set<base::FilePath::StringType>* extensions) const;
33 bool GetPlatformMimeTypeFromExtension(const base::FilePath::StringType& ext,
H A Dplatform_mime_util_linux.cc22 const base::FilePath::StringType& ext, std::string* result) const {
27 const base::FilePath::StringType& ext, std::string* result) const {
78 const std::string& mime_type, base::FilePath::StringType* ext) const {
104 base::hash_set<base::FilePath::StringType>* extensions) const {
105 base::FilePath::StringType ext;
H A Dfilename_util_unsafe.cc21 void ReplaceIllegalCharactersInPath(base::FilePath::StringType* file_name,
25 base::FilePath::StringType(1, replace_char),
33 base::FilePath::StringType GenerateFileExtensionUnsafe(
H A Dfilename_util_internal.h22 void(base::FilePath::StringType* file_name, char replace_char)>
25 void SanitizeGeneratedFileName(base::FilePath::StringType* filename,
28 bool IsShellIntegratedExtension(const base::FilePath::StringType& extension);
30 bool IsReservedName(const base::FilePath::StringType& filename);
H A Dfilename_util_unsafe.h20 NET_EXPORT base::FilePath::StringType GenerateFileExtensionUnsafe(
H A Dplatform_mime_util_win.cc15 const base::FilePath::StringType& ext, std::string* result) const {
29 const std::string& mime_type, base::FilePath::StringType* ext) const {
45 base::hash_set<base::FilePath::StringType>* extensions) const {
50 base::FilePath::StringType ext;
/external/chromium_org/chrome/utility/media_galleries/
H A Ditunes_pref_parser_win.h28 base::FilePath::StringType FindLibraryLocationInPrefXml(
H A Ditunes_pref_parser_win.cc14 base::FilePath::StringType FindLibraryLocationInPrefXml(
17 base::FilePath::StringType result;
52 return base::FilePath::StringType(
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.h48 typedef base::FilePath::StringType StringType; typedef in class:sync_file_system::SubtreeSet
49 typedef base::hash_map<StringType, Node> Subtrees;
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.h19 typedef base::FilePath::StringType StringType; typedef in class:installer::SelfCleaningTempDir
29 const StringType& temp_name);
/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.h29 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_org/chrome/common/
H A Dswitch_utils.h17 std::map<std::string, base::CommandLine::StringType>* switches);
/external/chromium_org/content/common/
H A Dmime_registry_messages.h18 base::FilePath::StringType /* extension */,
/external/chromium_org/base/
H A Dcommand_line.h34 typedef std::wstring StringType; typedef in class:base::CommandLine
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;
100 StringType GetCommandLineString() const;
105 StringType GetArgumentsString() const;
122 StringType GetSwitchValueNative(const std::string& switch_string) const;
133 const StringType& value);
152 void AppendArgNative(const StringType
[all...]
/external/chromium_org/base/process/
H A Dprocess_iterator.cc37 const FilePath::StringType& executable_name,
47 executable_name_ = FilePath::StringType(executable_name_,
56 int GetProcessCount(const FilePath::StringType& executable_name,
H A Dkill.cc11 bool KillProcesses(const FilePath::StringType& executable_name,
/external/chromium_org/chrome/browser/net/
H A Ddisk_cache_dir_policy_handler.cc25 base::FilePath::StringType string_value;
27 base::FilePath::StringType expanded_value =
/external/chromium_org/base/i18n/
H A Dfile_util_icu.h29 FilePath::StringType* file_name,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dopen_with_browser.h37 const base::FilePath::StringType& file_extension);
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_api_test_util.cc20 base::FilePath::StringType(), /* no location */

Completed in 585 milliseconds

1234567891011>>