/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebContextWin.cpp | 85 …return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases"… in platformDefaultDatabaseDirectory() 96 …return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "LocalStora… in platformDefaultLocalStorageDirectory()
|
/external/webkit/Source/WebCore/platform/sql/ |
D | SQLiteFileSystem.cpp | 80 fileName = pathByAppendingComponent(dbDir, String::format("%016"PRIx64".db", seq)); in getFileNameForNewDatabase() 88 return pathByAppendingComponent(path, fileName); in appendDatabaseFileNameToPath()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FileSystemChromium.cpp | 70 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function 72 return PlatformBridge::pathByAppendingComponent(path, component); in pathByAppendingComponent()
|
D | PlatformBridge.h | 136 static String pathByAppendingComponent(const String& path, const String& component);
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheStorage.cpp | 601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db"); in openDatabase() 804 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory); in store() 810 fullPath = pathByAppendingComponent(flatFileDirectory, path); in store() 1069 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory); in loadCache() 1087 path = pathByAppendingComponent(flatFileDirectory, path); in loadCache() 1243 fullPath = pathByAppendingComponent(directory, path); in writeDataToUniqueFileInDirectory() 1431 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory); in checkForDeletedResources() 1432 String fullPath = pathByAppendingComponent(flatFileDirectory, path); in checkForDeletedResources() 1459 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory); in flatFileAreaSize() 1462 String fullPath = pathByAppendingComponent(flatFileDirectory, path); in flatFileAreaSize()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageSyncManager.cpp | 73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage"); in fullDatabaseFilename()
|
D | IDBSQLiteBackingStore.cpp | 179 … path = pathByAppendingComponent(pathBase, securityOrigin->databaseIdentifier() + ".indexeddb"); in open()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileUtilities.h | 58 …virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { r… in pathByAppendingComponent() function
|
/external/webkit/Source/WebCore/platform/wince/ |
D | FileSystemWinCE.cpp | 124 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function 219 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile)); in openTemporaryFile()
|
/external/chromium/webkit/glue/ |
D | webfileutilities_impl.h | 28 virtual WebKit::WebString pathByAppendingComponent(
|
D | webfileutilities_impl.cc | 74 WebString WebFileUtilitiesImpl::pathByAppendingComponent( in pathByAppendingComponent() function in webkit_glue::WebFileUtilitiesImpl
|
/external/webkit/Source/WebCore/platform/win/ |
D | FileSystemWin.cpp | 89 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function 173 directory = pathByAppendingComponent(directory, companyNameDirectory + bundleName()); in storageDirectory()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | FileSystemWx.cpp | 93 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
|
/external/webkit/Source/WebCore/platform/ |
D | FileSystem.h | 167 String pathByAppendingComponent(const String& path, const String& component);
|
/external/webkit/Source/WebCore/platform/qt/ |
D | FileSystemQt.cpp | 81 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 1097 …storagePath = WebCore::pathByAppendingComponent(QDir::homePath(), QCoreApplication::applicationNam… in enablePersistentStorage() 1105 … QWebSettings::setOfflineStoragePath(WebCore::pathByAppendingComponent(storagePath, "Databases")); in enablePersistentStorage() 1106 …QWebSettings::globalSettings()->setLocalStoragePath(WebCore::pathByAppendingComponent(storagePath,… in enablePersistentStorage()
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 183 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
|
/external/webkit/Source/WebCore/platform/brew/ |
D | FileSystemBrew.cpp | 88 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 186 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr, in Open()
|
D | WebSettings.cpp | 464 String filename = pathByAppendingComponent(path, "ApplicationCache.db"); in Sync() 545 localStorageDatabasePath = WebCore::pathByAppendingComponent( in Sync()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDatabase.cpp | 536 …String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPlugi… in loadPersistentMetadataCache() 616 …String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPlugi… in updatePersistentMetadataCache()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | FileSystemGtk.cpp | 143 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
|
/external/webkit/Source/WebKit/win/ |
D | WebDatabaseManager.cpp | 419 …WTF::String databasesDirectory = WebCore::pathByAppendingComponent(WebCore::localUserSpecificStora… in WebKitInitializeWebDatabasesIfNecessary()
|
D | WebPreferences.cpp | 59 …static String path = pathByAppendingComponent(roamingUserSpecificStorageDirectory(), "WebKitPrefer… in oldPreferencesPath()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | PlatformBridge.cpp | 373 String PlatformBridge::pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function in WebCore::PlatformBridge 375 return webKitClient()->fileUtilities()->pathByAppendingComponent(path, component); in pathByAppendingComponent()
|