Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/page/
DGeolocationController.h38 class GeolocationClient; variable
46 GeolocationController(Page*, GeolocationClient*);
60 GeolocationClient* client() { return m_client; } in client()
64 GeolocationClient* m_client;
DGeolocationClient.h34 class GeolocationClient {
51 virtual ~GeolocationClient() { } in ~GeolocationClient()
DGeolocationController.cpp36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client) in GeolocationController()
DPage.h62 class GeolocationClient; variable
116 GeolocationClient* geolocationClient;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebGeolocationClient.h26 #import <WebCore/GeolocationClient.h>
35 class WebGeolocationClient : public WebCore::GeolocationClient {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationClientAndroid.h37 class GeolocationClientAndroid : public WebCore::GeolocationClient {
54 WebCore::GeolocationClient* client() const;
DGeolocationClientAndroid.cpp35 using WebCore::GeolocationClient;
91 GeolocationClient* GeolocationClientAndroid::client() const in client()
DGeolocationManager.cpp38 using WebCore::GeolocationClient;
49 GeolocationClient* GeolocationManager::client() const in client()
DGeolocationManager.h55 WebCore::GeolocationClient* client() const;
DGeolocationClientImpl.h47 class GeolocationClientImpl : public WebCore::GeolocationClient, public GeolocationServiceBridge::L…
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebGeolocationClient.h39 class WebGeolocationClient : public WebCore::GeolocationClient {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebGeolocationClient.h37 class WebGeolocationClient : public WebCore::GeolocationClient {
/external/webkit/Source/WebKit/chromium/src/
DGeolocationClientProxy.h40 class GeolocationClientProxy : public WebCore::GeolocationClient {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.h44 class GeolocationClientQt : public QObject, public GeolocationClient {
DDumpRenderTreeSupportQt.cpp96 GeolocationClientMock* toGeolocationClientMock(GeolocationClient* client) in toGeolocationClientMock()
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dwindow-close-crash-expected.txt1 Tests the assertion that the GeolocationClient should not be updating
/external/webkit/Source/WebCore/platform/mock/
DGeolocationClientMock.h51 class GeolocationClientMock : public GeolocationClient {
/external/webkit/Source/WebKit/win/
DChangeLog2002 Move requestGeolocationPermissionForFrame to GeolocationClient
2010 GeolocationClient::requestPermission. The moved code is unchanged
2013 call m_webView.get() as it is a COMPtr in GeolocationClient.
2280 Rename GeolocationControllerClient to GeolocationClient.
/external/webkit/Source/WebKit/
DChangeLog347 Rename GeolocationControllerClient to GeolocationClient.
/external/webkit/Source/WebKit/mac/
DChangeLog3699 Move requestGeolocationPermissionForFrame to GeolocationClient
3707 GeolocationClient::requestPermission, and supporting class
3981 Rename GeolocationControllerClient to GeolocationClient.
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2210 Source/WebCore/page/GeolocationClient.h \
DGNUmakefile.am2224 Source/WebCore/page/GeolocationClient.h \
DWebCore.gypi700 'page/GeolocationClient.h',
DChangeLog-2010-12-061817 Move requestGeolocationPermissionForFrame to GeolocationClient
1829 * page/GeolocationClient.h:
13460 Rename GeolocationControllerClient to GeolocationClient.
13470 * page/GeolocationClient.h: Renamed from WebCore/page/GeolocationControllerClient.h.
13471 (WebCore::GeolocationClient::~GeolocationClient):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4987 …10D5AC8000A77C64 /* GeolocationClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BC56CB1E10D…
11468 …00A77C64 /* GeolocationClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
14344 BC56CB1E10D5AC8000A77C64 /* GeolocationClient.h */,
21174 BC56CB2310D5AC8000A77C64 /* GeolocationClient.h in Headers */,

12