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

  /external/webkit/WebCore/platform/chromium/
FileSystemChromium.cpp 65 String pathByAppendingComponent(const String& path, const String& component)
67 return ChromiumBridge::pathByAppendingComponent(path, component);
ChromiumBridge.h 103 static String pathByAppendingComponent(const String& path, const String& component);
  /external/webkit/WebCore/platform/sql/
SQLiteFileSystem.cpp 76 fileName = pathByAppendingComponent(dbDir, String::format("%016llx.db", seq));
84 return pathByAppendingComponent(path, fileName);
  /external/webkit/WebCore/storage/
StorageSyncManager.cpp 73 return pathByAppendingComponent(m_path, databaseIdentifier + ".localstorage");
  /external/webkit/WebCore/platform/
FileSystem.h 128 String pathByAppendingComponent(const String& path, const String& component);
  /external/webkit/WebCore/platform/posix/
FileSystemPOSIX.cpp 116 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 82 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 87 String pathByAppendingComponent(const String& path, const String& component)
169 directory = pathByAppendingComponent(directory, companyNameDirectory + bundleName());
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 110 String pathByAppendingComponent(const String& path, const String& component)
200 proposedPath = pathByAppendingComponent(String(tempPath), String(tempFile));
  /external/webkit/WebCore/platform/wx/
FileSystemWx.cpp 90 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/WebKit/chromium/public/
WebKitClient.h 110 virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { return WebString(); }
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 969 storagePath = WebCore::pathByAppendingComponent(QDir::homePath(), QCoreApplication::applicationName());
977 QWebSettings::setOfflineStoragePath(WebCore::pathByAppendingComponent(storagePath, "Databases"))
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontDatabase.cpp 62 static String path = pathByAppendingComponent(localUserSpecificStorageDirectory(), "FontsList.plist");
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 155 String pathByAppendingComponent(const String& path, const String& component)
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 261 String ChromiumBridge::pathByAppendingComponent(const String& path, const String& component)
263 return webKitClient()->pathByAppendingComponent(path, component);
  /external/webkit/WebKit/win/
WebDatabaseManager.cpp 379 WebCore::String databasesDirectory = WebCore::pathByAppendingComponent(WebCore::localUserSpecificStorageDirectory(), "Databases");
WebPreferences.cpp 60 static String path = pathByAppendingComponent(roamingUserSpecificStorageDirectory(), "WebKitPreferences.plist");
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 465 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 134 m_completeDatabasePath = pathByAppendingComponent(m_databaseDirectory, defaultDatabaseFilename());
    [all...]

Completed in 574 milliseconds