Searched refs:GeolocationDispatcher (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc24 GeolocationDispatcher::GeolocationDispatcher(RenderViewImpl* render_view) function in class:content::GeolocationDispatcher
31 GeolocationDispatcher::~GeolocationDispatcher() {}
33 bool GeolocationDispatcher::OnMessageReceived(const IPC::Message& message) {
35 IPC_BEGIN_MESSAGE_MAP(GeolocationDispatcher, message)
43 void GeolocationDispatcher::geolocationDestroyed() {
48 void GeolocationDispatcher::startUpdating() {
55 void GeolocationDispatcher::stopUpdating() {
60 void GeolocationDispatcher
[all...]
H A Dgeolocation_dispatcher.h24 // GeolocationDispatcher is a delegate for Geolocation messages used by
27 class GeolocationDispatcher : public RenderViewObserver, class in namespace:content
30 explicit GeolocationDispatcher(RenderViewImpl* render_view);
31 virtual ~GeolocationDispatcher();
H A Drender_view_impl.h139 class GeolocationDispatcher;
1398 GeolocationDispatcher* geolocation_dispatcher_;
H A Drender_view_impl.cc6189 geolocation_dispatcher_ = new GeolocationDispatcher(this);

Completed in 145 milliseconds