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

  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationController.h 32 namespace WebCore { class GeolocationController; }
47 WebGeolocationController(WebCore::GeolocationController* c)
52 WebCore::GeolocationController* controller() const { return m_private; }
60 WebCore::GeolocationController* m_private;
  /external/webkit/Source/WebCore/page/
GeolocationController.cpp 27 #include "GeolocationController.h"
36 GeolocationController::GeolocationController(Page* page, GeolocationClient* client)
42 GeolocationController::~GeolocationController()
50 void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy)
70 void GeolocationController::removeObserver(Geolocation* observer)
86 void GeolocationController::requestPermission(Geolocation* geolocation)
92 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation)
98 void GeolocationController::positionChanged(GeolocationPosition* position
    [all...]
GeolocationController.h 43 class GeolocationController {
44 WTF_MAKE_NONCOPYABLE(GeolocationController);
46 GeolocationController(Page*, GeolocationClient*);
47 ~GeolocationController();
Page.h 63 class GeolocationController;
180 GeolocationController* geolocationController() const { return m_geolocationController.get(); }
336 OwnPtr<GeolocationController> m_geolocationController;
Page.cpp 91 #include "GeolocationController.h"
148 , m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient)))
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h 46 class GeolocationController;
57 void setController(GeolocationController*);
80 GeolocationController* m_controller;
GeolocationClientMock.cpp 36 #include "GeolocationController.h"
56 void GeolocationClientMock::setController(GeolocationController *controller)
  /external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.h 44 void setController(WebCore::GeolocationController *controller);
GeolocationClientProxy.cpp 47 void GeolocationClientProxy::setController(WebCore::GeolocationController* controller)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientAndroid.cpp 36 using WebCore::GeolocationController;
GeolocationClientImpl.h 39 class GeolocationController;
GeolocationClientImpl.cpp 31 #include <GeolocationController.h>
170 m_webViewCore->mainFrame()->page()->geolocationController()->positionChanged(m_lastPosition.get());
179 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
218 m_webViewCore->mainFrame()->page()->geolocationController()->positionChanged(m_lastPosition.get());
220 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
window-close-crash.js 2 "when the GeolocationController is destroyed.<br>" +
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 35 #include <WebCore/GeolocationController.h>
91 page->corePage()->geolocationController()->positionChanged(position.get());
107 page->corePage()->geolocationController()->errorOccurred(error.get());
  /external/webkit/Source/WebCore/
Android.mk 499 page/GeolocationController.cpp \
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 137 #include <WebCore/GeolocationController.h>
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 188 #import <WebCore/GeolocationController.h>
    [all...]

Completed in 780 milliseconds