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

  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 45 bool deleteEmptyDirectory(const String& path)
47 return PlatformBridge::deleteEmptyDirectory(path);
PlatformBridge.h 132 static bool deleteEmptyDirectory(const String&);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 22 virtual bool deleteEmptyDirectory(const WebKit::WebString& path);
webfileutilities_impl.cc 41 bool WebFileUtilitiesImpl::deleteEmptyDirectory(const WebString& path) {
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.cpp 113 return deleteEmptyDirectory(path);
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 54 virtual bool deleteEmptyDirectory(const WebString& path) { return false; }
  /external/webkit/Source/WebCore/platform/
FileSystem.h 164 bool deleteEmptyDirectory(const String&);
  /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/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/WebCore/platform/network/
FormData.cpp 327 deleteEmptyDirectory(directory);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 344 bool PlatformBridge::deleteEmptyDirectory(const String& path)
346 return webKitClient()->fileUtilities()->deleteEmptyDirectory(path);
    [all...]

Completed in 426 milliseconds