Searched defs:deleteFile (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp40 bool deleteFile(const String& path) function in namespace:WebCore
42 return PlatformBridge::deleteFile(path);
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc36 bool WebFileUtilitiesImpl::deleteFile(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp57 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h53 virtual bool deleteFile(const WebString& path) { return false; } function in class:WebKit::WebFileUtilities
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp74 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp90 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp61 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp52 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp77 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp111 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp339 bool PlatformBridge::deleteFile(const String& path) function in class:WebCore::PlatformBridge
341 return webKitClient()->fileUtilities()->deleteFile(path);

Completed in 75 milliseconds