|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebGeolocationManagerProxy.h>
Public Member Functions | |
| void | initializeProvider (const WKGeolocationProviderBase *) |
| void | providerDidChangePosition (WebGeolocationPosition *) |
| void | providerDidFailToDeterminePosition (const String &errorMessage=String()) |
Public Member Functions inherited from API::ObjectImpl< API::Object::Type::GeolocationManager > | |
| virtual | ~ObjectImpl () |
Public Member Functions inherited from API::Object | |
| virtual | ~Object () |
Public Member Functions inherited from WebKit::WebContextSupplement | |
| WebContextSupplement (WebProcessPool *processPool) | |
| virtual | ~WebContextSupplement () |
| virtual void | processDidClose (NetworkProcessProxy *) |
| virtual void | processDidClose (DatabaseProcessProxy *) |
| WebProcessPool * | processPool () const |
| void | clearProcessPool () |
| void | ref () |
| void | deref () |
Static Public Member Functions | |
| static const char * | supplementName () |
| static PassRefPtr< WebGeolocationManagerProxy > | create (WebProcessPool *) |
Static Public Member Functions inherited from API::Object | |
| static void * | wrap (API::Object *) |
| static API::Object * | unwrap (void *) |
|
static |
| void WebKit::WebGeolocationManagerProxy::initializeProvider | ( | const WKGeolocationProviderBase * | provider | ) |
| void WebKit::WebGeolocationManagerProxy::providerDidChangePosition | ( | WebGeolocationPosition * | position | ) |
| void WebKit::WebGeolocationManagerProxy::providerDidFailToDeterminePosition | ( | const String & | errorMessage = String() | ) |
|
static |
1.8.13