Home
last modified time | relevance | path

Searched defs:deleteFile (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/chromium/
DFileSystemChromium.cpp40 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/posix/
DFileSystemPOSIX.cpp62 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/qt/
DFileSystemQt.cpp53 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/wx/
DFileSystemWx.cpp57 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/wince/
DFileSystemWince.cpp97 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp96 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebCore/platform/win/
DFileSystemWin.cpp75 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/WebKit/chromium/public/
DWebKitClient.h105 virtual bool deleteFile(const WebString& path) { return false; } in deleteFile() function
/external/webkit/WebKit/chromium/src/
DChromiumBridge.cpp236 bool ChromiumBridge::deleteFile(const String& path) in deleteFile() function in WebCore::ChromiumBridge