Searched refs:truncateFile (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp100 bool truncateFile(PlatformFileHandle handle, long long offset) function in namespace:WebCore
102 return PlatformBridge::truncateFile(handle, offset);
H A DPlatformBridge.h144 static bool truncateFile(PlatformFileHandle, long long offset);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h67 virtual bool truncateFile(FileHandle, long long offset) { return false; } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h39 virtual bool truncateFile(base::PlatformFile handle, long long offset);
H A Dwebfileutilities_impl.cc134 bool WebFileUtilitiesImpl::truncateFile(base::PlatformFile handle, function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h188 bool truncateFile(PlatformFileHandle, long long offset);
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp114 bool truncateFile(PlatformFileHandle handle, long long offset) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp413 bool PlatformBridge::truncateFile(PlatformFileHandle handle, long long offset) function in class:WebCore::PlatformBridge
415 return webKitClient()->fileUtilities()->truncateFile(handle, offset);

Completed in 274 milliseconds