Searched refs:s_databaseFile (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
H A DGeolocationPositionCache.cpp43 String* GeolocationPositionCache::s_databaseFile = 0; member in class:WebCore::GeolocationPositionCache
74 if (!s_databaseFile)
75 s_databaseFile = new String;
76 *s_databaseFile = SQLiteFileSystem::appendDatabaseFileNameToPath(databasePath, databaseName);
86 if (!s_databaseFile || !database.open(*s_databaseFile))
128 if (!s_databaseFile || !database.open(*s_databaseFile))
H A DGeolocationPositionCache.h53 static String* s_databaseFile; member in class:WebCore::GeolocationPositionCache

Completed in 46 milliseconds