webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebGeolocationProvider.h>
Public Member Functions | |
void | startUpdating (WebGeolocationManagerProxy *) |
void | stopUpdating (WebGeolocationManagerProxy *) |
void | setEnableHighAccuracy (WebGeolocationManagerProxy *, bool) |
Public Member Functions inherited from API::Client< WKGeolocationProviderBase > | |
Client () | |
void | initialize (const WKGeolocationProviderBase *client) |
const LatestClientInterface & | client () const |
Additional Inherited Members | |
Protected Attributes inherited from API::Client< WKGeolocationProviderBase > | |
LatestClientInterface | m_client |
void WebKit::WebGeolocationProvider::setEnableHighAccuracy | ( | WebGeolocationManagerProxy * | geolocationManager, |
bool | enabled | ||
) |
void WebKit::WebGeolocationProvider::startUpdating | ( | WebGeolocationManagerProxy * | geolocationManager | ) |
void WebKit::WebGeolocationProvider::stopUpdating | ( | WebGeolocationManagerProxy * | geolocationManager | ) |