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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationManager.h 39 struct WKGeolocationProvider {
45 typedef struct WKGeolocationProvider WKGeolocationProvider;
49 WK_EXPORT void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManager, const WKGeolocationProvider* provider);
WKGeolocationManager.cpp 39 void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManagerRef, const WKGeolocationProvider* wkProvider)
  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationProvider.h 37 class WebGeolocationProvider : public APIClient<WKGeolocationProvider> {
WebGeolocationManagerProxy.h 53 void initializeProvider(const WKGeolocationProvider*);
WebGeolocationManagerProxy.cpp 54 void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProvider* provider)

Completed in 326 milliseconds