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

  /external/webkit/WebCore/page/
GeolocationPositionCache.cpp 43 String* GeolocationPositionCache::s_databaseFile = 0;
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))
GeolocationPositionCache.h 53 static String* s_databaseFile;

Completed in 4224 milliseconds