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

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.h47 // The GeolocationPermissions class manages Geolocation permissions for the
62 class GeolocationPermissions : public RefCounted<GeolocationPermissions> { class in namespace:android
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_time
[all...]
H A DGeolocationPermissions.cpp27 #include "GeolocationPermissions.h"
45 GeolocationPermissions::PermissionsMap GeolocationPermissions::s_permanentPermissions;
46 GeolocationPermissions::GeolocationPermissionsVector GeolocationPermissions::s_instances;
47 bool GeolocationPermissions::s_alwaysDeny = false;
48 bool GeolocationPermissions::s_permanentPermissionsLoaded = false;
49 bool GeolocationPermissions::s_permanentPermissionsModified = false;
50 String GeolocationPermissions::s_databasePath;
52 static const char* databaseName = "GeolocationPermissions
54 GeolocationPermissions::GeolocationPermissions(WebViewCore* webViewCore) function in class:android::GeolocationPermissions
[all...]

Completed in 90 milliseconds