Home
last modified time | relevance | path

Searched defs:makeAllDirectories (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp133 static bool makeAllDirectories(IFileMgr* fileManager, const String& path) in makeAllDirectories() function
163 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp75 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h59 virtual bool makeAllDirectories(const WebString& path) { return false; } in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp76 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp88 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) { in makeAllDirectories() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp191 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp147 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp151 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp113 bool makeAllDirectories(const String& path) in makeAllDirectories() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp378 bool PlatformBridge::makeAllDirectories(const String& path) in makeAllDirectories() function in WebCore::PlatformBridge