Home
last modified time | relevance | path

Searched refs:s_alwaysDeny (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
DGeolocationPermissions.cpp46 bool GeolocationPermissions::s_alwaysDeny = false; member in android::GeolocationPermissions
79 if (s_alwaysDeny) { in queryPermissionState()
415 s_alwaysDeny = deny; in setAlwaysDeny()
DGeolocationPermissions.h170 static bool s_alwaysDeny; variable