HomeSort by relevance Sort by last modified time
    Searched refs:file_path_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
upload_data.h 32 const FilePath& file_path() const { return file_path_; }
48 file_path_ = path;
60 FilePath file_path_; member in class:net::UploadData::Element
upload_data.cc 31 if (!file_util::GetFileSize(file_path_, &length))
  /external/chromium/net/url_request/
url_request_file_job.cc 96 file_path_(file_path),
112 if (!file_path_.value().compare(0, 2, L"\\\\")) {
116 async_resolver_.get(), &AsyncResolver::Resolve, file_path_), true);
121 bool exists = file_util::GetFileInfo(file_path_, &file_info);
180 if (LowerCaseEqualsASCII(file_path_.Extension(), ".svgz"))
188 return net::GetMimeTypeFromFile(file_path_, mime_type);
229 rv = stream_.Open(file_path_, flags);
280 file_util::GetFileExtensionFromPath(file_path_.value());
287 FilePath new_path = file_path_;
url_request_file_job.h 41 FilePath file_path_; member in class:URLRequestFileJob

Completed in 2613 milliseconds