Home
last modified time | relevance | path

Searched refs:pathByAppendingComponent (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextWin.cpp85 …return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases"… in platformDefaultDatabaseDirectory()
96 …return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "LocalStora… in platformDefaultLocalStorageDirectory()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteFileSystem.cpp80 fileName = pathByAppendingComponent(dbDir, String::format("%016"PRIx64".db", seq)); in getFileNameForNewDatabase()
88 return pathByAppendingComponent(path, fileName); in appendDatabaseFileNameToPath()
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp70 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
72 return PlatformBridge::pathByAppendingComponent(path, component); in pathByAppendingComponent()
DPlatformBridge.h136 static String pathByAppendingComponent(const String& path, const String& component);
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp601 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/
DStorageSyncManager.cpp73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage"); in fullDatabaseFilename()
DIDBSQLiteBackingStore.cpp179 … path = pathByAppendingComponent(pathBase, securityOrigin->databaseIdentifier() + ".indexeddb"); in open()
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h58 …virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { r… in pathByAppendingComponent() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp124 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
219 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile)); in openTemporaryFile()
/external/chromium/webkit/glue/
Dwebfileutilities_impl.h28 virtual WebKit::WebString pathByAppendingComponent(
Dwebfileutilities_impl.cc74 WebString WebFileUtilitiesImpl::pathByAppendingComponent( in pathByAppendingComponent() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp89 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/
DFileSystemWx.cpp93 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
/external/webkit/Source/WebCore/platform/
DFileSystem.h167 String pathByAppendingComponent(const String& path, const String& component);
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp81 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp1097 …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/
DFileSystemPOSIX.cpp183 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp88 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp186 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr, in Open()
DWebSettings.cpp464 String filename = pathByAppendingComponent(path, "ApplicationCache.db"); in Sync()
545 localStorageDatabasePath = WebCore::pathByAppendingComponent( in Sync()
/external/webkit/Source/WebCore/plugins/
DPluginDatabase.cpp536 …String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPlugi… in loadPersistentMetadataCache()
616 …String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPlugi… in updatePersistentMetadataCache()
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp143 String pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function
/external/webkit/Source/WebKit/win/
DWebDatabaseManager.cpp419 …WTF::String databasesDirectory = WebCore::pathByAppendingComponent(WebCore::localUserSpecificStora… in WebKitInitializeWebDatabasesIfNecessary()
DWebPreferences.cpp59 …static String path = pathByAppendingComponent(roamingUserSpecificStorageDirectory(), "WebKitPrefer… in oldPreferencesPath()
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp373 String PlatformBridge::pathByAppendingComponent(const String& path, const String& component) in pathByAppendingComponent() function in WebCore::PlatformBridge
375 return webKitClient()->fileUtilities()->pathByAppendingComponent(path, component); in pathByAppendingComponent()

12