Searched refs:DoTruncate (Results 1 – 7 of 7) sorted by relevance
34 virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE;
42 virtual void DoTruncate(const GURL& path, int64 offset) = 0; in NON_EXPORTED_BASE()
30 DoTruncate(path_, length); in truncate()
136 void WebFileWriterImpl::DoTruncate(const GURL& path, int64 offset) { in DoTruncate() function in content::WebFileWriterImpl
68 virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE { in DoTruncate() function in content::TestableFileWriter
147 void DoTruncate(const FileSystemURL& url, in NON_EXPORTED_BASE()
183 base::Bind(&FileSystemOperationImpl::DoTruncate, in Truncate()439 void FileSystemOperationImpl::DoTruncate(const FileSystemURL& url, in DoTruncate() function in fileapi::FileSystemOperationImpl