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

<<21222324252627282930>>

  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.cc 14 base::FilePath::StringType FindLibraryLocationInPrefXml(
17 base::FilePath::StringType result;
52 return base::FilePath::StringType(
  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 16 class FilePath;
67 bool SaveToFile(const base::FilePath& path, const PrinterState& state);
70 bool LoadFromFile(const base::FilePath& path, PrinterState* state);
  /external/chromium_org/components/policy/core/common/
policy_loader_mac.h 34 const base::FilePath& managed_policy_path,
45 void OnFileUpdated(const base::FilePath& path, bool error);
64 base::FilePath managed_policy_path_;
  /external/chromium_org/components/storage_monitor/
media_storage_util_unittest.cc 37 void CheckDCIMDeviceType(const base::FilePath& mount_point) {
41 void CheckNonDCIMDeviceType(const base::FilePath& mount_point) {
46 const base::FilePath::StringType& location) {
54 base::FilePath CreateMountPoint(bool create_dcim_dir) {
55 base::FilePath path(scoped_temp_dir_.path());
59 return base::FilePath();
96 base::FilePath mount_point(CreateMountPoint(true));
109 base::FilePath mount_point(CreateMountPoint(false));
120 base::FilePath()));
122 "dcim:xyz", base::FilePath()));
    [all...]
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.h 17 class FilePath;
50 const base::FilePath& cache_path,
73 base::FilePath cache_path_;
  /external/chromium_org/content/browser/download/
download_item_impl_delegate.h 26 const base::FilePath&, // Target path
29 const base::FilePath& // Intermediate file path
61 virtual bool ShouldOpenFileBasedOnExtension(const base::FilePath& path);
mhtml_generation_manager.h 16 class FilePath;
33 const base::FilePath& file,
56 const base::FilePath& file,
  /external/chromium_org/content/browser/fileapi/
sandbox_isolated_origin_database_unittest.cc 17 const base::FilePath::CharType kOriginDirectory[] = FILE_PATH_LITERAL("iso");
26 base::FilePath(kOriginDirectory));
30 base::FilePath path1, path2;
  /external/chromium_org/content/public/common/
page_state.h 16 class FilePath;
36 const base::FilePath* optional_body_file_path);
44 std::vector<base::FilePath> GetReferencedFiles() const;
  /external/chromium_org/content/renderer/pepper/
pepper_file_ref_renderer_host.h 36 const base::FilePath& external_path);
42 base::FilePath GetExternalFilePath() const;
53 base::FilePath external_path_;
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.h 48 const base::FilePath& webkit_source_dir() const { return webkit_source_dir_; }
53 void OnSetWebKitSourceDir(const base::FilePath& webkit_source_dir);
59 base::FilePath webkit_source_dir_;
  /external/chromium_org/content/test/
webui_resource_browsertest.cc 26 void RunTest(const base::FilePath& file) {
35 void RunMediaInternalsTest(const base::FilePath::CharType* file) {
39 base::FilePath path;
  /external/chromium_org/extensions/browser/value_store/
value_store_frontend.h 19 class FilePath;
30 explicit ValueStoreFrontend(const base::FilePath& db_path);
35 void Init(const base::FilePath& db_path);
  /external/chromium_org/media/base/
test_data_util.cc 15 base::FilePath GetTestDataFilePath(const std::string& name) {
16 base::FilePath file_path;
26 base::FilePath file_path = GetTestDataFilePath(name);
  /external/chromium_org/media/formats/webm/chromeos/
webm_encoder.h 24 class FilePath;
39 WebmEncoder(const base::FilePath& output_path, int bitrate, bool realtime);
93 base::FilePath output_path_;
  /external/chromium_org/media/video/capture/
file_video_capture_device.h 31 static base::File OpenFileForRead(const base::FilePath& file_path);
35 explicit FileVideoCaptureDevice(const base::FilePath& file_path);
64 const base::FilePath file_path_;
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.h 17 bool CreateCacheTestFile(const base::FilePath& name);
20 bool DeleteCache(const base::FilePath& path);
29 bool CheckCacheIntegrity(const base::FilePath& path, bool new_eviction,
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_posix.cc 30 const base::FilePath& cache_path,
44 const base::FilePath file_path = cache_path.Append(
45 base::FilePath(file_name));
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.cc 34 base::FilePath GetTestServerPortInfoFile() {
36 return base::FilePath("/tmp/net-test-server-ports");
38 base::FilePath test_data_dir;
69 const base::FilePath& document_root)
78 const base::FilePath& document_root)
157 base::FilePath RemoteTestServer::GetDocumentRoot() const {
158 base::FilePath src_dir;
163 bool RemoteTestServer::Init(const base::FilePath& document_root) {
197 base::FilePath fixed_root = document_root;
199 fixed_root = base::FilePath(base::FilePath::kCurrentDirectory)
    [all...]
  /external/chromium_org/sql/
recovery.h 13 class FilePath;
84 const base::FilePath& db_path) WARN_UNUSED_RESULT;
159 bool Init(const base::FilePath& db_path) WARN_UNUSED_RESULT;
  /external/chromium_org/tools/gn/
input_file.h 32 const base::FilePath& physical_name() const { return physical_name_; }
50 bool Load(const base::FilePath& system_path);
56 base::FilePath physical_name_;
  /external/chromium_org/tools/perf/clear_system_cache/
clear_system_cache_main.cc 19 void ClearCacheForFile(const base::FilePath& path) {
36 base::FilePath path(args[i]);
45 for (base::FilePath next = enumerator.Next(); !next.empty();
  /external/chromium_org/ui/base/resource/
data_pack.h 24 class FilePath;
36 bool LoadFromPath(const base::FilePath& path);
49 static bool WritePack(const base::FilePath& path,
resource_bundle_win.cc 31 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) {
32 base::FilePath path;
37 return base::FilePath(base::ASCIIToUTF16(pak_name));
  /external/chromium_org/ui/base/win/
shell.h 14 class FilePath;
24 UI_BASE_EXPORT bool OpenItemViaShell(const base::FilePath& full_path);
30 const base::FilePath& full_path);

Completed in 1042 milliseconds

<<21222324252627282930>>