Home
last modified time | relevance | path

Searched defs:closeFile (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DFileSystemHaiku.cpp66 void closeFile(PlatformFileHandle&) in closeFile() function
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp90 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h65 virtual void closeFile(FileHandle&) { } in closeFile() function
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp122 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp157 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc118 void WebFileUtilitiesImpl::closeFile(base::PlatformFile& handle) { in closeFile() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp87 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp222 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp262 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp256 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp262 void closeFile(PlatformFileHandle& handle) in closeFile() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp403 void PlatformBridge::closeFile(PlatformFileHandle& handle) in closeFile() function in WebCore::PlatformBridge