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

  /external/chromium_org/webkit/common/blob/
shareable_file_reference.h 54 const base::FilePath& path() const { return scoped_file_.path(); }
67 ScopedFile scoped_file_; member in class:webkit_blob::ShareableFileReference
shareable_file_reference.cc 106 scoped_file_.AddScopeOutCallback(callback, NULL);
110 : scoped_file_(scoped_file.Pass()) {
  /external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.cc 62 scoped_file_ = file_util->CreateSnapshotFile(
73 ShareableFileReference::GetOrCreate(scoped_file_.Pass()));
80 webkit_blob::ScopedFile scoped_file_; member in class:fileapi::__anon17154::GetFileInfoHelper

Completed in 4644 milliseconds