OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_databasePath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp
50
String GeolocationPermissions::
s_databasePath
;
396
if (
s_databasePath
.length() > 0)
398
s_databasePath
= path;
404
String filename = SQLiteFileSystem::appendDatabaseFileNameToPath(
s_databasePath
, databaseName);
GeolocationPermissions.h
173
static WTF::String
s_databasePath
;
Completed in 33 milliseconds