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

  /external/webkit/Source/WebKit/android/jni/
GeolocationServiceBridge.h 41 // GeolocationServiceBridge is the bridge to the Java implementation. It manages
44 class GeolocationServiceBridge {
53 GeolocationServiceBridge(Listener*, WebViewCore*);
54 ~GeolocationServiceBridge();
GeolocationServiceBridge.cpp 27 #include "GeolocationServiceBridge.h"
53 (void*) GeolocationServiceBridge::newLocationAvailable },
55 (void*) GeolocationServiceBridge::newErrorAvailable }
75 GeolocationServiceBridge::GeolocationServiceBridge(Listener* listener, WebViewCore* webViewCore)
83 GeolocationServiceBridge::~GeolocationServiceBridge()
89 bool GeolocationServiceBridge::start()
97 void GeolocationServiceBridge::stop()
105 void GeolocationServiceBridge::setEnableGps(bool enable
    [all...]

Completed in 95 milliseconds