HomeSort by relevance Sort by last modified time
    Searched refs:GeolocationController (Results 1 - 14 of 14) 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)
67 void GeolocationController::removeObserver(Geolocation* observer)
83 void GeolocationController::requestPermission(Geolocation* geolocation)
89 void GeolocationController::cancelPermissionRequest(Geolocation* geolocation)
95 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)
  /cts/tests/tests/webkitsecurity/assets/
window-close-crash.js 2 "when the GeolocationController is destroyed.<br>" +
  /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/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 320 milliseconds