Searched refs:truncateFile (Results 1 - 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/chromium/ |
H A D | FileSystemChromium.cpp | 100 bool truncateFile(PlatformFileHandle handle, long long offset) function in namespace:WebCore 102 return PlatformBridge::truncateFile(handle, offset);
|
H A D | PlatformBridge.h | 144 static bool truncateFile(PlatformFileHandle, long long offset);
|
/external/webkit/Source/WebKit/chromium/public/ |
H A D | WebFileUtilities.h | 67 virtual bool truncateFile(FileHandle, long long offset) { return false; } function in class:WebKit::WebFileUtilities
|
/external/chromium/webkit/glue/ |
H A D | webfileutilities_impl.h | 39 virtual bool truncateFile(base::PlatformFile handle, long long offset);
|
H A D | webfileutilities_impl.cc | 134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle, function in class:webkit_glue::WebFileUtilitiesImpl
|
/external/webkit/Source/WebCore/platform/ |
H A D | FileSystem.h | 188 bool truncateFile(PlatformFileHandle, long long offset);
|
/external/webkit/Source/WebCore/platform/posix/ |
H A D | FileSystemPOSIX.cpp | 114 bool truncateFile(PlatformFileHandle handle, long long offset) function in namespace:WebCore
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | PlatformBridge.cpp | 413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset) function in class:WebCore::PlatformBridge 415 return webKitClient()->fileUtilities()->truncateFile(handle, offset);
|
Completed in 274 milliseconds