HomeSort by relevance Sort by last modified time
    Searched defs:deleteEmptyDirectory (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 45 bool deleteEmptyDirectory(const String& path)
47 return PlatformBridge::deleteEmptyDirectory(path);
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 41 bool WebFileUtilitiesImpl::deleteEmptyDirectory(const WebString& path) {
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 57 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 62 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 54 virtual bool deleteEmptyDirectory(const WebString& path) { return false; }
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 81 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 101 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 140 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 83 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 118 bool deleteEmptyDirectory(const String& path)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 344 bool PlatformBridge::deleteEmptyDirectory(const String& path)
346 return webKitClient()->fileUtilities()->deleteEmptyDirectory(path);
    [all...]

Completed in 223 milliseconds