/external/chromium/chrome/browser/download/ |
drag_download_file.cc | 39 file_path_ = file_name_or_path; 51 if (!file_path_.empty()) 52 file_util::DeleteAfterReboot(file_path_); 80 file_path_ = temp_dir_path_.Append(file_name_); 112 save_info.file_path = file_path_; 141 observer_->OnDownloadCompleted(file_path_); 158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads);
|
drag_download_file.h | 84 FilePath file_path_; member in class:DragDownloadFile
|
/external/chromium/net/base/ |
upload_data.cc | 65 if (file_path_.value().find("content://") == 0) { 67 content_length_ = android::contentUrlSize(file_path_); 80 if (!file_util::GetFileSize(file_path_, &length)) 102 int64 rv = file->Open(file_path_, 106 DLOG(WARNING) << "Failed to open \"" << file_path_.value() 113 DLOG(WARNING) << "Failed to seek \"" << file_path_.value()
|
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/net/url_request/ |
url_request_file_job.cc | 88 file_path_(file_path), 156 if (!file_path_.value().compare(0, 2, L"\\\\")) { 160 async_resolver_.get(), &AsyncResolver::Resolve, file_path_), true); 171 exists = file_util::GetFileInfo(file_path_, &file_info); 247 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk")) 250 FilePath new_path = file_path_; 268 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz") 278 return GetMimeTypeFromFile(file_path_, mime_type); 339 rv = stream_.Open(file_path_, flags);
|
url_request_file_job.h | 50 FilePath file_path_; member in class:net::URLRequestFileJob
|
/external/chromium/base/ |
file_util_proxy.cc | 125 file_path_(file_path), 140 if (!file_util::DirectoryExists(file_path_.DirName())) { 146 file_handle_ = base::CreatePlatformFile(file_path_, file_flags_, 159 FilePath file_path_; member in class:__anon2169::RelayCreateOrOpen 186 file_util::CreateTemporaryFile(&file_path_); 196 file_handle_ = base::CreatePlatformFile(file_path_, file_flags, 203 file_path_); local 211 FilePath file_path_; member in class:__anon2169::RelayCreateTemporary 260 file_path_(file_path), 268 if (!file_util::DirectoryExists(file_path_.DirName())) 297 FilePath file_path_; member in class:__anon2169::RelayEnsureFileExists 328 FilePath file_path_; member in class:__anon2169::RelayDelete 418 FilePath file_path_; member in class:__anon2169::RelayCreateDirectory 463 FilePath file_path_; member in class:__anon2169::RelayReadDirectory 493 FilePath file_path_; member in class:__anon2169::RelayGetFileInfo 646 FilePath file_path_; member in class:__anon2169::RelayTouchFilePath [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.h | 58 const std::string& file_path() const { return file_path_; } 85 std::string file_path_; member in class:chromeos::MountLibrary::Disk
|
mount_library.cc | 34 file_path_(file_path),
|
/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/chrome/browser/net/ |
url_request_mock_http_job.cc | 98 FilePath header_file = FilePath(file_path_.value() + kMockHeaderFileSuffix);
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 325 file_path_ = FilePath(kFilePath); 326 file_util::Delete(file_path_, true); 329 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName)); 337 file_util::Delete(file_path_, true); 343 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName)); 385 FilePath file_path_; member in class:syncable::SyncableDirectoryTest [all...] |