Searched refs:pathByAppendingComponent (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp80 fileName = pathByAppendingComponent(dbDir, String::format("%016"PRIx64".db", seq));
88 return pathByAppendingComponent(path, fileName);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextWin.cpp85 return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases");
96 return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "LocalStorage");
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp70 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
72 return PlatformBridge::pathByAppendingComponent(path, component);
H A DPlatformBridge.h136 static String pathByAppendingComponent(const String& path, const String& component);
/external/webkit/Source/WebCore/storage/
H A DStorageSyncManager.cpp73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage");
H A DIDBSQLiteBackingStore.cpp179 path = pathByAppendingComponent(pathBase, securityOrigin->databaseIdentifier() + ".indexeddb");
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h58 virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { return WebString(); } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h28 virtual WebKit::WebString pathByAppendingComponent(
H A Dwebfileutilities_impl.cc74 WebString WebFileUtilitiesImpl::pathByAppendingComponent( function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp89 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
173 directory = pathByAppendingComponent(directory, companyNameDirectory + bundleName());
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp124 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
219 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile));
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
804 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
810 fullPath = pathByAppendingComponent(flatFileDirectory, path);
1069 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
1087 path = pathByAppendingComponent(flatFileDirectory, path);
1243 fullPath = pathByAppendingComponent(directory, path);
1431 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
1432 String fullPath = pathByAppendingComponent(flatFileDirectory, path);
1459 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
1462 String fullPath = pathByAppendingComponent(flatFileDirector
[all...]
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h167 String pathByAppendingComponent(const String& path, const String& component);
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp81 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp93 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
/external/webkit/Source/WebKit/android/jni/
H A DCacheManager.cpp92 String filePath = pathByAppendingComponent(getCacheFileBaseDir(env), encodedUrl.data());
H A DWebIconDatabase.cpp186 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr,
H A DWebSettings.cpp464 String filename = pathByAppendingComponent(path, "ApplicationCache.db");
545 localStorageDatabasePath = WebCore::pathByAppendingComponent(
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp88 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp143 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp183 String pathByAppendingComponent(const String& path, const String& component) function in namespace:WebCore
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp536 String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPluginMetadataCacheFilename);
616 String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPluginMetadataCacheFilename);
/external/webkit/Source/WebKit/win/
H A DWebDatabaseManager.cpp419 WTF::String databasesDirectory = WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases");
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp1097 storagePath = WebCore::pathByAppendingComponent(QDir::homePath(), QCoreApplication::applicationName());
1105 QWebSettings::setOfflineStoragePath(WebCore::pathByAppendingComponent(storagePath, "Databases"));
1106 QWebSettings::globalSettings()->setLocalStoragePath(WebCore::pathByAppendingComponent(storagePath, "LocalStorage"));
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp373 String PlatformBridge::pathByAppendingComponent(const String& path, const String& component) function in class:WebCore::PlatformBridge
375 return webKitClient()->fileUtilities()->pathByAppendingComponent(path, component);

Completed in 217 milliseconds

12