Home
last modified time | relevance | path

Searched refs:GeolocationServiceBridge (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DGeolocationServiceBridge.cpp53 (void*) GeolocationServiceBridge::newLocationAvailable },
55 (void*) GeolocationServiceBridge::newErrorAvailable }
75 GeolocationServiceBridge::GeolocationServiceBridge(Listener* listener, WebViewCore* webViewCore) in GeolocationServiceBridge() function in android::GeolocationServiceBridge
83 GeolocationServiceBridge::~GeolocationServiceBridge() in ~GeolocationServiceBridge()
89 bool GeolocationServiceBridge::start() in start()
97 void GeolocationServiceBridge::stop() in stop()
105 void GeolocationServiceBridge::setEnableGps(bool enable) in setEnableGps()
114 void GeolocationServiceBridge::newLocationAvailable(JNIEnv* env, jclass, jlong nativeObject, jobjec… in newLocationAvailable()
118 GeolocationServiceBridge* object = reinterpret_cast<GeolocationServiceBridge*>(nativeObject); in newLocationAvailable()
122 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring m… in newErrorAvailable()
[all …]
DGeolocationServiceBridge.h44 class GeolocationServiceBridge {
53 GeolocationServiceBridge(Listener*, WebViewCore*);
54 ~GeolocationServiceBridge();
/external/webkit/Source/WebKit/android/WebCoreSupport/
DGeolocationClientImpl.h47 class GeolocationClientImpl : public WebCore::GeolocationClient, public GeolocationServiceBridge::L…
77 OwnPtr<GeolocationServiceBridge> m_javaBridge;
DGeolocationClientImpl.cpp109 m_javaBridge.set(new GeolocationServiceBridge(this, m_webViewCore)); in startUpdating()
/external/webkit/Source/WebKit/
DAndroid.mk67 android/jni/GeolocationServiceBridge.cpp \
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h74 class GeolocationServiceBridge; variable
/external/webkit/Source/WebCore/
DWebCore.gypi3616 'platform/android/GeolocationServiceBridge.cpp',
3617 'platform/android/GeolocationServiceBridge.h',
DChangeLog-2010-01-297833 * platform/android/GeolocationServiceBridge.cpp:
7834 * platform/android/GeolocationServiceBridge.h:
31492 * platform/android/GeolocationServiceBridge.cpp: Added.
31494 (WebCore::GeolocationServiceBridge::GeolocationServiceBridge):
31495 (WebCore::GeolocationServiceBridge::~GeolocationServiceBridge):
31496 (WebCore::GeolocationServiceBridge::start):
31497 (WebCore::GeolocationServiceBridge::stop):
31498 (WebCore::GeolocationServiceBridge::setEnableGps):
31499 (WebCore::GeolocationServiceBridge::newLocationAvailable):
31500 (WebCore::GeolocationServiceBridge::newErrorAvailable):
[all …]
DChangeLog-2010-12-0655736 (WebCore::GeolocationServiceBridge::~GeolocationServiceBridge):
60800 (WebCore::GeolocationServiceBridge::~GeolocationServiceBridge):