Home
last modified time | relevance | path

Searched defs:GeolocationController (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeolocationClient.h32 class GeolocationController; variable
48 virtual void controllerForTestAdded(GeolocationController*) { } in controllerForTestAdded() argument
49 virtual void controllerForTestRemoved(GeolocationController*) { } in controllerForTestRemoved() argument
DGeolocationInspectorAgent.h42 class GeolocationController; variable
DGeolocation.h44 class GeolocationController; variable
DGeolocationController.cpp39 GeolocationController::GeolocationController(LocalFrame& frame, GeolocationClient* client) in GeolocationController() function in WebCore::GeolocationController
/external/chromium_org/third_party/WebKit/public/web/
DWebGeolocationController.h32 namespace WebCore { class GeolocationController; } variable
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
DGeolocationClientMock.h43 class GeolocationController; variable