/external/webkit/Source/WebCore/platform/brew/ |
D | FileSystemBrew.cpp | 133 static bool makeAllDirectories(IFileMgr* fileManager, const String& path) in makeAllDirectories() function 146 if (!makeAllDirectories(fileManager, path.substring(0, lastDivPos))) in makeAllDirectories() 163 bool makeAllDirectories(const String& path) in makeAllDirectories() function 167 return makeAllDirectories(fileMgr.get(), canonicalPath(path)); in makeAllDirectories()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FileSystemChromium.cpp | 75 bool makeAllDirectories(const String& path) in makeAllDirectories() function 77 return PlatformBridge::makeAllDirectories(path); in makeAllDirectories()
|
D | PlatformBridge.h | 137 static bool makeAllDirectories(const String& path);
|
/external/webkit/Source/WebCore/storage/ |
D | StorageSyncManager.cpp | 68 if (!makeAllDirectories(m_path)) { in fullDatabaseFilename()
|
D | IDBSQLiteBackingStore.cpp | 174 if (!makeAllDirectories(pathBase)) { in open()
|
D | IDBLevelDBBackingStore.cpp | 1484 if (!makeAllDirectories(pathBase)) { in open()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileUtilities.h | 59 virtual bool makeAllDirectories(const WebString& path) { return false; } in makeAllDirectories() function
|
/external/webkit/Source/WebCore/platform/wince/ |
D | FileSystemWinCE.cpp | 147 bool makeAllDirectories(const String& path) in makeAllDirectories() function 157 if (!makeAllDirectories(path.substring(0, lastDivPos))) in makeAllDirectories()
|
/external/webkit/Source/WebCore/platform/sql/ |
D | SQLiteFileSystem.cpp | 95 return makeAllDirectories(path); in ensureDatabaseDirectoryExists()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_main.cpp | 195 if (WebCore::makeAllDirectories(wkdir)) { in _ewk_init_body()
|
/external/chromium/webkit/glue/ |
D | webfileutilities_impl.h | 30 virtual bool makeAllDirectories(const WebKit::WebString& path);
|
D | webfileutilities_impl.cc | 83 bool WebFileUtilitiesImpl::makeAllDirectories(const WebString& path) { in makeAllDirectories() function in webkit_glue::WebFileUtilitiesImpl
|
/external/webkit/Source/WebCore/platform/win/ |
D | FileSystemWin.cpp | 113 bool makeAllDirectories(const String& path) in makeAllDirectories() function 174 if (!makeAllDirectories(directory)) in storageDirectory()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | FileSystemWx.cpp | 88 bool makeAllDirectories(const String& path) in makeAllDirectories() function
|
/external/webkit/Source/WebCore/platform/ |
D | FileSystem.h | 168 bool makeAllDirectories(const String& path);
|
/external/webkit/Source/WebCore/platform/qt/ |
D | FileSystemQt.cpp | 76 bool makeAllDirectories(const String& path) in makeAllDirectories() function
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 191 bool makeAllDirectories(const String& path) in makeAllDirectories() function
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | FileSystemGtk.cpp | 151 bool makeAllDirectories(const String& path) in makeAllDirectories() function
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 1101 WebCore::makeAllDirectories(storagePath); in enablePersistentStorage() 1115 WebCore::makeAllDirectories(cachePath); in enablePersistentStorage()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | PlatformBridge.cpp | 378 bool PlatformBridge::makeAllDirectories(const String& path) in makeAllDirectories() function in WebCore::PlatformBridge 380 return webKitClient()->fileUtilities()->makeAllDirectories(path); in makeAllDirectories()
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 605 makeAllDirectories(m_cacheDirectory); in openDatabase() 805 makeAllDirectories(flatFileDirectory); in store()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDatabase.cpp | 615 makeAllDirectories(persistentMetadataCachePath()); in updatePersistentMetadataCache()
|
/external/webkit/Source/WebCore/loader/icon/ |
D | IconDatabase.cpp | 975 makeAllDirectories(m_databaseDirectory); in iconDatabaseSyncThread()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 1422 (WebCore::PlatformBridge::makeAllDirectories): 1642 (WebCore::ChromiumBridge::makeAllDirectories): 1758 (WebCore::ChromiumBridge::makeAllDirectories): 1879 (WebCore::PlatformBridge::makeAllDirectories): 11372 (WebCore::ChromiumBridge::makeAllDirectories): 17822 (WebCore::ChromiumBridge::makeAllDirectories): 18775 (WebCore::ChromiumBridge::makeAllDirectories): 28215 (WebCore::ChromiumBridge::makeAllDirectories):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 6180 (WebCore::makeAllDirectories): 7589 Move the makeAllDirectories() call to the background thread. 7592 …(WebCore::IconDatabase::iconDatabaseSyncThread): makeAllDirectories() here where it's not as expen… 8243 …(WebCore::makeAllDirectories): Small optimization that checks to see if the entire path exists alr… 48394 (WebCore::makeAllDirectories):
|