Searched refs:makeAllDirectories (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp75 bool makeAllDirectories(const String& path) function in namespace:WebCore
77 return PlatformBridge::makeAllDirectories(path);
H A DPlatformBridge.h137 static bool makeAllDirectories(const String& path);
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp133 static bool makeAllDirectories(IFileMgr* fileManager, const String& path) function in namespace:WebCore
146 if (!makeAllDirectories(fileManager, path.substring(0, lastDivPos)))
163 bool makeAllDirectories(const String& path) function in namespace:WebCore
167 return makeAllDirectories(fileMgr.get(), canonicalPath(path));
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp95 return makeAllDirectories(path);
/external/webkit/Source/WebCore/storage/
H A DStorageSyncManager.cpp68 if (!makeAllDirectories(m_path)) {
H A DIDBSQLiteBackingStore.cpp174 if (!makeAllDirectories(pathBase)) {
H A DIDBLevelDBBackingStore.cpp1484 if (!makeAllDirectories(pathBase)) {
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h59 virtual bool makeAllDirectories(const WebString& path) { return false; } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h30 virtual bool makeAllDirectories(const WebKit::WebString& path);
H A Dwebfileutilities_impl.cc83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_main.cpp195 if (WebCore::makeAllDirectories(wkdir)) {
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp113 bool makeAllDirectories(const String& path) function in namespace:WebCore
174 if (!makeAllDirectories(directory))
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp147 bool makeAllDirectories(const String& path) function in namespace:WebCore
157 if (!makeAllDirectories(path.substring(0, lastDivPos)))
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h168 bool makeAllDirectories(const String& path);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp76 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp88 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp151 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp191 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp378 bool PlatformBridge::makeAllDirectories(const String& path) function in class:WebCore::PlatformBridge
380 return webKitClient()->fileUtilities()->makeAllDirectories(path);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp1101 WebCore::makeAllDirectories(storagePath);
1115 WebCore::makeAllDirectories(cachePath);
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp615 makeAllDirectories(persistentMetadataCachePath());
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp605 makeAllDirectories(m_cacheDirectory);
805 makeAllDirectories(flatFileDirectory);
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp975 makeAllDirectories(m_databaseDirectory);

Completed in 415 milliseconds