Searched
refs:FilePath (Results
851 -
875 of
3914) sorted by null
<<31323334353637383940>>
| /external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
| write_from_file_operation.h | 18 const base::FilePath& user_file_path,
|
| /external/chromium_org/chrome/browser/extensions/api/system_storage/ |
| storage_api_test_util.cc | 20 base::FilePath::StringType(), /* no location */
|
| /external/chromium_org/chrome/browser/extensions/ |
| external_loader.h | 52 virtual const base::FilePath GetBaseCrxFilePath();
|
| external_pref_loader.cc | 25 base::FilePath::CharType kExternalExtensionJson[] = 28 std::set<base::FilePath> GetPrefsCandidateFilesFromFolder( 29 const base::FilePath& external_extension_search_path) { 32 std::set<base::FilePath> external_extension_paths; 44 base::FilePath::StringType extension = base::UTF8ToWide(std::string(".json")); 46 base::FilePath::StringType extension(".json"); 49 base::FilePath file = json_files.Next(); 71 const base::FilePath& path) { 98 const base::FilePath ExternalPrefLoader::GetBaseCrxFilePath() { 158 base::FilePath json_file = base_path_.Append(kExternalExtensionJson) [all...] |
| startup_helper_browsertest.cc | 27 base::FilePath test_data_dir_; 33 std::vector<std::pair<base::FilePath, bool> > expectations; 43 for (std::vector<std::pair<base::FilePath, bool> >::iterator i = 47 const base::FilePath& path = i->first;
|
| test_extension_prefs.h | 46 const base::FilePath& temp_dir() const { return temp_dir_.path(); } 47 const base::FilePath& extensions_dir() const { return extensions_dir_; } 88 base::FilePath preferences_file_; 89 base::FilePath extensions_dir_;
|
| unpacked_installer.h | 33 typedef base::Callback<void(const base::FilePath&, const std::string&)> 43 void Load(const base::FilePath& extension_path); 52 bool LoadFromCommandLine(const base::FilePath& extension_path, 122 base::FilePath extension_path_;
|
| /external/chromium_org/chrome/browser/history/ |
| download_row.h | 26 const base::FilePath& current_path, 27 const base::FilePath& target_path, 49 base::FilePath current_path; 52 base::FilePath target_path;
|
| top_sites_database.h | 17 class FilePath; 33 bool Init(const base::FilePath& db_name); 99 bool InitImpl(const base::FilePath& db_name); 101 sql::Connection* CreateDB(const base::FilePath& db_name);
|
| /external/chromium_org/chrome/browser/ |
| icon_loader.h | 62 IconLoader(const base::FilePath& file_path, 76 static IconGroupID ReadGroupIDFromFilepath(const base::FilePath& path); 79 static bool IsIconMutableFromFilepath(const base::FilePath& path); 93 base::FilePath file_path_;
|
| /external/chromium_org/chrome/browser/media_galleries/win/ |
| mtp_device_object_enumerator.h | 25 base::FilePath Next();
|
| /external/chromium_org/chrome/browser/nacl_host/test/ |
| nacl_gdb_browsertest.cc | 14 static const base::FilePath::CharType kMockNaClGdb[] = 29 base::FilePath mock_nacl_gdb; 38 base::FilePath mock_nacl_gdb_file; 69 base::FilePath script_;
|
| /external/chromium_org/chrome/browser/net/ |
| ftp_browsertest.cc | 16 base::FilePath()) {
|
| net_log_temp_file.h | 59 bool GetFilePath(base::FilePath* path); 72 virtual bool GetNetExportLogDirectory(base::FilePath* path); 128 // Updates |log_path_| with base::FilePath to |log_filename_| in the 142 base::FilePath::StringType log_filename_; 144 base::FilePath log_path_; // base::FilePath to the temporary file.
|
| /external/chromium_org/chrome/browser/policy/ |
| policy_path_parser_linux.cc | 22 base::FilePath::StringType ExpandPathVariables( 23 const base::FilePath::StringType& untranslated_string) { 24 base::FilePath::StringType result(untranslated_string); 56 void CheckUserDataDirPolicy(base::FilePath* user_data_dir) {
|
| /external/chromium_org/chrome/browser/policy/test/ |
| local_policy_test_server.h | 33 explicit LocalPolicyTestServer(const base::FilePath& config_file); 85 base::FilePath* testserver_path) const OVERRIDE; 93 base::FilePath config_file_; 94 base::FilePath policy_key_;
|
| /external/chromium_org/chrome/browser/prefs/ |
| profile_pref_store_manager.h | 45 const base::FilePath& profile_path, 64 static base::FilePath GetPrefFilePathFromProfilePath( 65 const base::FilePath& profile_path); 110 const base::FilePath profile_path_;
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_list.h | 32 virtual void ActiveProfilePathChanged(base::FilePath& path) = 0;
|
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
| drive_backend_constants.cc | 14 const base::FilePath::CharType kDatabaseName[] =
|
| drive_backend_constants.h | 17 extern const base::FilePath::CharType kDatabaseName[];
|
| /external/chromium_org/chrome/browser/sync_file_system/ |
| local_change_processor.h | 36 const base::FilePath& local_file_path,
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_service_disabled.cc | 28 virtual base::FilePath GetProfilePath( 29 const base::FilePath& user_data_dir) OVERRIDE { 30 return base::FilePath(); 32 virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE {}
|
| /external/chromium_org/chrome/browser/ui/ |
| certificate_dialogs.h | 17 const base::FilePath& suggested_path,
|
| chrome_select_file_policy_unittest.cc | 49 const base::FilePath file_path; 58 base::FilePath::StringType(), 65 virtual void FileSelected(const base::FilePath& path, 70 const std::vector<base::FilePath>& files,
|
| /external/chromium_org/chrome/browser/ui/webui/ntp/ |
| most_visited_browsertest.cc | 17 AddLibrary(base::FilePath(FILE_PATH_LITERAL("most_visited_page_test.js")));
|
Completed in 954 milliseconds
<<31323334353637383940>>