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

  /external/chromium_org/webkit/browser/fileapi/
transient_file_util.cc 45 ScopedFile scoped_file(
49 scoped_file.AddScopeOutCallback(
52 return scoped_file.Pass();
  /external/chromium_org/webkit/common/blob/
shareable_file_reference.cc 82 ScopedFile scoped_file) {
83 if (scoped_file.path().empty())
90 ShareableFileMap::value_type(scoped_file.path(), null_reference));
92 scoped_file.Release();
98 new ShareableFileReference(scoped_file.Pass()));
109 ShareableFileReference::ShareableFileReference(ScopedFile scoped_file)
110 : scoped_file_(scoped_file.Pass()) {
shareable_file_reference.h 10 #include "webkit/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 17 #include "webkit/common/blob/scoped_file.h"
97 webkit_blob::ScopedFile scoped_file = local
  /external/chromium_org/webkit/
webkit_storage_common.target.darwin-arm64.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.darwin-mips.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.darwin-x86.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.darwin-x86_64.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.linux-arm64.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.linux-mips.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.linux-x86.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.linux-x86_64.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.darwin-arm.mk 29 webkit/common/blob/scoped_file.cc \
webkit_storage_common.target.linux-arm.mk 29 webkit/common/blob/scoped_file.cc \
  /external/chromium_org/base/
base.target.darwin-arm.mk 114 base/files/scoped_file.cc \
base.target.darwin-arm64.mk 114 base/files/scoped_file.cc \
base.target.darwin-mips.mk 114 base/files/scoped_file.cc \
base.target.darwin-x86.mk 115 base/files/scoped_file.cc \
base.target.darwin-x86_64.mk 115 base/files/scoped_file.cc \
base.target.linux-arm.mk 114 base/files/scoped_file.cc \
base.target.linux-arm64.mk 114 base/files/scoped_file.cc \
base.target.linux-mips.mk 114 base/files/scoped_file.cc \
base.target.linux-x86.mk 115 base/files/scoped_file.cc \
base.target.linux-x86_64.mk 115 base/files/scoped_file.cc \

Completed in 354 milliseconds