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

  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceBridge.h 38 // GeolocationServiceBridge is the bridge to the Java implementation. It manages
41 class GeolocationServiceBridge {
44 GeolocationServiceBridge(ListenerInterface* listener, Frame* frame);
45 ~GeolocationServiceBridge();
GeolocationServiceBridge.cpp 27 #include "GeolocationServiceBridge.h"
52 (void*) GeolocationServiceBridge::newLocationAvailable },
54 (void*) GeolocationServiceBridge::newErrorAvailable }
74 GeolocationServiceBridge::GeolocationServiceBridge(ListenerInterface* listener, Frame* frame)
82 GeolocationServiceBridge::~GeolocationServiceBridge()
88 bool GeolocationServiceBridge::start()
96 void GeolocationServiceBridge::stop()
104 void GeolocationServiceBridge::setEnableGps(bool enable
    [all...]

Completed in 252 milliseconds