Searched
full:filepath (Results
926 -
950 of
4655) sorted by null
<<31323334353637383940>>
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_loader_handler.h | 53 void LoadUnpackedExtensionImpl(const base::FilePath& file_path); 56 void OnLoadFailure(const base::FilePath& file_path, const std::string& error); 61 void NotifyFrontendOfFailure(const base::FilePath& file_path, 74 base::FilePath failed_path_;
|
/external/chromium_org/chrome/common/media_galleries/ |
itunes_library.cc | 14 Track::Track(uint64 id, const base::FilePath& location)
|
/external/chromium_org/chrome/common/ |
widevine_cdm_constants.h | 12 extern const base::FilePath::CharType kWidevineCdmBaseDirectory[];
|
/external/chromium_org/chrome/installer/setup/ |
install.h | 21 class FilePath; 60 bool CreateVisualElementsManifest(const base::FilePath& src_path, 76 const base::FilePath& target, 111 const base::FilePath& setup_path, 112 const base::FilePath& archive_path, 113 const base::FilePath& install_temp_path, 114 const base::FilePath& src_path, 115 const base::FilePath& prefs_path, 131 void HandleActiveSetupForBrowser(const base::FilePath& installation_root,
|
/external/chromium_org/chrome/test/base/ |
test_launcher_utils.h | 26 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT;
|
/external/chromium_org/chrome/utility/image_writer/ |
image_writer_handler.cc | 51 void ImageWriterHandler::OnWriteStart(const base::FilePath& image, 52 const base::FilePath& device) { 72 void ImageWriterHandler::OnVerifyStart(const base::FilePath& image, 73 const base::FilePath& device) {
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_node_data_mac.cc | 19 base::FilePath file_path;
|
/external/chromium_org/components/breakpad/browser/ |
crash_dump_manager_android.h | 40 explicit CrashDumpManager(const base::FilePath& crash_dump_dir); 49 typedef std::map<int, base::FilePath> ChildProcessIDToMinidumpPath; 51 static void ProcessMinidump(const base::FilePath& minidump_path, 75 base::FilePath crash_dump_dir_;
|
/external/chromium_org/components/feedback/ |
feedback_uploader.h | 30 FeedbackUploader(const base::FilePath& path, 32 FeedbackUploader(const base::FilePath& path, 40 base::FilePath GetFeedbackReportsPath() { return report_path_; } 67 base::FilePath report_path_;
|
feedback_util.cc | 76 bool ZipString(const base::FilePath& filename, 78 base::FilePath temp_path; 79 base::FilePath zip_file; 83 if (!base::CreateNewTempDirectory(base::FilePath::StringType(), &temp_path))
|
/external/chromium_org/components/storage_monitor/ |
mtab_watcher_linux.cc | 36 MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path, 75 device_map[base::FilePath(entry.mnt_dir)] = 76 base::FilePath(entry.mnt_fsname); 89 const base::FilePath& path, bool error) {
|
removable_device_constants.cc | 21 const base::FilePath::CharType kDCIMDirectoryName[] = FILE_PATH_LITERAL("DCIM");
|
removable_device_constants.h | 27 extern const base::FilePath::CharType kDCIMDirectoryName[];
|
/external/chromium_org/content/browser/download/ |
download_file_factory.cc | 15 const base::FilePath& default_downloads_directory,
|
save_types.cc | 9 SaveFileCreateInfo::SaveFileCreateInfo(const base::FilePath& path,
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_blob_info.h | 31 const base::FilePath& file_path, 44 const base::FilePath& file_path() const { return file_path_; } 53 void set_file_path(const base::FilePath& file_path); 65 base::FilePath file_path_; // Only for File.
|
/external/chromium_org/content/browser/ |
storage_partition_impl_map_unittest.cc | 69 scoped_ptr<base::hash_set<base::FilePath> > active_paths( 70 new base::hash_set<base::FilePath>); 72 base::FilePath active_path = browser_context.GetPath().Append( 78 base::FilePath inactive_path = browser_context.GetPath().Append(
|
/external/chromium_org/content/common/ |
file_utilities_messages.h | 17 base::FilePath /* path */,
|
sandbox_init_mac.cc | 15 bool InitializeSandbox(int sandbox_type, const base::FilePath& allowed_dir) { 27 base::FilePath* allowed_dir) { 32 *allowed_dir = base::FilePath(); // Empty by default. 73 base::FilePath allowed_dir;
|
/external/chromium_org/content/public/test/ |
test_file_system_context.cc | 19 const base::FilePath& base_path) { 31 const base::FilePath& base_path) { 49 const base::FilePath& base_path) { 64 const base::FilePath& base_path) {
|
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_registry.h | 38 PluginModule* GetLiveModule(const base::FilePath& path); 44 void AddLiveModule(const base::FilePath& path, PluginModule* module); 57 typedef std::map<base::FilePath, scoped_refptr<PluginModule> > 67 typedef std::map<base::FilePath, PluginModule*> NonOwningModuleMap;
|
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.cc | 122 const base::FilePath& suggested_directory, 125 base::FilePath generated_name = net::GenerateFileName(url, 135 base::FilePath suggested_path(suggested_directory.Append(generated_name)); 143 const base::FilePath& suggested_path) { 159 const base::FilePath& suggested_path) { 165 base::FilePath result; 167 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); 187 result = base::FilePath(std::wstring(save_as.lpstrFile)); 197 const base::FilePath& default_download_path) {
|
shell_plugin_service_filter.h | 28 const base::FilePath& path) OVERRIDE;
|
/external/chromium_org/content/test/ |
test_content_browser_client.cc | 18 base::FilePath TestContentBrowserClient::GetDefaultDownloadDirectory() {
|
test_content_browser_client.h | 22 virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
Completed in 1087 milliseconds
<<31323334353637383940>>