HomeSort by relevance Sort by last modified time
    Searched refs:pathByAppendingComponent (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.cpp 80 fileName = pathByAppendingComponent(dbDir, String::format("%016"PRIx64".db", seq));
88 return pathByAppendingComponent(path, fileName);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 85 return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases");
96 return WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "LocalStorage");
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 70 String pathByAppendingComponent(const String& path, const String& component)
72 return PlatformBridge::pathByAppendingComponent(path, component);
PlatformBridge.h 136 static String pathByAppendingComponent(const String& path, const String& component);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 28 virtual WebKit::WebString pathByAppendingComponent(
webfileutilities_impl.cc 74 WebString WebFileUtilitiesImpl::pathByAppendingComponent(
  /external/webkit/Source/WebCore/storage/
StorageSyncManager.cpp 73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage");
IDBSQLiteBackingStore.cpp 179 path = pathByAppendingComponent(pathBase, securityOrigin->databaseIdentifier() + ".indexeddb");
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 58 virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { return WebString(); }
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 89 String pathByAppendingComponent(const String& path, const String& component)
173 directory = pathByAppendingComponent(directory, companyNameDirectory + bundleName());
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 124 String pathByAppendingComponent(const String& path, const String& component)
219 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile));
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
804 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
810 fullPath = pathByAppendingComponent(flatFileDirectory, path);
    [all...]
  /external/webkit/Source/WebCore/platform/
FileSystem.h 167 String pathByAppendingComponent(const String& path, const String& component);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 81 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 93 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 92 String filePath = pathByAppendingComponent(getCacheFileBaseDir(env), encodedUrl.data());
WebIconDatabase.cpp 186 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr,
WebSettings.cpp 461 String filename = pathByAppendingComponent(path, "ApplicationCache.db");
542 localStorageDatabasePath = WebCore::pathByAppendingComponent(
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 88 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 143 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 183 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 536 String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPluginMetadataCacheFilename);
616 String absoluteCachePath = pathByAppendingComponent(persistentMetadataCachePath(), persistentPluginMetadataCacheFilename);
  /external/webkit/Source/WebKit/win/
WebDatabaseManager.cpp 419 WTF::String databasesDirectory = WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases");
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 373 String PlatformBridge::pathByAppendingComponent(const String& path, const String& component)
375 return webKitClient()->fileUtilities()->pathByAppendingComponent(path, component);
    [all...]

Completed in 1319 milliseconds

1 2