HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 476 - 500 of 3914) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/download/
mock_download_file.h 31 const base::FilePath& full_path));
33 void(const base::FilePath& full_path,
36 void(const base::FilePath& full_path,
41 MOCK_CONST_METHOD0(FullPath, base::FilePath());
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h 18 const base::FilePath& file);
  /external/chromium_org/content/child/npapi/
plugin_lib_unittest.cc 29 PluginLibTest::CreatePluginLib(base::FilePath()));
37 PluginLibTest::CreatePluginLib(base::FilePath()));
46 PluginLibTest::CreatePluginLib(base::FilePath()));
56 PluginLibTest::CreatePluginLib(base::FilePath()));
  /external/chromium_org/content/child/
webfileutilities_impl.cc 35 if (!base::GetFileInfo(base::FilePath::FromUTF16Unsafe(path),
45 return base::FilePath::FromUTF16Unsafe(path).DirName().AsUTF16Unsafe();
49 return base::FilePath::FromUTF16Unsafe(path).BaseName().AsUTF16Unsafe();
53 return net::FilePathToFileURL(base::FilePath::FromUTF16Unsafe(path));
  /external/chromium_org/content/public/test/
test_file_system_context.h 25 const base::FilePath& base_path);
33 const base::FilePath& base_path);
40 const base::FilePath& base_path);
44 const base::FilePath& base_path);
  /external/chromium_org/content/test/
test_content_browser_client.cc 18 base::FilePath TestContentBrowserClient::GetDefaultDownloadDirectory() {
test_content_browser_client.h 22 virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
  /external/chromium_org/extensions/browser/
verified_contents.h 43 bool InitFrom(const base::FilePath& path, bool ignore_invalid_signature);
51 const std::string* GetTreeHashRoot(const base::FilePath& relative_path);
62 bool GetPayload(const base::FilePath& path,
89 std::map<base::FilePath, std::string> root_hashes_;
  /external/chromium_org/media/base/
media.cc 18 extern bool InitializeMediaLibraryInternal(const base::FilePath& module_dir);
24 bool Initialize(const base::FilePath& module_dir) {
62 bool InitializeMediaLibrary(const base::FilePath& module_dir) {
67 base::FilePath module_dir;
test_data_util.h 20 base::FilePath GetTestDataFilePath(const std::string& name);
  /external/chromium_org/mojo/shell/
shell_test_base.cc 41 base::FilePath base_dir;
45 base::FilePath service_dir;
49 base::FilePath service_dir(base_dir);
52 base::FilePath service_dir(base_dir.AppendASCII("lib"));
  /external/chromium_org/net/disk_cache/
cache_util_unittest.cc 19 file1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01")));
20 file2_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02")));
21 dir1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01")));
22 file3_ = base::FilePath(dir1_.Append(FILE_PATH_LITERAL("file03")));
35 dest_file1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("file01")));
37 base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL(".file02")));
38 dest_dir1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("dir01")));
43 base::FilePath cache_dir_;
44 base::FilePath file1_;
45 base::FilePath file2_
    [all...]
  /external/chromium_org/ppapi/shared_impl/
file_path.cc 11 PepperFilePath::PepperFilePath(Domain domain, const base::FilePath& path)
test_harness_utils.h 25 base::FilePath::StringType PPAPI_SHARED_EXPORT GetTestLibraryName();
  /external/chromium_org/ui/events/ozone/device/
device_event.cc 11 const base::FilePath& path)
  /external/chromium_org/ui/gl/
gl_implementation_osmesa.cc 18 base::NativeLibrary LoadLibraryAndPrintError(const base::FilePath& filename) {
30 return LoadLibraryAndPrintError(base::FilePath(filename));
34 base::FilePath module_path;
40 base::FilePath library_path = module_path.Append("libosmesa.so");
  /external/chromium_org/webkit/browser/fileapi/
mount_points.cc 11 const std::string& name, const base::FilePath& path)
sandbox_origin_database_interface.cc 13 const std::string& origin_in, const base::FilePath& path_in)
isolated_context.h 51 bool AddPath(const base::FilePath& path, std::string* registered_name);
56 bool AddPathWithName(const base::FilePath& path, const std::string& name);
103 const base::FilePath& path,
114 const base::FilePath& cracked_path_prefix);
124 void RevokeFileSystemByPath(const base::FilePath& path);
147 base::FilePath* path) const OVERRIDE;
149 const base::FilePath& virtual_path,
153 base::FilePath* path,
159 const base::FilePath& path) const OVERRIDE;
162 base::FilePath CreateVirtualRootPath(const std::string& filesystem_id) const
    [all...]
  /external/chromium_org/base/test/
