Home
last modified time | relevance | path

Searched refs:WKGeolocationProvider (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKGeolocationManager.h39 struct WKGeolocationProvider { struct
45 typedef struct WKGeolocationProvider WKGeolocationProvider; argument
49 …agerSetProvider(WKGeolocationManagerRef geolocationManager, const WKGeolocationProvider* provider);
DWKGeolocationManager.cpp39 …rSetProvider(WKGeolocationManagerRef geolocationManagerRef, const WKGeolocationProvider* wkProvide… in WKGeolocationManagerSetProvider()
/external/webkit/Source/WebKit2/UIProcess/
DWebGeolocationProvider.h37 class WebGeolocationProvider : public APIClient<WKGeolocationProvider> {
DWebGeolocationManagerProxy.h53 void initializeProvider(const WKGeolocationProvider*);
DWebGeolocationManagerProxy.cpp54 void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProvider* provider) in initializeProvider()