Searched refs:GeolocationPermissionRequestManagerProxy (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestProxy.h34 class GeolocationPermissionRequestManagerProxy;
40 static PassRefPtr<GeolocationPermissionRequestProxy> create(GeolocationPermissionRequestManagerProxy* manager, uint64_t geolocationID)
51 GeolocationPermissionRequestProxy(GeolocationPermissionRequestManagerProxy*, uint64_t geolocationID);
55 GeolocationPermissionRequestManagerProxy* m_manager;
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)
H A DGeolocationPermissionRequestManagerProxy.h36 class GeolocationPermissionRequestManagerProxy { class in namespace:WebKit
38 explicit GeolocationPermissionRequestManagerProxy(WebPageProxy*);
H A DGeolocationPermissionRequestProxy.cpp29 #include "GeolocationPermissionRequestManagerProxy.h"
33 GeolocationPermissionRequestProxy::GeolocationPermissionRequestProxy(GeolocationPermissionRequestManagerProxy* manager, uint64_t geolocationID)
H A DWebPageProxy.h35 #include "GeolocationPermissionRequestManagerProxy.h"
750 GeolocationPermissionRequestManagerProxy m_geolocationPermissionRequestManager;

Completed in 69 milliseconds