Home
last modified time | relevance | path

Searched refs:WebGeolocationClient (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebGeolocationClient.cpp41 WebGeolocationClient::~WebGeolocationClient() in ~WebGeolocationClient()
45 void WebGeolocationClient::geolocationDestroyed() in geolocationDestroyed()
51 void WebGeolocationClient::startUpdating() in startUpdating()
56 void WebGeolocationClient::stopUpdating() in stopUpdating()
61 void WebGeolocationClient::setEnableHighAccuracy(bool) in setEnableHighAccuracy()
65 GeolocationPosition* WebGeolocationClient::lastPosition() in lastPosition()
71 void WebGeolocationClient::requestPermission(Geolocation* geolocation) in requestPermission()
76 void WebGeolocationClient::cancelPermissionRequest(Geolocation* geolocation) in cancelPermissionRequest()
DWebGeolocationClient.h37 class WebGeolocationClient : public WebCore::GeolocationClient {
39 WebGeolocationClient(WebPage* page) in WebGeolocationClient() function
44 virtual ~WebGeolocationClient();
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebGeolocationClient.cpp41 WebGeolocationClient::WebGeolocationClient(WebView* webView) in WebGeolocationClient() function in WebGeolocationClient
46 void WebGeolocationClient::geolocationDestroyed() in geolocationDestroyed()
51 void WebGeolocationClient::startUpdating() in startUpdating()
59 void WebGeolocationClient::stopUpdating() in stopUpdating()
67 GeolocationPosition* WebGeolocationClient::lastPosition() in lastPosition()
82 void WebGeolocationClient::requestPermission(Geolocation* geolocation) in requestPermission()
DWebGeolocationClient.h39 class WebGeolocationClient : public WebCore::GeolocationClient {
41 WebGeolocationClient(WebView*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebGeolocationClient.mm26 #import "WebGeolocationClient.h"
47 WebGeolocationClient::WebGeolocationClient(WebView *webView) function
52 void WebGeolocationClient::geolocationDestroyed()
57 void WebGeolocationClient::startUpdating()
62 void WebGeolocationClient::stopUpdating()
67 void WebGeolocationClient::requestPermission(Geolocation* geolocation)
89 GeolocationPosition* WebGeolocationClient::lastPosition()
DWebGeolocationClient.h35 class WebGeolocationClient : public WebCore::GeolocationClient {
37 WebGeolocationClient(WebView *);
/external/webkit/Source/WebKit/chromium/src/
DGeolocationClientProxy.h38 class WebGeolocationClient; variable
42 GeolocationClientProxy(WebGeolocationClient* client);
55 WebGeolocationClient* m_client;
DGeolocationClientProxy.cpp38 GeolocationClientProxy::GeolocationClientProxy(WebGeolocationClient* client) in GeolocationClientProxy()
/external/webkit/Source/WebKit/chromium/public/
DWebGeolocationClient.h34 class WebGeolocationClient {
36 virtual ~WebGeolocationClient() {} in ~WebGeolocationClient()
DWebViewClient.h55 class WebGeolocationClient; variable
286 virtual WebGeolocationClient* geolocationClient() { return 0; } in geolocationClient()
DWebGeolocationClientMock.h46 class WebGeolocationClientMock : public WebGeolocationClient {
/external/webkit/Tools/DumpRenderTree/chromium/
DWebViewHost.h55 class WebGeolocationClient; variable
146 virtual WebKit::WebGeolocationClient* geolocationClient();
DWebViewHost.cpp601 WebKit::WebGeolocationClient* WebViewHost::geolocationClient() in geolocationClient()
/external/webkit/Source/WebKit2/
DWebKit2.pro277 WebProcess/WebCoreSupport/WebGeolocationClient.h \
497 WebProcess/WebCoreSupport/WebGeolocationClient.cpp \
DGNUmakefile.am637 Source/WebKit2/WebProcess/WebCoreSupport/WebGeolocationClient.cpp \
638 Source/WebKit2/WebProcess/WebCoreSupport/WebGeolocationClient.h \
DChangeLog-2011-02-165021 * WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
8567 * WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
8568 (WebKit::WebGeolocationClient::requestPermission):
8569 (WebKit::WebGeolocationClient::cancelPermissionRequest):
8570 * WebProcess/WebCoreSupport/WebGeolocationClient.h:
8702 * WebProcess/WebCoreSupport/WebGeolocationClient.cpp:
8703 * WebProcess/WebCoreSupport/WebGeolocationClient.h:
8961 * WebProcess/WebCoreSupport/WebGeolocationClient.cpp: Added.
8962 (WebKit::WebGeolocationClient::geolocationDestroyed):
8963 (WebKit::WebGeolocationClient::startUpdating):
[all …]
/external/webkit/Source/WebKit/WebKit.xcodeproj/
Dproject.pbxproj360 …8775A00D6133D /* WebGeolocationClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7F884910C…
361 …8775A00D6133D /* WebGeolocationClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC7F884A10…
679 …6133D /* WebGeolocationClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
680 …D /* WebGeolocationClient.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
1326 BC7F884910C8775A00D6133D /* WebGeolocationClient.h */,
1327 BC7F884A10C8775A00D6133D /* WebGeolocationClient.mm */,
1508 BC7F884B10C8775A00D6133D /* WebGeolocationClient.h in Headers */,
1925 BC7F884C10C8775A00D6133D /* WebGeolocationClient.mm in Sources */,
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj461 …54A410004A228 /* WebGeolocationClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1BE1DE12D…
462 …4A410004A228 /* WebGeolocationClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC1BE1DF12…
1366 …4A228 /* WebGeolocationClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1367 …28 /* WebGeolocationClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
2427 BC1BE1DF12D54A410004A228 /* WebGeolocationClient.cpp */,
2428 BC1BE1DE12D54A410004A228 /* WebGeolocationClient.h */,
3601 BC1BE1E012D54A410004A228 /* WebGeolocationClient.h in Headers */,
4214 BC1BE1E112D54A410004A228 /* WebGeolocationClient.cpp in Sources */,
/external/webkit/Source/WebKit/win/
DChangeLog29 * WebCoreSupport/WebGeolocationClient.h:
2017 * WebCoreSupport/WebGeolocationClient.cpp:
2018 (WebGeolocationClient::requestPermission):
2019 * WebCoreSupport/WebGeolocationClient.h:
2020 (WebGeolocationClient::cancelPermissionRequest):
2283 …* WebCoreSupport/WebGeolocationClient.cpp: Renamed from WebKit/win/WebCoreSupport/WebGeolocationCo…
2284 (WebGeolocationClient::WebGeolocationClient):
2285 (WebGeolocationClient::geolocationDestroyed):
2286 (WebGeolocationClient::startUpdating):
2287 (WebGeolocationClient::stopUpdating):
[all …]
DWebView.cpp2598 pageClients.geolocationClient = new WebGeolocationClient(this); in initWithFrame()
/external/webkit/Source/WebKit/mac/
DChangeLog3714 * WebCoreSupport/WebGeolocationClient.h:
3715 (WebGeolocationClient::cancelPermissionRequest):
3716 * WebCoreSupport/WebGeolocationClient.mm:
3717 (WebGeolocationClient::requestPermission):
3984 …* WebCoreSupport/WebGeolocationClient.h: Renamed from WebKit/mac/WebCoreSupport/WebGeolocationCont…
3985 (WebGeolocationClient::webView):
3986 (WebGeolocationClient::setEnableHighAccuracy):
3987 …* WebCoreSupport/WebGeolocationClient.mm: Renamed from WebKit/mac/WebCoreSupport/WebGeolocationCon…
3988 (WebGeolocationClient::WebGeolocationClient):
3989 (WebGeolocationClient::geolocationDestroyed):
[all …]
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp174 'public/WebGeolocationClient.h',
DChangeLog-2011-02-163343 * public/WebGeolocationClient.h: Added.
3344 (WebKit::WebGeolocationClient::~WebGeolocationClient):
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp188 pageClients.geolocationClient = new WebGeolocationClient(this); in WebPage()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm64 #import "WebGeolocationClient.h"
732 pageClients.geolocationClient = new WebGeolocationClient(self);