Searched
refs:FilePath (Results
901 -
925 of
3914) sorted by null
<<31323334353637383940>>
| /external/chromium_org/content/public/renderer/ |
| pepper_plugin_instance.h | 20 class FilePath; 66 virtual base::FilePath GetModulePath() = 0; 74 const base::FilePath& file_path, 104 virtual int MakePendingFileRefRendererHost(const base::FilePath& path) = 0;
|
| /external/chromium_org/content/renderer/pepper/ |
| fake_pepper_plugin_instance.cc | 26 base::FilePath FakePepperPluginInstance::GetModulePath() { 27 return base::FilePath(); 36 const base::FilePath& file_path, 65 const base::FilePath& path) {
|
| /external/chromium_org/content/shell/app/ |
| shell_breakpad_client.cc | 25 const base::FilePath& exe_path, 44 base::FilePath ShellBreakpadClient::GetReporterLogFilename() { 45 return base::FilePath(FILE_PATH_LITERAL("uploads.log")); 49 bool ShellBreakpadClient::GetCrashDumpLocation(base::FilePath* crash_dir) {
|
| /external/chromium_org/content/shell/browser/ |
| shell_browser_context.h | 38 virtual base::FilePath GetPath() const OVERRIDE; 49 const base::FilePath& partition_path, 60 const base::FilePath& partition_path, 75 base::FilePath path_;
|
| shell_plugin_service_filter.cc | 27 const base::FilePath& path) {
|
| shell_plugin_service_filter.h | 28 const base::FilePath& path) OVERRIDE;
|
| /external/chromium_org/courgette/ |
| base_test_unittest.h | 26 base::FilePath test_dir_;
|
| /external/chromium_org/gin/test/ |
| file_runner.h | 33 void RunTestFromFile(const base::FilePath& path, FileRunnerDelegate* delegate,
|
| /external/chromium_org/media/base/ |
| media_win.cc | 21 bool InitializeMediaLibraryInternal(const base::FilePath& module_dir) {
|
| /external/chromium_org/mojo/common/test/ |
| test_support_impl.cc | 22 base::FilePath ResolveSourceRootRelativePath(const char* relative_path) { 23 base::FilePath path; 25 return base::FilePath(); 61 for (base::FilePath name = e.Next(); !name.empty(); name = e.Next())
|
| /external/chromium_org/mojo/views/ |
| views_init.cc | 19 base::FilePath ui_test_pak_path;
|
| /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(
|
| platform_mime_util_win.cc | 15 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/net/test/ |
| python_utils_unittest.cc | 18 const base::FilePath::CharType kAppendDir1[] = 20 const base::FilePath::CharType kAppendDir2[] = 26 base::FilePath append_path1(kAppendDir1); 27 base::FilePath append_path2(kAppendDir2);
|
| /external/chromium_org/net/tools/dump_cache/ |
| simple_cache_dumper.h | 29 SimpleCacheDumper(base::FilePath input_path, base::FilePath output_path); 77 base::FilePath input_path_; 78 base::FilePath output_path_;
|
| /external/chromium_org/remoting/host/linux/ |
| audio_pipe_reader.h | 46 const base::FilePath& pipe_path); 64 const base::FilePath& pipe_path); 68 void OnDirectoryChanged(const base::FilePath& path, bool error); 75 base::FilePath pipe_path_;
|
| /external/chromium_org/third_party/webrtc/test/testsupport/android/ |
| root_path_android_chromium.cc | 24 base::FilePath root_path;
|
| /external/chromium_org/tools/gn/ |
| input_file.cc | 23 bool InputFile::Load(const base::FilePath& system_path) {
|
| source_file.cc | 44 base::FilePath SourceFile::Resolve(const base::FilePath& source_root) const { 46 return base::FilePath(); 56 return base::FilePath(UTF8ToFilePath(converted));
|
| /external/chromium_org/ui/ozone/platform/test/ |
| ozone_platform_test.cc | 30 OzonePlatformTest(const base::FilePath& dump_file) : file_path_(dump_file) {} 77 base::FilePath file_path_; 86 base::FilePath location = base::FilePath("/dev/null");
|
| /external/chromium_org/webkit/browser/fileapi/ |
| file_system_backend.h | 134 virtual std::vector<base::FilePath> GetRootDirectories() const = 0; 141 const base::FilePath& virtual_path) = 0; 147 virtual bool GetVirtualPath(const base::FilePath& file_system_path, 148 base::FilePath* virtual_path) = 0;
|
| sandbox_origin_database.h | 34 SandboxOriginDatabase(const base::FilePath& file_system_directory, 41 base::FilePath* directory) OVERRIDE; 46 base::FilePath GetDatabasePath() const; 68 base::FilePath file_system_directory_;
|
| transient_file_util.h | 28 base::FilePath* platform_path) OVERRIDE;
|
| /external/chromium_org/webkit/common/fileapi/ |
| directory_entry.cc | 15 : name(base::FilePath::FromUTF8Unsafe(name).value()),
|
| directory_entry.h | 30 base::FilePath::StringType name;
|
Completed in 3241 milliseconds
<<31323334353637383940>>