Searched
full:filepath (Results
501 -
525 of
4655) sorted by null
<<21222324252627282930>>
/external/chromium_org/content/browser/download/ |
file_metadata_linux.h | 13 class FilePath; 28 CONTENT_EXPORT void AddOriginMetadataToFile(const base::FilePath& file,
|
/external/chromium_org/content/browser/ |
mime_registry_message_filter.h | 25 void OnGetMimeTypeFromExtension(const base::FilePath::StringType& ext, 27 void OnGetMimeTypeFromFile(const base::FilePath& file_path,
|
/external/chromium_org/content/public/browser/ |
plugin_service_filter.h | 11 class FilePath; 35 const base::FilePath& path) = 0;
|
/external/chromium_org/content/shell/common/ |
shell_test_configuration.h | 21 base::FilePath current_working_directory; 24 base::FilePath temp_path;
|
webkit_test_helpers.h | 14 class FilePath; 33 base::FilePath GetWebKitRootDirFilePath();
|
/external/chromium_org/extensions/common/ |
extension_paths.cc | 12 bool PathProvider(int key, base::FilePath* result) { 15 base::FilePath cur;
|
/external/chromium_org/mojo/common/ |
data_pipe_utils.h | 13 class FilePath; 25 const base::FilePath& destination,
|
/external/chromium_org/net/base/ |
filename_util_unsafe.h | 18 // Extract extension from FilePath generated by GenerateFileName(), but without 20 NET_EXPORT base::FilePath::StringType GenerateFileExtensionUnsafe(
|
/external/chromium_org/net/disk_cache/simple/ |
simple_test_util.cc | 15 const base::FilePath& cache_path) { 16 base::FilePath entry_file_path = cache_path.AppendASCII(
|
simple_test_util.h | 14 class FilePath; 43 const base::FilePath& cache_path);
|
/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.h | 16 int UpgradeCache(const base::FilePath& output_path, HANDLE pipe); 19 int RunSlave(const base::FilePath& input_path,
|
/external/chromium_org/remoting/host/ |
config_file_watcher.h | 21 extern const base::FilePath::CharType kDefaultHostConfigFile[]; 32 const base::FilePath& config_path);
|
json_host_config.h | 22 JsonHostConfig(const base::FilePath& filename); 37 base::FilePath filename_;
|
/external/chromium_org/tools/gn/ |
generate_test_gn_data.cc | 19 base::FilePath UTF8ToFilePath(const std::string& s) { 21 return base::FilePath(base::UTF8ToWide(s)); 23 return base::FilePath(s); 27 std::string FilePathToUTF8(const base::FilePath& path) { 35 base::FilePath RepoPathToPathName(const std::vector<int>& repo_path) { 36 base::FilePath ret; 79 base::FilePath dirname = RepoPathToPathName(repo_path); 80 base::FilePath filename = dirname.AppendASCII("BUILD.gn");
|
/external/chromium_org/tools/gyp/test/win/command-quote/subdir/and/another/ |
in-subdir.gyp | 14 'filepath': [ 'call <(DEPTH)/../../../go.bat' ], 22 'action': ['<@(filepath)', '<(RULE_INPUT_PATH)', 'output4.obj'],
|
/external/chromium_org/ui/app_list/views/ |
apps_grid_view_delegate.h | 14 class FilePath; 31 const base::Callback<void(const base::FilePath&)>& callback) = 0;
|
/external/chromium_org/ui/events/ozone/device/ |
device_manager_manual.cc | 18 base::FileEnumerator file_enum(base::FilePath("/dev/input"), 22 for (base::FilePath path = file_enum.Next(); !path.empty();
|
/external/chromium_org/ui/keyboard/ |
keyboard.cc | 24 base::FilePath pak_dir; 26 base::FilePath pak_file = pak_dir.Append(
|
/external/chromium_org/ui/ozone/platform/test/ |
file_surface_factory.h | 17 explicit FileSurfaceFactory(const base::FilePath& dump_location); 31 base::FilePath location_;
|
/external/chromium_org/webkit/browser/database/ |
database_util.h | 14 class FilePath; 31 static base::FilePath GetFullFilePathForVfsFile(
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.h | 12 class FilePath; 22 base::CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
|
/external/chromium_org/apps/app_shim/ |
extension_app_shim_handler_mac_unittest.cc | 32 MOCK_METHOD1(ProfileExistsForPath, bool(const base::FilePath&)); 33 MOCK_METHOD1(ProfileForPath, Profile*(const base::FilePath&)); 35 void(const base::FilePath&, 47 const std::vector<base::FilePath>&)); 53 const base::FilePath& path, 59 const base::FilePath& path, 70 std::map<base::FilePath, 84 const std::vector<base::FilePath>& files)); 88 const std::vector<base::FilePath>& files) { 109 FakeHost(const base::FilePath& profile_path [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
iphoto_data_provider_browsertest.cc | 26 using base::FilePath; 32 TestIPhotoDataProvider(const base::FilePath& xml_library_path, 40 virtual void OnLibraryChanged(const base::FilePath& path, 93 const base::FilePath& library_dir() const { 97 base::FilePath XmlFile() const { 278 EXPECT_EQ(FilePath("/vol/path1.jpg").value(), 281 EXPECT_EQ(FilePath("/vol/path3.jpg").value(), 284 EXPECT_EQ(FilePath("/vol/dupe/path3.jpg").value(), 287 EXPECT_EQ(FilePath().value(), 293 EXPECT_EQ(FilePath("/vol/dupe/path2.jpg").value() [all...] |
/external/chromium_org/apps/ |
launcher.h | 16 class FilePath; 32 const base::FilePath& current_directory); 38 const base::FilePath& file_path); 52 const std::vector<base::FilePath>& file_paths);
|
/external/chromium_org/base/ |
file_util_android.cc | 12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
|
Completed in 1828 milliseconds
<<21222324252627282930>>