Home
last modified time | relevance | path

Searched refs:getAllowed (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DGeolocationPermissionsBridge.cpp61 static bool getAllowed(JNIEnv* env, jobject obj, jstring origin) in getAllowed() function
64 return GeolocationPermissions::getAllowed(originString); in getAllowed()
91 (void*) getAllowed },
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationPermissions.h97 static bool getAllowed(WTF::String origin);
DGeolocationPermissions.cpp289 bool GeolocationPermissions::getAllowed(String origin) in getAllowed() function in android::GeolocationPermissions