Home
last modified time | relevance | path

Searched refs:DoTruncate (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/child/fileapi/
Dwebfilewriter_impl.h34 virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE;
Dwebfilewriter_base.h42 virtual void DoTruncate(const GURL& path, int64 offset) = 0; in NON_EXPORTED_BASE()
Dwebfilewriter_base.cc30 DoTruncate(path_, length); in truncate()
Dwebfilewriter_impl.cc136 void WebFileWriterImpl::DoTruncate(const GURL& path, int64 offset) { in DoTruncate() function in content::WebFileWriterImpl
Dwebfilewriter_base_unittest.cc68 virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE { in DoTruncate() function in content::TestableFileWriter
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_operation_impl.h147 void DoTruncate(const FileSystemURL& url, in NON_EXPORTED_BASE()
Dfile_system_operation_impl.cc183 base::Bind(&FileSystemOperationImpl::DoTruncate, in Truncate()
439 void FileSystemOperationImpl::DoTruncate(const FileSystemURL& url, in DoTruncate() function in fileapi::FileSystemOperationImpl