Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:GeolocationPermissions

47     // The GeolocationPermissions class manages Geolocation permissions for the
62 class GeolocationPermissions : public RefCounted<GeolocationPermissions> {
64 // Creates the GeolocationPermissions object to manage permissions for
66 GeolocationPermissions(WebViewCore* webViewCore);
67 virtual ~GeolocationPermissions();
104 // Sets whether the GeolocationPermissions object should always deny
122 void timerFired(WebCore::Timer<GeolocationPermissions>* timer);
155 typedef WTF::Vector<GeolocationPermissions*> GeolocationPermissionsVector;
158 WebCore::Timer<GeolocationPermissions> m_timer;