Searched refs:WebGeolocationClient (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
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 enabled)
66 GeolocationPosition* WebGeolocationClient::lastPosition()
72 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
77 void WebGeolocationClient
[all...]
H A DWebGeolocationClient.h35 class WebGeolocationClient : public WebCore::GeolocationClient { class in namespace:WebKit
37 WebGeolocationClient(WebPage* page) function in class:WebKit::WebGeolocationClient
42 virtual ~WebGeolocationClient();
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebGeolocationClient.cpp28 #include "WebGeolocationClient.h"
42 WebGeolocationClient::WebGeolocationClient(WebView* webView) function in class:WebGeolocationClient
47 void WebGeolocationClient::geolocationDestroyed()
52 void WebGeolocationClient::startUpdating()
60 void WebGeolocationClient::stopUpdating()
68 GeolocationPosition* WebGeolocationClient::lastPosition()
79 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
H A DWebGeolocationClient.h39 class WebGeolocationClient : public WebCore::GeolocationClient { class in inherits:WebCore::GeolocationClient
41 WebGeolocationClient(WebView*);
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebGeolocationClient.h35 class WebGeolocationClient : public WebCore::GeolocationClient { class in inherits:WebCore::GeolocationClient
37 WebGeolocationClient(WebView *);
H A DWebGeolocationClient.mm26 #import "WebGeolocationClient.h"
74 WebGeolocationClient::WebGeolocationClient(WebView *webView)
79 void WebGeolocationClient::geolocationDestroyed()
84 void WebGeolocationClient::startUpdating()
89 void WebGeolocationClient::stopUpdating()
95 void WebGeolocationClient::setEnableHighAccuracy(bool wantsHighAccuracy)
103 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
135 GeolocationPosition* WebGeolocationClient::lastPosition()
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp78 #include "WebGeolocationClient.h"
380 WebCore::provideGeolocationTo(m_page.get(), new WebGeolocationClient(this));
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp52 #include "WebGeolocationClient.h"
2766 provideGeolocationTo(m_page, new WebGeolocationClient(this));
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm66 #import "WebGeolocationClient.h"
942 WebCore::provideGeolocationTo(_private->page, new WebGeolocationClient(self));

Completed in 1500 milliseconds