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

  /external/webkit/WebCore/page/
GeolocationPositionCache.cpp 72 void GeolocationPositionCache::setDatabasePath(const String& databasePath)
76 *s_databaseFile = SQLiteFileSystem::appendDatabaseFileNameToPath(databasePath, databaseName);
  /external/webkit/WebCore/loader/icon/
IconDatabaseNone.cpp 70 bool IconDatabase::open(const String& /*databasePath*/)
84 String IconDatabase::databasePath() const
IconDatabase.h 131 String databasePath() const;
IconDatabase.cpp 119 bool IconDatabase::open(const String& databasePath)
131 m_databaseDirectory = databasePath.crossThreadString();
    [all...]
  /external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp 78 String IconDatabase::databasePath() const { return String(); }
  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.mm 479 static id objectFromPathForKey(NSString *databasePath, id key)
489 NSString *filePath = [[NSString alloc] initWithFormat:@"%@/%s", databasePath, uniqueKey];
521 static NSData* iconDataFromPathForIconURL(NSString *databasePath, NSString *iconURLString)
524 ASSERT(databasePath);
526 NSData *iconData = objectFromPathForKey(databasePath, iconURLString);
593 CFStringRef databasePath = iconDatabase()->databasePath().createCFString();
594 if (databasePath) {
595 CFURLRef databasePathURL = CFURLCreateWithFileSystemPath(0, databasePath, kCFURLPOSIXPathStyle, FALSE);
596 CFRelease(databasePath);
    [all...]
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 91 String databasePath(prefDatabasePath, SysStringLen(prefDatabasePath));
94 if (databasePath.isEmpty()) {
95 databasePath = localUserSpecificStorageDirectory();
96 if (databasePath.isEmpty())
100 if (!iconDatabase()->open(databasePath))
  /frameworks/base/core/java/android/webkit/
WebSettings.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 87 private String databasePath; // default value set in loadFromDb()
221 s.setDatabasePath(b.databasePath);
249 databasePath = ctx.getDir("databases", 0).getPath();
  /external/webkit/WebCore/storage/
DatabaseTracker.cpp 103 String databasePath = trackerDatabasePath();
104 if (!SQLiteFileSystem::ensureDatabaseFileExists(databasePath, createIfDoesNotExist))
107 if (!m_database.open(databasePath)) {
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 545 return WebCore::iconDatabase()->databasePath();
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 339 milliseconds