Home
last modified time | relevance | path

Searched defs:deleteEmptyDirectory (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp45 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h54 virtual bool deleteEmptyDirectory(const WebString& path) { return false; } in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp57 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp62 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc41 bool WebFileUtilitiesImpl::deleteEmptyDirectory(const WebString& path) { in deleteEmptyDirectory() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp140 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp81 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp118 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp101 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp83 bool deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp344 bool PlatformBridge::deleteEmptyDirectory(const String& path) in deleteEmptyDirectory() function in WebCore::PlatformBridge