/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_itunes_pref_parser_win.h | 15 class FilePath; 31 typedef base::Callback<void(const base::FilePath&)> ParserCallback; 52 void OnGotITunesDirectory(const base::FilePath& library_file);
|
/external/chromium_org/chrome/browser/net/ |
proxy_browsertest.cc | 30 const base::FilePath::CharType kPACScript[] = FILE_PATH_LITERAL( 82 base::FilePath()) { 151 base::FilePath(FILE_PATH_LITERAL("chrome/test/data"))) { 161 base::FilePath pac_script_path(FILE_PATH_LITERAL("files")); 185 base::FilePath(base::FilePath::kCurrentDirectory), 186 base::FilePath(kPACScript)).spec()); 203 base::FilePath(FILE_PATH_LITERAL("chrome/test/data"))) { 213 base::FilePath pac_script_path(kPACScript); 239 base::FilePath(base::FilePath::kCurrentDirectory) [all...] |
/external/chromium_org/chrome/browser/ |
pepper_broker_infobar_delegate.h | 32 const base::FilePath& plugin_path, 37 const base::FilePath& plugin_path, 56 const base::FilePath plugin_path_;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_uploader_on_worker.cc | 33 const base::FilePath& local_file_path, 60 const base::FilePath& local_file_path, 85 const base::FilePath& local_file_path,
|
drive_uploader_on_worker.h | 37 const base::FilePath& local_file_path, 46 const base::FilePath& local_file_path, 55 const base::FilePath& local_file_path,
|
/external/chromium_org/chrome/common/safe_browsing/ |
download_protection_util.cc | 13 bool IsArchiveFile(const base::FilePath& file) { 17 bool IsBinaryFile(const base::FilePath& file) { 41 const base::FilePath& file) {
|
/external/chromium_org/chrome/installer/util/ |
duplicate_tree_detector.cc | 14 bool IsIdenticalFileHierarchy(const base::FilePath& src_path, 15 const base::FilePath& dest_path) { 40 for (base::FilePath path = path_enum.Next();
|
logging_installer.h | 11 class FilePath; 44 TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file); 53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs);
|
work_item.h | 33 class FilePath; 85 const base::FilePath& source_path, 86 const base::FilePath& dest_path, 87 const base::FilePath& temp_dir, 89 const base::FilePath& alternative_path); 92 static CreateDirWorkItem* CreateCreateDirWorkItem(const base::FilePath& path); 119 const base::FilePath& root_path, 120 const base::FilePath& temp_path, 121 const std::vector<base::FilePath>& key_paths); 126 const base::FilePath& source_path [all...] |
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor_mac.mm | 22 bool NSSDecryptor::Init(const base::FilePath& dll_path, 23 const base::FilePath& db_path) { 28 base::FilePath nss3_path = dll_path.Append("libnss3.dylib");
|
/external/chromium_org/chrome/utility/media_galleries/ |
image_metadata_extractor_unittest.cc | 21 base::FilePath GetTestDataFilePath(const std::string& filename) { 22 base::FilePath path; 35 base::FilePath test_path;
|
itunes_pref_parser_win.cc | 14 base::FilePath::StringType FindLibraryLocationInPrefXml( 17 base::FilePath::StringType result; 52 return base::FilePath::StringType(
|
/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/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/ |
browser_shutdown_profile_dumper.h | 16 class FilePath; 38 void WriteTracesToDisc(const base::FilePath& file_name); 43 base::FilePath GetFileName();
|
/external/chromium_org/content/browser/download/ |
save_types.h | 17 typedef std::vector<std::pair<int, base::FilePath> > FinalNameList; 36 SaveFileCreateInfo(const base::FilePath& path, 47 base::FilePath path;
|
/external/chromium_org/content/ppapi_plugin/ |
broker_process_dispatcher.cc | 22 std::string ConvertPluginDataPath(const base::FilePath& plugin_data_path) { 135 const base::FilePath& plugin_data_path) { 143 const base::FilePath& plugin_data_path, 153 const base::FilePath& plugin_data_path) { 160 const base::FilePath& plugin_data_path, 190 const base::FilePath& plugin_data_path, 202 const base::FilePath& plugin_data_path, 210 const base::FilePath& plugin_data_path, 227 const base::FilePath& plugin_data_path, 256 const base::FilePath& plugin_data_path) [all...] |
/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.cc | 38 const base::FilePath& external_path) 64 base::FilePath PepperFileRefRendererHost::GetExternalFilePath() const { 66 return base::FilePath();
|
/external/chromium_org/content/test/net/ |
url_request_prepackaged_interceptor.h | 15 class FilePath; 34 void SetResponse(const GURL& url, const base::FilePath& path); 38 void SetResponseIgnoreQuery(const GURL& url, const base::FilePath& path);
|
/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/api/storage/ |
local_value_store_cache.h | 26 const base::FilePath& profile_path); 44 const base::FilePath extension_base_path_; 47 const base::FilePath app_base_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/extensions/common/ |
extension_builder.h | 35 // Defaults to FilePath(). 36 ExtensionBuilder& SetPath(const base::FilePath& path); 56 base::FilePath path_;
|
/external/chromium_org/gin/modules/ |
file_module_provider.cc | 18 const std::vector<base::FilePath>& search_paths, 26 base::FilePath path; 48 const std::vector<base::FilePath>& search_paths)
|