Searched defs:DoTruncate (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/child/fileapi/ | ||
D | webfilewriter_impl.cc | 136 void WebFileWriterImpl::DoTruncate(const GURL& path, int64 offset) { in DoTruncate() function in content::WebFileWriterImpl |
D | webfilewriter_base_unittest.cc | 68 virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE { in DoTruncate() function in content::TestableFileWriter |
/external/chromium_org/webkit/browser/fileapi/ | ||
D | file_system_operation_impl.cc | 439 void FileSystemOperationImpl::DoTruncate(const FileSystemURL& url, in DoTruncate() function in fileapi::FileSystemOperationImpl |