test_file_util_posix.cc 27 bool DenyFilePermission(const FilePath& path, mode_t permission) {
40 void* GetPermissionInfo(const FilePath& path, size_t* length) {
60 bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) {
76 bool DieFileDie(const FilePath& file, bool recurse) {
83 bool EvictFileFromSystemCache(const FilePath& file) {
98 std::wstring FilePathAsWString(const base::FilePath& path) {
101 base::FilePath WStringAsFilePath(const std::wstring& path) {
102 return base::FilePath(base::WideToUTF8(path));
105 bool MakeFileUnreadable(const base::FilePath& path) {
109 bool MakeFileUnwritable(const base::FilePath& path)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.cc 33 base::LazyInstance<base::FilePath> cld_file = LAZY_INSTANCE_INITIALIZER;
59 const base::FilePath& install_dir) {
63 base::FilePath CldComponentInstallerTraits::GetInstalledPath(
64 const base::FilePath& base) {
75 const base::FilePath& path,
83 const base::FilePath& install_dir) const {
87 const base::FilePath expected_file = GetInstalledPath(install_dir);
94 base::FilePath CldComponentInstallerTraits::GetBaseDirectory() const {
95 base::FilePath result;
119 const base::FilePath& path)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 38 traits.SetLatestCldDataFile(base::FilePath());
47 const base::FilePath expected(FILE_PATH_LITERAL("test/foo.test"));
50 base::FilePath result = component_updater::GetLatestCldDataFile();
58 const base::FilePath data_file_dir =
62 const base::FilePath data_file =
72 const base::FilePath install_dir;
78 const base::FilePath base_dir;
79 const base::FilePath result =
85 const base::FilePath result = traits.GetBaseDirectory();
101 const base::FilePath install_dir(FILE_PATH_LITERAL("/foo"))
    [all...]
  /external/chromium_org/chrome/installer/util/
create_dir_work_item_unittest.cc 29 base::FilePath parent_dir(temp_dir_.path());
34 base::FilePath top_dir_to_create(parent_dir);
37 base::FilePath dir_to_create(top_dir_to_create);
56 base::FilePath dir_to_create(temp_dir_.path());
76 base::FilePath dir_to_create_1(temp_dir_.path());
79 base::FilePath dir_to_create_2(dir_to_create_1);
82 base::FilePath dir_to_create_3(dir_to_create_2);
93 base::FilePath dir_to_create_4(dir_to_create_2);
109 base::FilePath dir_to_create_1(temp_dir_.path());
112 base::FilePath dir_to_create_2(dir_to_create_1)
    [all...]
work_item.cc 34 const base::FilePath& source_path,
35 const base::FilePath& dest_path,
36 const base::FilePath& temp_dir,
38 const base::FilePath& alternative_path) {
44 const base::FilePath& path) {
72 const base::FilePath& root_path,
73 const base::FilePath& temp_path,
74 const std::vector<base::FilePath>& key_paths) {
79 const base::FilePath& source_path,
80 const base::FilePath& dest_path
    [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.h 73 explicit ShaderDiskCache(const base::FilePath& cache_path);
85 base::FilePath cache_path_;
108 void ClearByPath(const base::FilePath& path,
117 void SetCacheInfo(int32 client_id, const base::FilePath& path);
123 void AddToCache(const base::FilePath& path, ShaderDiskCache* cache);
126 void RemoveFromCache(const base::FilePath& path);
135 scoped_refptr<ShaderDiskCache> GetByPath(const base::FilePath& path);
136 void CacheCleared(const base::FilePath& path);
138 typedef std::map<base::FilePath, ShaderDiskCache*> ShaderCacheMap;
141 typedef std::map<int32, base::FilePath> ClientIdToPathMap
    [all...]

Completed in 1212 milliseconds

<<11121314151617181920>>