Searched refs:databasePath (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebIconDatabase.cpp | 91 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/ |
D | 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, FA… 596 CFRelease(databasePath);
|
/external/webkit/WebCore/page/ |
D | Geolocation.cpp | 133 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/ |
D | IconDatabaseWince.cpp | 78 String IconDatabase::databasePath() const { return String(); } in databasePath() function in WebCore::IconDatabase
|
/external/webkit/WebCore/loader/icon/ |
D | IconDatabaseNone.cpp | 84 String IconDatabase::databasePath() const in databasePath() function in WebCore::IconDatabase
|
D | IconDatabase.h | 131 String databasePath() const;
|
D | IconDatabase.cpp | 128 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/ |
D | DatabaseTracker.cpp | 101 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/ |
D | qwebsettings.cpp | 504 return WebCore::iconDatabase()->databasePath(); in iconDatabasePath()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 8284 (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
|
D | ChangeLog-2008-08-10 | 56329 * storage/DatabaseTracker.h: Renamed databasePath to databaseDirectoryPath for 79175 (WebCore::DatabaseTracker::databasePath): 80793 (WebCore::DatabaseTracker::databasePath):
|