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 23 // GeolocationDispatcher is a delegate for Geolocation messages used by
26 class GeolocationDispatcher : public RenderFrameObserver,
29 explicit GeolocationDispatcher(RenderFrame* render_frame);
30 virtual ~GeolocationDispatcher();
geolocation_dispatcher.cc 25 GeolocationDispatcher::GeolocationDispatcher(RenderFrame* render_frame)
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::setController
    [all...]

Completed in 152 milliseconds