Searched defs:makeAllDirectories (Results 1 - 11 of 11) 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);
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp88 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h59 virtual bool makeAllDirectories(const WebString& path) { return false; } function in class:WebKit::WebFileUtilities
/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/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/WebCore/platform/qt/
H A DFileSystemQt.cpp76 bool makeAllDirectories(const String& path) function in namespace:WebCore
/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/WebKit/chromium/src/
H A DPlatformBridge.cpp378 bool PlatformBridge::makeAllDirectories(const String& path) function in class:WebCore::PlatformBridge
380 return webKitClient()->fileUtilities()->makeAllDirectories(path);

Completed in 206 milliseconds