Home
last modified time | relevance | path

Searched refs:WKGeolocationManagerRef (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKGeolocationManager.h36 typedef void (*WKGeolocationProviderStartUpdatingCallback)(WKGeolocationManagerRef geolocationManag…
37 typedef void (*WKGeolocationProviderStopUpdatingCallback)(WKGeolocationManagerRef geolocationManage…
49 WK_EXPORT void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManager, const WK…
51 WK_EXPORT void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationMan…
52 WK_EXPORT void WKGeolocationManagerProviderDidFailToDeterminePosition(WKGeolocationManagerRef geolo…
DWKGeolocationManager.cpp39 void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManagerRef, const WKGeoloca… in WKGeolocationManagerSetProvider()
46 void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManagerRef, W… in WKGeolocationManagerProviderDidChangePosition()
51 void WKGeolocationManagerProviderDidFailToDeterminePosition(WKGeolocationManagerRef geolocationMana… in WKGeolocationManagerProviderDidFailToDeterminePosition()
DWKContext.h128 WK_EXPORT WKGeolocationManagerRef WKContextGetGeolocationManager(WKContextRef context);
DWKContext.cpp166 WKGeolocationManagerRef WKContextGetGeolocationManager(WKContextRef contextRef) in WKContextGetGeolocationManager()
DWKAPICast.h94 WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h84 typedef const struct OpaqueWKGeolocationManager* WKGeolocationManagerRef; typedef