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

/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc25 GeolocationDispatcher::GeolocationDispatcher(RenderFrame* render_frame) function in class:content::GeolocationDispatcher
32 GeolocationDispatcher::~GeolocationDispatcher() {}
34 bool GeolocationDispatcher::OnMessageReceived(const IPC::Message& message) {
36 IPC_BEGIN_MESSAGE_MAP(GeolocationDispatcher, message)
44 void GeolocationDispatcher::startUpdating() {
51 void GeolocationDispatcher::stopUpdating() {
56 void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) {
68 void GeolocationDispatcher
[all...]
H A Dgeolocation_dispatcher.h23 // GeolocationDispatcher is a delegate for Geolocation messages used by
26 class GeolocationDispatcher : public RenderFrameObserver, class in namespace:content
29 explicit GeolocationDispatcher(RenderFrame* render_frame);
30 virtual ~GeolocationDispatcher();
H A Drender_frame_impl.h63 class GeolocationDispatcher;
728 GeolocationDispatcher* geolocation_dispatcher_;
H A Drender_frame_impl.cc3039 geolocation_dispatcher_ = new GeolocationDispatcher(this);

Completed in 232 milliseconds