Searched defs:GeolocationPermissionRequestManagerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.h36 class GeolocationPermissionRequestManagerProxy { class in namespace:WebKit
38 explicit GeolocationPermissionRequestManagerProxy(WebPageProxy*);
H A DGeolocationPermissionRequestManagerProxy.cpp27 #include "GeolocationPermissionRequestManagerProxy.h"
35 GeolocationPermissionRequestManagerProxy::GeolocationPermissionRequestManagerProxy(WebPageProxy* page) function in class:WebKit::GeolocationPermissionRequestManagerProxy
40 void GeolocationPermissionRequestManagerProxy::invalidateRequests()
50 PassRefPtr<GeolocationPermissionRequestProxy> GeolocationPermissionRequestManagerProxy::createRequest(uint64_t geolocationID)
57 void GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed)

Completed in 64 milliseconds