HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 24 // GeolocationDispatcher is a delegate for Geolocation messages used by
27 class GeolocationDispatcher : public RenderViewObserver,
30 explicit GeolocationDispatcher(RenderViewImpl* render_view);
31 virtual ~GeolocationDispatcher();
geolocation_dispatcher.cc 24 GeolocationDispatcher::GeolocationDispatcher(RenderViewImpl* render_view)
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::setEnableHighAccuracy(bool enable_high_accuracy)
    [all...]

Completed in 300 milliseconds