GeolocationController 299 Source/modules/geolocation/Geolocation.cpp GeolocationController::from(page)->cancelPermissionRequest(this); GeolocationController 313 Source/modules/geolocation/Geolocation.cpp m_lastPosition = createGeoposition(GeolocationController::from(page)->lastPosition()); GeolocationController 623 Source/modules/geolocation/Geolocation.cpp GeolocationController::from(page)->requestPermission(this); GeolocationController 676 Source/modules/geolocation/Geolocation.cpp GeolocationController::from(page)->addObserver(this, notifier->options()->enableHighAccuracy()); GeolocationController 686 Source/modules/geolocation/Geolocation.cpp GeolocationController::from(page)->removeObserver(this); GeolocationController 44 Source/modules/geolocation/Geolocation.h class GeolocationController; GeolocationController 38 Source/modules/geolocation/GeolocationController.cpp GeolocationController::GeolocationController(Page& page, GeolocationClient* client) GeolocationController 50 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::startUpdatingIfNeeded() GeolocationController 58 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::stopUpdatingIfNeeded() GeolocationController 66 Source/modules/geolocation/GeolocationController.cpp GeolocationController::~GeolocationController() GeolocationController 74 Source/modules/geolocation/GeolocationController.cpp PassOwnPtr<GeolocationController> GeolocationController::create(Page& page, GeolocationClient* client) GeolocationController 76 Source/modules/geolocation/GeolocationController.cpp return adoptPtr(new GeolocationController(page, client)); GeolocationController 79 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) GeolocationController 96 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::removeObserver(Geolocation* observer) GeolocationController 112 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::requestPermission(Geolocation* geolocation) GeolocationController 118 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::cancelPermissionRequest(Geolocation* geolocation) GeolocationController 124 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::positionChanged(GeolocationPosition* position) GeolocationController 138 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::errorOccurred(GeolocationError* error) GeolocationController 146 Source/modules/geolocation/GeolocationController.cpp GeolocationPosition* GeolocationController::lastPosition() GeolocationController 157 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::setClientForTest(GeolocationClient* client) GeolocationController 163 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::pageVisibilityChanged() GeolocationController 174 Source/modules/geolocation/GeolocationController.cpp const char* GeolocationController::supplementName() GeolocationController 181 Source/modules/geolocation/GeolocationController.cpp Supplement<Page>::provideTo(page, GeolocationController::supplementName(), GeolocationController::create(page, client)); GeolocationController 45 Source/modules/geolocation/GeolocationController.h class GeolocationController FINAL : public Supplement<Page>, public PageLifecycleObserver { GeolocationController 46 Source/modules/geolocation/GeolocationController.h WTF_MAKE_NONCOPYABLE(GeolocationController); GeolocationController 48 Source/modules/geolocation/GeolocationController.h virtual ~GeolocationController(); GeolocationController 50 Source/modules/geolocation/GeolocationController.h static PassOwnPtr<GeolocationController> create(Page&, GeolocationClient*); GeolocationController 71 Source/modules/geolocation/GeolocationController.h static GeolocationController* from(Page* page) { return static_cast<GeolocationController*>(Supplement<Page>::from(page, supplementName())); } GeolocationController 74 Source/modules/geolocation/GeolocationController.h GeolocationController(Page&, GeolocationClient*); GeolocationController 38 Source/modules/geolocation/GeolocationInspectorAgent.cpp PassOwnPtr<GeolocationInspectorAgent> GeolocationInspectorAgent::create(GeolocationController* controller) GeolocationController 47 Source/modules/geolocation/GeolocationInspectorAgent.cpp GeolocationInspectorAgent::GeolocationInspectorAgent(GeolocationController* controller) GeolocationController 42 Source/modules/geolocation/GeolocationInspectorAgent.h class GeolocationController; GeolocationController 49 Source/modules/geolocation/GeolocationInspectorAgent.h static PassOwnPtr<GeolocationInspectorAgent> create(GeolocationController*); GeolocationController 60 Source/modules/geolocation/GeolocationInspectorAgent.h explicit GeolocationInspectorAgent(GeolocationController*); GeolocationController 61 Source/modules/geolocation/GeolocationInspectorAgent.h GeolocationController* m_controller; GeolocationController 56 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setController(GeolocationController *controller) GeolocationController 45 Source/modules/geolocation/testing/GeolocationClientMock.h class GeolocationController; GeolocationController 54 Source/modules/geolocation/testing/GeolocationClientMock.h void setController(GeolocationController*); GeolocationController 79 Source/modules/geolocation/testing/GeolocationClientMock.h GeolocationController* m_controller; GeolocationController 47 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationController* controller = GeolocationController::from(document->page()); GeolocationController 91 Source/modules/geolocation/testing/InternalsGeolocation.cpp GeolocationController* controller = GeolocationController::from(document->page()); GeolocationController 46 Source/web/GeolocationClientProxy.cpp void GeolocationClientProxy::setController(WebCore::GeolocationController* controller) GeolocationController 44 Source/web/GeolocationClientProxy.h void setController(WebCore::GeolocationController *controller); GeolocationController 402 Source/web/WebViewImpl.cpp m_geolocationClientProxy->setController(GeolocationController::from(m_page.get())); GeolocationController 32 public/web/WebGeolocationController.h namespace WebCore { class GeolocationController; } GeolocationController 47 public/web/WebGeolocationController.h WebGeolocationController(WebCore::GeolocationController* c) GeolocationController 52 public/web/WebGeolocationController.h WebCore::GeolocationController* controller() const { return m_private; } GeolocationController 60 public/web/WebGeolocationController.h WebCore::GeolocationController* m_private;