HomeSort by relevance Sort by last modified time
    Searched refs:WKGeolocationManagerRef (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationManager.h 36 typedef void (*WKGeolocationProviderStartUpdatingCallback)(WKGeolocationManagerRef geolocationManager, const void* clientInfo);
37 typedef void (*WKGeolocationProviderStopUpdatingCallback)(WKGeolocationManagerRef geolocationManager, const void* clientInfo);
49 WK_EXPORT void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManager, const WKGeolocationProvider* provider);
51 WK_EXPORT void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManager, WKGeolocationPositionRef position);
52 WK_EXPORT void WKGeolocationManagerProviderDidFailToDeterminePosition(WKGeolocationManagerRef geolocationManager);
WKGeolocationManager.cpp 39 void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManagerRef, const WKGeolocationProvider* wkProvider)
46 void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManagerRef, WKGeolocationPositionRef positionRef)
51 void WKGeolocationManagerProviderDidFailToDeterminePosition(WKGeolocationManagerRef geolocationManagerRef)
WKAPICast.h 94 WK_ADD_API_MAPPING(WKGeolocationManagerRef, WebGeolocationManagerProxy)
WKContext.cpp 166 WKGeolocationManagerRef WKContextGetGeolocationManager(WKContextRef contextRef)
WKContext.h 128 WK_EXPORT WKGeolocationManagerRef WKContextGetGeolocationManager(WKContextRef context);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 84 typedef const struct OpaqueWKGeolocationManager* WKGeolocationManagerRef;

Completed in 48 milliseconds