Searched defs:file_path_ (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.h81 // Opens the database at file_path_ if it exists already and creates it if
89 // Tries to open the database at file_path_, assigns |db| to point to the
190 base::FilePath file_path_; member in class:content::SessionStorageDatabase
H A Ddom_storage_database.h44 const base::FilePath& file_path() const { return file_path_; }
76 // Open the database at file_path_ if it exists already and creates it if
110 const base::FilePath file_path_; member in class:content::DOMStorageDatabase
/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.h152 FilePath file_path_; member in class:CertificateManagerHandler
/external/chromium/net/url_request/
H A Durl_request_file_job.h50 FilePath file_path_; member in class:net::URLRequestFileJob
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.h175 base::FilePath file_path_; member in class:options::CertificateManagerHandler
/external/chromium_org/webkit/browser/blob/
H A Dlocal_file_stream_reader.h75 const base::FilePath file_path_; member in class:webkit_blob::LocalFileStreamReader
/external/chromium_org/webkit/browser/fileapi/
H A Dlocal_file_stream_writer.h43 // Opens |file_path_| and if it succeeds, proceeds to InitiateSeek().
77 const base::FilePath file_path_; member in class:fileapi::LocalFileStreamWriter
H A Dsandbox_file_stream_writer.h80 base::FilePath file_path_; member in class:fileapi::SandboxFileStreamWriter
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwebkit_file_stream_writer_impl.h66 const base::FilePath file_path_; member in class:drive::internal::WebkitFileStreamWriterImpl
H A Ddrive_file_stream_reader_unittest.cc48 temp_dir_.path(), 1024, &file_path_, &file_content_));
57 base::FilePath file_path_; member in class:drive::internal::LocalReaderProxyTest
68 file_reader->Open(file_path_, 0, callback.callback());
89 file_reader->Open(file_path_, 0, callback.callback());
H A Ddownload_handler.cc31 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::__anon4361::DriveUserData
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.h48 base::FilePath file_path_; member in class:file_manager::GetDriveEntryPropertiesFunction
/external/chromium_org/chrome/browser/
H A Dicon_loader.h89 base::FilePath file_path_; member in class:IconLoader
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.h63 base::FilePath file_path_; member in class:content::DragDownloadFile
/external/chromium_org/net/url_request/
H A Durl_request_file_job.h53 base::FilePath file_path_; member in class:net::URLRequestFileJob
H A Durl_fetcher_response_writer.h77 file_path_ = file_path;
90 // Drops ownership of the file at |file_path_|.
101 const base::FilePath& file_path() const { return file_path_; }
126 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
128 // True when this instance is responsible to delete the file at |file_path_|.
/external/chromium/chrome/browser/download/
H A Ddrag_download_file.h84 FilePath file_path_; member in class:DragDownloadFile
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_reader.h53 const base::FilePath& file_path() const { return file_path_; }
70 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h54 const base::FilePath& file_path() const { return file_path_; }
71 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback_unittest.cc44 base::FilePath file_path_; member in class:safe_browsing::__anon5650::FakeUploader
63 file_path_(file_path),
190 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
H A Dtwo_phase_uploader.cc58 const base::FilePath file_path_; member in class:__anon5682::TwoPhaseUploaderImpl
80 file_path_(file_path),
179 kUploadContentType, file_path_, 0, kuint64max, file_task_runner_);
/external/chromium_org/net/base/
H A Dupload_element.h32 const base::FilePath& file_path() const { return file_path_; }
65 file_path_ = path;
76 base::FilePath file_path_; member in class:net::UploadElement
/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.h58 const std::string& file_path() const { return file_path_; }
85 std::string file_path_; member in class:chromeos::MountLibrary::Disk
/external/chromium/net/base/
H A Dupload_data.h58 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/apps/
H A Dlauncher.cc115 : profile_(profile), extension_(extension), file_path_(file_path) {}
119 if (file_path_.empty()) {
124 DCHECK(file_path_.IsAbsolute());
127 if (drive::util::IsUnderDriveMountPoint(file_path_)) {
151 if (!base::PathExists(file_path_) ||
152 base::DirectoryExists(file_path_)) {
153 LOG(WARNING) << "No file exists with path " << file_path_.value();
160 if (!net::GetMimeTypeFromFile(file_path_, &mime_type))
179 drive::util::ExtractDrivePath(file_path_),
211 handler = FirstFileHandlerForFile(*extension_, mime_type, file_path_);
276 const base::FilePath file_path_; member in class:apps::__anon3456::PlatformAppPathLauncher
[all...]

Completed in 558 milliseconds

12