HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationPermissionRequestManagerProxy (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.h 36 class GeolocationPermissionRequestManagerProxy {
38 explicit GeolocationPermissionRequestManagerProxy(WebPageProxy*);
GeolocationPermissionRequestManagerProxy.cpp 27 #include "GeolocationPermissionRequestManagerProxy.h"
35 GeolocationPermissionRequestManagerProxy::GeolocationPermissionRequestManagerProxy(WebPageProxy* page)
40 void GeolocationPermissionRequestManagerProxy::invalidateRequests()
50 PassRefPtr<GeolocationPermissionRequestProxy> GeolocationPermissionRequestManagerProxy::createRequest(uint64_t geolocationID)
57 void GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed)

Completed in 45 milliseconds