HomeSort by relevance Sort by last modified time
    Searched defs:snapshot_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.h 22 const base::FilePath& snapshot_file_path,
32 const base::FilePath snapshot_file_path; member in struct:chrome::SnapshotRequestInfo
56 base::FilePath snapshot_file_path() const { function in class:chrome::SnapshotFileDetails
57 return request_info_.snapshot_file_path;
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.h 19 const base::FilePath& snapshot_file_path,
28 base::FilePath snapshot_file_path; member in struct:chrome::SnapshotRequestInfo
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.cc 40 // file is created successfully, |snapshot_file_path| will be a non-empty file
41 // path. In case of failure, the |snapshot_file_path| will be an empty file
46 base::FilePath* snapshot_file_path) {
47 DCHECK(snapshot_file_path);
52 snapshot_file_path)) {
55 *snapshot_file_path = base::FilePath();
231 base::FilePath* snapshot_file_path = new base::FilePath; local
238 base::Unretained(snapshot_file_path)),
244 base::Owned(snapshot_file_path)));
320 base::FilePath* snapshot_file_path) {
    [all...]

Completed in 795 milliseconds