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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPermissionRequest.cpp 39 void WKGeolocationPermissionRequestAllow(WKGeolocationPermissionRequestRef geolocationPermissionRequestRef)
44 void WKGeolocationPermissionRequestDeny(WKGeolocationPermissionRequestRef geolocationPermissionRequestRef)
WKGeolocationPermissionRequest.h 37 WK_EXPORT void WKGeolocationPermissionRequestAllow(WKGeolocationPermissionRequestRef geolocationPermissionRequest);
38 WK_EXPORT void WKGeolocationPermissionRequestDeny(WKGeolocationPermissionRequestRef geolocationPermissionRequest);
WKAPICast.h 95 WK_ADD_API_MAPPING(WKGeolocationPermissionRequestRef, GeolocationPermissionRequestProxy)
WKPage.h 178 typedef void (*WKPageDecidePolicyForGeolocationPermissionRequestCallback)(WKPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKGeolocationPermissionRequestRef permissionRequest, const void* clientInfo);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 85 typedef const struct OpaqueWKGeolocationPermissionRequest* WKGeolocationPermissionRequestRef;

Completed in 235 milliseconds