Searched defs:WebGeolocationClient (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationClient.h34 class WebGeolocationClient { class in namespace:WebKit
36 virtual ~WebGeolocationClient() {}
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.h37 class WebGeolocationClient : public WebCore::GeolocationClient { class in namespace:WebKit
39 WebGeolocationClient(WebPage* page) function in class:WebKit::WebGeolocationClient
44 virtual ~WebGeolocationClient();
H A DWebGeolocationClient.cpp27 #include "WebGeolocationClient.h"
41 WebGeolocationClient::~WebGeolocationClient()
45 void WebGeolocationClient::geolocationDestroyed()
51 void WebGeolocationClient::startUpdating()
56 void WebGeolocationClient::stopUpdating()
61 void WebGeolocationClient::setEnableHighAccuracy(bool)
65 GeolocationPosition* WebGeolocationClient::lastPosition()
71 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
76 void WebGeolocationClient
[all...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebGeolocationClient.h35 class WebGeolocationClient : public WebCore::GeolocationClient { class in inherits:WebCore::GeolocationClient
37 WebGeolocationClient(WebView *);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebGeolocationClient.h39 class WebGeolocationClient : public WebCore::GeolocationClient { class in inherits:WebCore::GeolocationClient
41 WebGeolocationClient(WebView*);
H A DWebGeolocationClient.cpp28 #include "WebGeolocationClient.h"
41 WebGeolocationClient::WebGeolocationClient(WebView* webView) function in class:WebGeolocationClient
46 void WebGeolocationClient::geolocationDestroyed()
51 void WebGeolocationClient::startUpdating()
59 void WebGeolocationClient::stopUpdating()
67 GeolocationPosition* WebGeolocationClient::lastPosition()
82 void WebGeolocationClient::requestPermission(Geolocation* geolocation)

Completed in 287 milliseconds