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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/history/
in_memory_database.h 13 class FilePath;
33 bool InitFromDisk(const base::FilePath& history_name);
  /external/chromium_org/chrome/browser/
icon_loader_android.cc 10 const base::FilePath& filepath) {
15 bool IconLoader::IsIconMutableFromFilepath(const base::FilePath&) {
load_library_perf_test.cc 16 void MeasureSizeAndTimeToLoadNativeLibrary(const base::FilePath& library_name) {
17 base::FilePath output_dir;
19 base::FilePath library_path = output_dir.Append(library_name);
50 MeasureSizeAndTimeToLoadNativeLibrary(base::FilePath::FromUTF16Unsafe(
58 base::FilePath::FromUTF8Unsafe(kWidevineCdmFileName));
63 base::FilePath::FromUTF8Unsafe(kWidevineCdmAdapterFileName));
70 base::FilePath::FromUTF8Unsafe("libclearkeycdm.dylib"));
79 base::FilePath::FromUTF8Unsafe("clearkeycdmadapter.plugin"));
  /external/chromium_org/chrome/browser/local_discovery/
pwg_raster_converter.h 12 class FilePath;
33 const base::FilePath& /*temp_file*/)>
  /external/chromium_org/chrome/browser/local_discovery/storage/
path_util_unittest.cc 11 ParsedPrivetPath path(base::FilePath(FILE_PATH_LITERAL(
19 ParsedPrivetPath path(base::FilePath(FILE_PATH_LITERAL(
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_handler.h 31 ReleasedDumps(const base::FilePath& incoming_dump,
32 const base::FilePath& outgoing_dump)
36 const base::FilePath incoming_dump_path;
37 const base::FilePath outgoing_dump_path;
46 explicit WebRtcRtpDumpHandler(const base::FilePath& dump_dir);
113 const base::FilePath dump_dir_;
116 base::FilePath incoming_dump_path_;
117 base::FilePath outgoing_dump_path_;
wv_test_license_server_config.h 28 void GetLicenseServerRootPath(base::FilePath* path);
32 void GetLicenseServerPath(base::FilePath* path);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder.h 30 const base::FilePath& path);
33 const base::FilePath& path);
media_file_validator_factory.h 12 class FilePath;
31 const base::FilePath& platform_path) OVERRIDE;
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.h 29 virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
30 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
31 virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) OVERRIDE;
32 virtual bool GetUserDirectory(base::FilePath* user_dir) OVERRIDE;
38 const base::FilePath& profile_directory,
39 base::FilePath* file_path) OVERRIDE;
44 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
49 const base::FilePath& profile_directory);
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_manager.h 15 class FilePath;
34 MetadataParser* GetParserForFile(const base::FilePath& path);
  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.h 12 class FilePath;
25 const std::vector<base::FilePath>& /*emf_files*/)>
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.cc 31 FileVerificationResult VerifyFileAtPath(const base::FilePath& file) {
34 base::FilePath normalized_path;
72 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1,
73 const base::FilePath& path2) {
76 if (base::FilePath::CompareEqualIgnoreCase(path1.value(), path2.value())) {
78 } else if (base::FilePath::CompareEqualIgnoreCase(path1.BaseName().value(),
81 } else if (base::FilePath::CompareEqualIgnoreCase(path1.DirName().value(),
91 void VerifyPreferencesFile(const base::FilePath& pref_file_path) {
  /external/chromium_org/chrome/browser/services/gcm/
gcm_desktop_utils.h 12 class FilePath;
26 const base::FilePath& store_path,
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.h 12 class FilePath;
32 bool WriteToFile(const base::FilePath& path);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_button.h 16 base::FilePath downloadPath_;
20 @property(assign, nonatomic) base::FilePath download;
  /external/chromium_org/chrome/installer/util/
firewall_manager_win.h 13 class FilePath;
26 const base::FilePath& chrome_path);
  /external/chromium_org/chrome/test/base/
chrome_test_suite.h 26 void SetBrowserDirectory(const base::FilePath& browser_dir) {
31 base::FilePath browser_dir_;
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils.h 43 bool Setup(const base::FilePath& nss_path);
46 bool DecryptorInit(const base::FilePath& dll_path,
47 const base::FilePath& db_path);
50 const base::FilePath& signons_path);
79 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) {
83 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path,
84 const base::FilePath& db_path) {
93 const base::FilePath& signons_path) {
  /external/chromium_org/chromeos/
chromeos_paths.h 11 class FilePath;
55 CHROMEOS_EXPORT void RegisterStubPathOverrides(const base::FilePath& stubs_dir);
  /external/chromium_org/cloud_print/virtual_driver/win/
virtual_driver_helpers.h 13 class FilePath;
29 HRESULT GetPrinterDriverDir(base::FilePath* path);
  /external/chromium_org/components/policy/core/common/
preg_parser_win.h 20 class FilePath;
36 POLICY_EXPORT bool ReadFile(const base::FilePath& file_path,
  /external/chromium_org/components/storage_monitor/
udev_util_linux.h 15 class FilePath;
27 bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_test.cc 16 base::FilePath(),
17 base::FilePath(),
  /external/chromium_org/content/common/
utility_messages.h 34 std::vector<base::FilePath> /* plugin paths */)
46 base::FilePath /* path of plugin */)

Completed in 886 milliseconds

<<11121314151617181920>>