HomeSort by relevance Sort by last modified time
    Searched refs:scoped_file (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/storage/browser/fileapi/
transient_file_util.cc 45 ScopedFile scoped_file(
49 scoped_file.AddScopeOutCallback(
52 return scoped_file.Pass();
  /external/chromium_org/storage/common/blob/
shareable_file_reference.cc 82 ScopedFile scoped_file) {
83 if (scoped_file.path().empty())
92 ShareableFileMap::value_type(scoped_file.path(), null_reference));
94 scoped_file.Release();
100 new ShareableFileReference(scoped_file.Pass()));
111 ShareableFileReference::ShareableFileReference(ScopedFile scoped_file)
112 : scoped_file_(scoped_file.Pass()) {
shareable_file_reference.h 10 #include "storage/common/blob/scoped_file.h"
40 // Returns a ShareableFileReference for the given path of the |scoped_file|,
41 // creating a new reference if none yet exists. The ownership of |scoped_file|
44 // and scope-out-callbacks of the given |scoped_file| is ignored.
45 // If the given scoped_file has an empty path (e.g. maybe already
51 ScopedFile scoped_file);
64 ShareableFileReference(ScopedFile scoped_file);
  /external/chromium_org/content/browser/fileapi/
transient_file_util_unittest.cc 16 #include "storage/common/blob/scoped_file.h"
95 storage::ScopedFile scoped_file = file_util()->CreateSnapshotFile( local
  /external/chromium_org/storage/
storage_common.target.darwin-arm.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.darwin-arm64.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.darwin-mips.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.darwin-mips64.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.darwin-x86.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.darwin-x86_64.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-arm.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-arm64.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-mips.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-mips64.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-x86.mk 28 storage/common/blob/scoped_file.cc \
storage_common.target.linux-x86_64.mk 28 storage/common/blob/scoped_file.cc \
  /external/chromium_org/base/
base.target.darwin-arm.mk 115 base/files/scoped_file.cc \
base.target.darwin-arm64.mk 115 base/files/scoped_file.cc \
base.target.darwin-mips.mk 115 base/files/scoped_file.cc \
base.target.darwin-mips64.mk 115 base/files/scoped_file.cc \
base.target.darwin-x86.mk 116 base/files/scoped_file.cc \
base.target.darwin-x86_64.mk 116 base/files/scoped_file.cc \
base.target.linux-arm.mk 115 base/files/scoped_file.cc \
base.target.linux-arm64.mk 115 base/files/scoped_file.cc \
base.target.linux-mips.mk 115 base/files/scoped_file.cc \

Completed in 1725 milliseconds

1 2