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

  /external/webkit/WebCore/platform/chromium/
FileSystemChromium.cpp 45 bool deleteEmptyDirectory(const String& path)
47 return ChromiumBridge::deleteEmptyDirectory(path);
ChromiumBridge.h 99 static bool deleteEmptyDirectory(const String&);
  /external/webkit/WebCore/platform/sql/
SQLiteFileSystem.cpp 109 return deleteEmptyDirectory(path);
  /external/webkit/WebCore/platform/
FileSystem.h 125 bool deleteEmptyDirectory(const String&);
  /external/webkit/WebCore/platform/posix/
FileSystemPOSIX.cpp 73 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 58 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebCore/platform/wx/
FileSystemWx.cpp 62 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebKit/chromium/public/
WebKitClient.h 106 virtual bool deleteEmptyDirectory(const WebString& path) { return false; }
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 109 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebCore/platform/network/
FormData.cpp 185 deleteEmptyDirectory(directory);
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 81 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 104 bool deleteEmptyDirectory(const String& path)
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 241 bool ChromiumBridge::deleteEmptyDirectory(const String& path)
243 return webKitClient()->deleteEmptyDirectory(path);

Completed in 462 milliseconds