Searched refs:deleteFile (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp40 bool deleteFile(const String& path) function in namespace:WebCore
42 return PlatformBridge::deleteFile(path);
H A DPlatformBridge.h131 static bool deleteFile(const String&);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp118 return deleteFile(fileName);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h53 virtual bool deleteFile(const WebString& path) { return false; } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h21 virtual bool deleteFile(const WebKit::WebString& path);
H A Dwebfileutilities_impl.cc36 bool WebFileUtilitiesImpl::deleteFile(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp552 deleteFile(absoluteCachePath);
575 deleteFile(absoluteCachePath);
617 deleteFile(absoluteCachePath);
634 deleteFile(absoluteCachePath);
647 deleteFile(absoluteCachePath);
H A DPluginStream.cpp310 deleteFile(m_path);
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h163 bool deleteFile(const String&);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp52 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp57 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp74 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp90 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp61 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp77 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp111 bool deleteFile(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp319 deleteFile(m_filePath);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp821 deleteFile(fullPath);
1254 deleteFile(fullPath);
1439 deleteFile(fullPath);
/external/webkit/Source/WebCore/page/
H A DPageGroup.cpp231 deleteFile(*it);
/external/webkit/Source/WebCore/platform/network/
H A DFormData.cpp326 deleteFile(e.m_generatedFilename);
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp339 bool PlatformBridge::deleteFile(const String& path) function in class:WebCore::PlatformBridge
341 return webKitClient()->fileUtilities()->deleteFile(path);
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1134 deleteFile(m_completeDatabasePath + "-journal");
1135 deleteFile(m_completeDatabasePath);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp454 deleteFile(oldPreferencesPath());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 419 milliseconds

12