Home
last modified time | relevance | path

Searched refs:deleteFile (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp40 bool deleteFile(const String& path) in deleteFile() function
42 return PlatformBridge::deleteFile(path); in deleteFile()
DPlatformBridge.h131 static bool deleteFile(const String&);
/external/webkit/Source/WebCore/plugins/
DPluginDatabase.cpp552 deleteFile(absoluteCachePath); in loadPersistentMetadataCache()
575 deleteFile(absoluteCachePath); in loadPersistentMetadataCache()
617 deleteFile(absoluteCachePath); in updatePersistentMetadataCache()
634 deleteFile(absoluteCachePath); in updatePersistentMetadataCache()
647 deleteFile(absoluteCachePath); in updatePersistentMetadataCache()
DPluginStream.cpp310 deleteFile(m_path); in destroyStream()
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h53 virtual bool deleteFile(const WebString& path) { return false; } in deleteFile() function
/external/webkit/Source/WebCore/platform/sql/
DSQLiteFileSystem.cpp118 return deleteFile(fileName); in deleteDatabaseFile()
/external/chromium/webkit/glue/
Dwebfileutilities_impl.h21 virtual bool deleteFile(const WebKit::WebString& path);
Dwebfileutilities_impl.cc36 bool WebFileUtilitiesImpl::deleteFile(const WebString& path) { in deleteFile() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp57 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/platform/
DFileSystem.h163 bool deleteFile(const String&);
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp52 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp61 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp74 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp319 deleteFile(m_filePath); in stop()
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp111 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp90 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp77 bool deleteFile(const String& path) in deleteFile() function
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp821 deleteFile(fullPath); in store()
1254 deleteFile(fullPath); in writeDataToUniqueFileInDirectory()
1439 deleteFile(fullPath); in checkForDeletedResources()
/external/webkit/Source/WebCore/page/
DPageGroup.cpp231 deleteFile(*it); in clearDomStorage()
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp339 bool PlatformBridge::deleteFile(const String& path) in deleteFile() function in WebCore::PlatformBridge
341 return webKitClient()->fileUtilities()->deleteFile(path); in deleteFile()
/external/webkit/Source/WebCore/platform/network/
DFormData.cpp326 deleteFile(e.m_generatedFilename); in removeGeneratedFilesIfNeeded()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp1134 deleteFile(m_completeDatabasePath + "-journal"); in performOpenInitialization()
1135 deleteFile(m_completeDatabasePath); in performOpenInitialization()
/external/webkit/Source/WebKit/win/
DWebPreferences.cpp454 deleteFile(oldPreferencesPath()); in migrateWebKitPreferencesToCFPreferences()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-161415 (WebCore::PlatformBridge::deleteFile):
1635 (WebCore::ChromiumBridge::deleteFile):
1751 (WebCore::ChromiumBridge::deleteFile):
1872 (WebCore::PlatformBridge::deleteFile):
11366 (WebCore::ChromiumBridge::deleteFile):
17816 (WebCore::ChromiumBridge::deleteFile):
18769 (WebCore::ChromiumBridge::deleteFile):
28209 (WebCore::ChromiumBridge::deleteFile):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-146940 Implement the fileExists and deleteFile functions
7016 Implement Windows versions of fileExists and deleteFile.
7024 (WebCore::deleteFile):
8112 (WebCore::deleteFile):
11045 (WebCore::deleteFile): Delete a file
11049 (WebCore::deleteFile):
11052 (WebCore::deleteFile):
11055 (WebCore::deleteFile):

12