Searched defs:makeAllDirectories (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DFileSystemChromium.cpp70 bool makeAllDirectories(const String& path) function in namespace:WebCore
72 return ChromiumBridge::makeAllDirectories(path);
/external/webkit/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp124 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/WebCore/platform/qt/
H A DFileSystemQt.cpp77 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/WebCore/platform/wx/
H A DFileSystemWx.cpp85 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/WebCore/platform/gtk/
H A DFileSystemGtk.cpp163 bool makeAllDirectories(const String& path) function in namespace:WebCore
/external/webkit/WebCore/platform/win/
H A DFileSystemWin.cpp111 bool makeAllDirectories(const String& path) function in namespace:WebCore
170 if (!makeAllDirectories(directory))
/external/webkit/WebCore/platform/wince/
H A DFileSystemWince.cpp133 bool makeAllDirectories(const String& path) function in namespace:WebCore
143 if (!makeAllDirectories(path.substring(0, lastDivPos)))
/external/webkit/WebKit/chromium/public/
H A DWebKitClient.h111 virtual bool makeAllDirectories(const WebString& path) { return false; } function in class:WebKit::WebKitClient
/external/webkit/WebKit/chromium/src/
H A DChromiumBridge.cpp266 bool ChromiumBridge::makeAllDirectories(const String& path) function in class:WebCore::ChromiumBridge
268 return webKitClient()->makeAllDirectories(path);

Completed in 585 milliseconds