Home
last modified time | relevance | path

Searched refs:databasePath (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebKit/win/
DWebIconDatabase.cpp91 String databasePath(prefDatabasePath, SysStringLen(prefDatabasePath)); in startUpIconDatabase() local
94 if (databasePath.isEmpty()) { in startUpIconDatabase()
95 databasePath = localUserSpecificStorageDirectory(); in startUpIconDatabase()
96 if (databasePath.isEmpty()) in startUpIconDatabase()
100 if (!iconDatabase()->open(databasePath)) in startUpIconDatabase()
/external/webkit/WebKit/mac/Misc/
DWebIconDatabase.mm479 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, FA…
596 CFRelease(databasePath);
/external/webkit/WebCore/page/
DGeolocation.cpp133 static void setDatabasePath(String databasePath) in setDatabasePath() argument
135 s_databaseFile = databasePath + databaseName; in setDatabasePath()
576 void Geolocation::setDatabasePath(String databasePath) in setDatabasePath() argument
578 CachedPositionManager::setDatabasePath(databasePath); in setDatabasePath()
/external/webkit/WebCore/loader/icon/wince/
DIconDatabaseWince.cpp78 String IconDatabase::databasePath() const { return String(); } in databasePath() function in WebCore::IconDatabase
/external/webkit/WebCore/loader/icon/
DIconDatabaseNone.cpp84 String IconDatabase::databasePath() const in databasePath() function in WebCore::IconDatabase
DIconDatabase.h131 String databasePath() const;
DIconDatabase.cpp128 bool IconDatabase::open(const String& databasePath) in open() argument
140 m_databaseDirectory = databasePath.copy(); in open()
861 String IconDatabase::databasePath() const in databasePath() function in WebCore::IconDatabase
/external/webkit/WebCore/storage/
DDatabaseTracker.cpp101 String databasePath = trackerDatabasePath(); in openTrackerDatabase() local
102 if (!SQLiteFileSystem::ensureDatabaseFileExists(databasePath, createIfDoesNotExist)) in openTrackerDatabase()
105 if (!m_database.open(databasePath)) { in openTrackerDatabase()
/external/webkit/WebKit/qt/Api/
Dqwebsettings.cpp504 return WebCore::iconDatabase()->databasePath(); in iconDatabasePath()
/external/webkit/WebCore/
DChangeLog-2007-10-148284 (WebCore::IconDatabase::databasePath):
18275 (WebCore::IconDatabase::databasePath):
18287 made this method const (necessary to make IconDatabase::databasePath const)
18288 (WebCore::IconDatabase::databasePath):
18300 made this method const (necessary to make IconDatabase::databasePath const)
18305 added symbol for IconDatabase::databasePath
DChangeLog-2008-08-1056329 * storage/DatabaseTracker.h: Renamed databasePath to databaseDirectoryPath for
79175 (WebCore::DatabaseTracker::databasePath):
80793 (WebCore::DatabaseTracker::databasePath):