OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKGeolocationPositionRef
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPosition.h
37
WK_EXPORT
WKGeolocationPositionRef
WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy);
WKGeolocationPosition.cpp
39
WKGeolocationPositionRef
WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy)
WKGeolocationManager.cpp
46
void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManagerRef,
WKGeolocationPositionRef
positionRef)
WKGeolocationManager.h
51
WK_EXPORT void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManager,
WKGeolocationPositionRef
position);
WKAPICast.h
96
WK_ADD_API_MAPPING(
WKGeolocationPositionRef
, WebGeolocationPosition)
/external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h
86
typedef const struct OpaqueWKGeolocationPosition*
WKGeolocationPositionRef
;
Completed in 672 milliseconds