| /external/chromium/chrome/browser/download/ |
| drag_download_file.h | 84 FilePath file_path_; member in class:DragDownloadFile
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| webkit_file_stream_writer_impl.h | 66 const base::FilePath file_path_; member in class:drive::internal::WebkitFileStreamWriterImpl
|
| download_handler.cc | 31 explicit DriveUserData(const base::FilePath& path) : file_path_(path), 35 const base::FilePath& file_path() const { return file_path_; } 40 const base::FilePath file_path_; member in class:drive::__anon6767::DriveUserData
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_resource_protocols.cc | 59 file_path_ = resolved_path;
|
| /external/chromium_org/content/browser/download/ |
| drag_download_file.cc | 157 : file_path_(file_path), 171 DCHECK(!file_path_.empty()); 199 base::Passed(&file_stream_), file_path_)); 223 observer_->OnDownloadCompleted(file_path_);
|
| /external/chromium_org/net/url_request/ |
| url_request_file_job.h | 53 base::FilePath file_path_; member in class:net::URLRequestFileJob
|
| url_fetcher_impl_unittest.cc | 508 base::FilePath file_path_; member in class:net::__anon11598::URLFetcherFileTest 877 take_ownership_of_file_, &file_path_)); 879 EXPECT_TRUE(base::ContentsEqual(expected_file_, file_path_)); [all...] |
| /external/chromium_org/webkit/browser/blob/ |
| local_file_stream_reader.h | 75 const base::FilePath file_path_; member in class:webkit_blob::LocalFileStreamReader
|
| /external/chromium_org/webkit/browser/fileapi/ |
| local_file_stream_writer.h | 43 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek(). 77 const base::FilePath file_path_; member in class:fileapi::LocalFileStreamWriter
|
| sandbox_file_stream_writer.h | 80 base::FilePath file_path_; member in class:fileapi::SandboxFileStreamWriter
|
| /external/chromium_org/chromeos/dbus/ |
| cros_disks_client.h | 131 const std::string& file_path() const { return file_path_; } 176 std::string file_path_; member in class:chromeos::DiskInfo
|
| /external/chromium_org/content/browser/dom_storage/ |
| session_storage_database.cc | 55 : file_path_(file_path), 283 (!base::PathExists(file_path_) || 284 file_util::IsDirectoryEmpty(file_path_))) { 295 LOG(WARNING) << "Failed to open leveldb in " << file_path_.value() 300 base::DeleteFile(file_path_, true); 303 LOG(WARNING) << "Failed to open leveldb in " << file_path_.value() 332 return leveldb::DB::Open(options, WideToUTF8(file_path_.value()), db); 334 return leveldb::DB::Open(options, file_path_.value(), db);
|
| /external/chromium/chrome/browser/ui/webui/options/ |
| certificate_manager_handler.h | 152 FilePath file_path_; member in class:CertificateManagerHandler
|
| certificate_manager_handler.cc | 539 file_path_ = path; 581 file_path_, 623 file_path_ = path; 636 file_path_, 700 file_path_.clear(); 726 file_path_ = path; 728 file_path_, 781 file_path_ = path; 783 file_path_, [all...] |
| /external/chromium_org/base/files/ |
| file_util_proxy.cc | 79 file_util::CreateTemporaryFile(&file_path_); 88 file_handle_ = CreatePlatformFile(file_path_, file_flags, NULL, &error_); 93 callback.Run(error_, PassPlatformFile(&file_handle_), file_path_); 99 FilePath file_path_; member in class:base::__anon6143::CreateTemporaryHelper
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| download_feedback_unittest.cc | 44 base::FilePath file_path_; member in class:safe_browsing::__anon8056::FakeUploader 63 file_path_(file_path), 190 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
|
| two_phase_uploader.cc | 58 const base::FilePath file_path_; member in class:__anon8088::TwoPhaseUploaderImpl 80 file_path_(file_path), 179 kUploadContentType, file_path_, 0, kuint64max, file_task_runner_);
|
| /external/chromium_org/ash/desktop_background/ |
| desktop_background_controller.cc | 86 : file_path_(file_path), 97 const base::FilePath& file_path() const { return file_path_; } 134 if (!file_path_.empty()) 135 file_bitmap_ = LoadSkBitmapFromJPEGFile(file_path_); 154 // Bitmap loaded from |file_path_|. 160 base::FilePath file_path_; member in class:ash::DesktopBackgroundController::WallpaperLoader 162 // Layout to be used when displaying the image from |file_path_|. 165 // ID of an image resource to use if |file_path_| is empty or unloadable.
|
| /external/chromium/chrome/browser/net/ |
| url_request_mock_http_job.cc | 98 FilePath header_file = FilePath(file_path_.value() + kMockHeaderFileSuffix);
|
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| private_api_drive.h | 48 base::FilePath file_path_; member in class:file_manager::GetDriveEntryPropertiesFunction
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| certificate_manager_handler.cc | 642 file_path_ = path; 684 file_path_, 728 file_path_ = path; 741 file_path_, 820 file_path_.clear(); 847 file_path_ = path; 849 file_path_, [all...] |
| certificate_manager_handler.h | 175 base::FilePath file_path_; member in class:options::CertificateManagerHandler
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| zip_reader.cc | 30 : file_path_(base::FilePath::FromUTF8Unsafe(file_name_in_zip)), 50 if (file_path_.IsAbsolute() || StartsWithASCII(file_name_in_zip, "/", false))
|
| /external/chromium_org/chromeos/disks/ |
| disk_mount_manager.h | 89 const std::string& file_path() const { return file_path_; } 150 std::string file_path_; member in class:chromeos::disks::DiskMountManager::Disk
|
| /external/chromium_org/third_party/zlib/google/ |
| zip_reader.cc | 30 : file_path_(base::FilePath::FromUTF8Unsafe(file_name_in_zip)), 50 if (file_path_.IsAbsolute() || StartsWithASCII(file_name_in_zip, "/", false))
|