OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoTruncate
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/child/fileapi/
webfilewriter_impl.h
34
virtual void
DoTruncate
(const GURL& path, int64 offset) OVERRIDE;
webfilewriter_base.h
42
virtual void
DoTruncate
(const GURL& path, int64 offset) = 0;
webfilewriter_base.cc
30
DoTruncate
(path_, length);
webfilewriter_impl.cc
133
void WebFileWriterImpl::
DoTruncate
(const GURL& path, int64 offset) {
webfilewriter_base_unittest.cc
68
virtual void
DoTruncate
(const GURL& path, int64 offset) OVERRIDE {
/external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.h
147
void
DoTruncate
(const FileSystemURL& url,
file_system_operation_impl.cc
183
base::Bind(&FileSystemOperationImpl::
DoTruncate
,
437
void FileSystemOperationImpl::
DoTruncate
(const FileSystemURL& url,
Completed in 573 milliseconds