Searched refs:getAllowed (Results 1 – 3 of 3) sorted by relevance
61 static bool getAllowed(JNIEnv* env, jobject obj, jstring origin) in getAllowed() function64 return GeolocationPermissions::getAllowed(originString); in getAllowed()91 (void*) getAllowed },
97 static bool getAllowed(WTF::String origin);
289 bool GeolocationPermissions::getAllowed(String origin) in getAllowed() function in android::GeolocationPermissions