Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKGeolocationPosition.h37 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, d…
DWKGeolocationPosition.cpp39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double long… in WKGeolocationPositionCreate()
DWKGeolocationManager.cpp46 …idChangePosition(WKGeolocationManagerRef geolocationManagerRef, WKGeolocationPositionRef positionR… in WKGeolocationManagerProviderDidChangePosition()
DWKGeolocationManager.h51 …erDidChangePosition(WKGeolocationManagerRef geolocationManager, WKGeolocationPositionRef position);
DWKAPICast.h96 WK_ADD_API_MAPPING(WKGeolocationPositionRef, WebGeolocationPosition) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h86 typedef const struct OpaqueWKGeolocationPosition* WKGeolocationPositionRef; typedef