Searched refs:truncateFile (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/chromium/ |
D | FileSystemChromium.cpp | 100 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function 102 return PlatformBridge::truncateFile(handle, offset); in truncateFile()
|
D | PlatformBridge.h | 144 static bool truncateFile(PlatformFileHandle, long long offset);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileUtilities.h | 67 virtual bool truncateFile(FileHandle, long long offset) { return false; } in truncateFile() function
|
/external/chromium/webkit/glue/ |
D | webfileutilities_impl.h | 39 virtual bool truncateFile(base::PlatformFile handle, long long offset);
|
D | webfileutilities_impl.cc | 134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle, in truncateFile() function in webkit_glue::WebFileUtilitiesImpl
|
/external/webkit/Source/WebCore/platform/ |
D | FileSystem.h | 188 bool truncateFile(PlatformFileHandle, long long offset);
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 114 bool truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function
|
/external/webkit/Source/WebKit/chromium/src/ |
D | PlatformBridge.cpp | 413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset) in truncateFile() function in WebCore::PlatformBridge 415 return webKitClient()->fileUtilities()->truncateFile(handle, offset); in truncateFile()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 1429 (WebCore::PlatformBridge::truncateFile): 1649 (WebCore::ChromiumBridge::truncateFile): 1765 (WebCore::ChromiumBridge::truncateFile): 1886 (WebCore::PlatformBridge::truncateFile): 11379 (WebCore::ChromiumBridge::truncateFile): 18782 (WebCore::ChromiumBridge::truncateFile):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 20361 (WebCore::truncateFile): 21956 (WebCore::truncateFile): 22173 (WebCore::truncateFile):
|
D | ChangeLog-2010-05-24 | 13773 (WebCore::truncateFile): 25823 (WebCore::truncateFile):
|