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

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.h 40 class GeolocationPermissionRequestManager {
42 explicit GeolocationPermissionRequestManager(WebPage*);
GeolocationPermissionRequestManager.cpp 27 #include "GeolocationPermissionRequestManager.h"
47 GeolocationPermissionRequestManager::GeolocationPermissionRequestManager(WebPage* page)
52 void GeolocationPermissionRequestManager::startRequestForGeolocation(Geolocation* geolocation)
68 void GeolocationPermissionRequestManager::cancelRequestForGeolocation(Geolocation* geolocation)
78 void GeolocationPermissionRequestManager::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed)

Completed in 122 milliseconds