/external/chromium/net/base/ |
upload_data.h | 58 const FilePath& file_path() const { return file_path_; } 83 file_path_ = path; 127 FilePath file_path_; member in class:net::UploadData::Element
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
webkit_file_stream_writer_impl.cc | 52 file_path_(file_path), 81 if (file_path_.empty()) 86 file_system_getter_, file_path_,
|
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_; } 44 const base::FilePath file_path_; member in class:drive::__anon6885::DriveUserData
|
/external/chromium_org/webkit/browser/blob/ |
local_file_stream_reader.cc | 61 file_path_, 75 file_path_(file_path), 102 file_path_, kOpenFlagsForRead,
|
local_file_stream_reader.h | 68 const base::FilePath file_path_; member in class:webkit_blob::LocalFileStreamReader
|
/external/chromium/chrome/browser/download/ |
drag_download_file.h | 84 FilePath file_path_; member in class:DragDownloadFile
|
/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 | 56 base::FilePath file_path_; member in class:net::URLRequestFileJob
|
url_fetcher_impl_unittest.cc | 508 base::FilePath file_path_; member in class:net::__anon12295::URLFetcherFileTest 875 take_ownership_of_file_, &file_path_)); 877 EXPECT_TRUE(base::ContentsEqual(expected_file_, file_path_)); [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
local_file_stream_writer.h | 46 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek(). 80 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/webkit/browser/fileapi/quota/ |
quota_reservation_manager_unittest.cc | 102 file_path_ = work_dir_.path().Append(FILE_PATH_LITERAL("hoge")); 115 base::GetFileSize(file_path_, &size); 123 file_path_, 145 return file_path_; 151 base::FilePath file_path_; member in class:fileapi::QuotaReservationManagerTest
|
/external/chromium_org/chromeos/dbus/ |
cros_disks_client.h | 129 const std::string& file_path() const { return file_path_; } 174 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_) || base::IsDirectoryEmpty(file_path_))) { 294 LOG(WARNING) << "Failed to open leveldb in " << file_path_.value() 299 base::DeleteFile(file_path_, true); 302 LOG(WARNING) << "Failed to open leveldb in " << file_path_.value() 331 return leveldb::DB::Open(options, WideToUTF8(file_path_.value()), db); 333 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 base::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::__anon6180::CreateTemporaryHelper
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_drive.h | 54 base::FilePath file_path_; member in class:extensions::FileBrowserPrivateGetDriveEntryPropertiesFunction
|
/external/chromium_org/chrome/browser/extensions/ |
extension_resource_protocols.cc | 63 file_path_ = resolved_path;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback_unittest.cc | 44 base::FilePath file_path_; member in class:safe_browsing::__anon8242::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:__anon8275::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 | 67 : file_path_(file_path), 78 const base::FilePath& file_path() const { return file_path_; } 115 if (!file_path_.empty()) 116 file_bitmap_ = LoadSkBitmapFromJPEGFile(file_path_); 135 // Bitmap loaded from |file_path_|. 141 base::FilePath file_path_; member in class:ash::DesktopBackgroundController::WallpaperLoader 143 // Layout to be used when displaying the image from |file_path_|. 146 // 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/ui/webui/options/ |
certificate_manager_handler.cc | 623 file_path_ = path; 666 file_path_, 710 file_path_ = path; 723 file_path_, 803 file_path_.clear(); 830 file_path_ = path; 832 file_path_, [all...] |