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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.cpp 27 #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::cancelPermissionRequest(Geolocation* geolocation
    [all...]
WebGeolocationClient.h 37 class WebGeolocationClient : public WebCore::GeolocationClient {
39 WebGeolocationClient(WebPage* page)
44 virtual ~WebGeolocationClient();
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationClient.h 34 class WebGeolocationClient {
36 virtual ~WebGeolocationClient() {}
WebGeolocationClientMock.h 35 #include "WebGeolocationClient.h"
46 class WebGeolocationClientMock : public WebGeolocationClient {
WebViewClient.h 55 class WebGeolocationClient;
286 virtual WebGeolocationClient* geolocationClient() { return 0; }
  /external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.h 38 class WebGeolocationClient;
42 GeolocationClientProxy(WebGeolocationClient* client);
55 WebGeolocationClient* m_client;
GeolocationClientProxy.cpp 31 #include "WebGeolocationClient.h"
38 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.h 35 class WebGeolocationClient : public WebCore::GeolocationClient {
37 WebGeolocationClient(WebView *);
WebGeolocationClient.mm 26 #import "WebGeolocationClient.h"
47 WebGeolocationClient::WebGeolocationClient(WebView *webView)
52 void WebGeolocationClient::geolocationDestroyed()
57 void WebGeolocationClient::startUpdating()
62 void WebGeolocationClient::stopUpdating()
67 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
89 GeolocationPosition* WebGeolocationClient::lastPosition()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 28 #include "WebGeolocationClient.h"
41 WebGeolocationClient::WebGeolocationClient(WebView* webView)
46 void WebGeolocationClient::geolocationDestroyed()
51 void WebGeolocationClient::startUpdating()
59 void WebGeolocationClient::stopUpdating()
67 GeolocationPosition* WebGeolocationClient::lastPosition()
82 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
WebGeolocationClient.h 39 class WebGeolocationClient : public WebCore::GeolocationClient {
41 WebGeolocationClient(WebView*);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 55 class WebGeolocationClient;
146 virtual WebKit::WebGeolocationClient* geolocationClient();
WebViewHost.cpp 601 WebKit::WebGeolocationClient* WebViewHost::geolocationClient()
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 59 #include "WebGeolocationClient.h"
188 pageClients.geolocationClient = new WebGeolocationClient(this);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 45 #include "WebGeolocationClient.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 64 #import "WebGeolocationClient.h"
732 pageClients.geolocationClient = new WebGeolocationClient(self);
    [all...]

Completed in 632 milliseconds