HomeSort by relevance Sort by last modified time
    Searched refs:makeAllDirectories (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 75 bool makeAllDirectories(const String& path)
77 return PlatformBridge::makeAllDirectories(path);
PlatformBridge.h 137 static bool makeAllDirectories(const String& path);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 30 virtual bool makeAllDirectories(const WebKit::WebString& path);
webfileutilities_impl.cc 83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) {
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 133 static bool makeAllDirectories(IFileMgr* fileManager, const String& path)
146 if (!makeAllDirectories(fileManager, path.substring(0, lastDivPos)))
163 bool makeAllDirectories(const String& path)
167 return makeAllDirectories(fileMgr.get(), canonicalPath(path));
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.cpp 95 return makeAllDirectories(path);
  /external/webkit/Source/WebCore/storage/
StorageSyncManager.cpp 68 if (!makeAllDirectories(m_path)) {
IDBSQLiteBackingStore.cpp 174 if (!makeAllDirectories(pathBase)) {
    [all...]
IDBLevelDBBackingStore.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 59 virtual bool makeAllDirectories(const WebString& path) { return false; }
  /external/webkit/Source/WebKit/efl/ewk/
ewk_main.cpp 195 if (WebCore::makeAllDirectories(wkdir)) {
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 113 bool makeAllDirectories(const String& path)
174 if (!makeAllDirectories(directory))
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 147 bool makeAllDirectories(const String& path)
157 if (!makeAllDirectories(path.substring(0, lastDivPos)))
  /external/webkit/Source/WebCore/platform/
FileSystem.h 168 bool makeAllDirectories(const String& path);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 76 bool makeAllDirectories(const String& path)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 88 bool makeAllDirectories(const String& path)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 151 bool makeAllDirectories(const String& path)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 191 bool makeAllDirectories(const String& path)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 378 bool PlatformBridge::makeAllDirectories(const String& path)
380 return webKitClient()->fileUtilities()->makeAllDirectories(path);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp     [all...]
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 615 makeAllDirectories(persistentMetadataCachePath());
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 605 makeAllDirectories(m_cacheDirectory);
805 makeAllDirectories(flatFileDirectory);
    [all...]
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp     [all...]

Completed in 5967 milliseconds