Searched refs:GeolocationServiceBridge (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
D | GeolocationServiceBridge.cpp | 53 (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 …]
|
D | GeolocationServiceBridge.h | 44 class GeolocationServiceBridge { 53 GeolocationServiceBridge(Listener*, WebViewCore*); 54 ~GeolocationServiceBridge();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | GeolocationClientImpl.h | 47 class GeolocationClientImpl : public WebCore::GeolocationClient, public GeolocationServiceBridge::L… 77 OwnPtr<GeolocationServiceBridge> m_javaBridge;
|
D | GeolocationClientImpl.cpp | 109 m_javaBridge.set(new GeolocationServiceBridge(this, m_webViewCore)); in startUpdating()
|
/external/webkit/Source/WebKit/ |
D | Android.mk | 67 android/jni/GeolocationServiceBridge.cpp \
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformBridge.h | 74 class GeolocationServiceBridge; variable
|
/external/webkit/Source/WebCore/ |
D | WebCore.gypi | 3616 'platform/android/GeolocationServiceBridge.cpp', 3617 'platform/android/GeolocationServiceBridge.h',
|
D | ChangeLog-2010-01-29 | 7833 * 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 …]
|
D | ChangeLog-2010-12-06 | 55736 (WebCore::GeolocationServiceBridge::~GeolocationServiceBridge): 60800 (WebCore::GeolocationServiceBridge::~GeolocationServiceBridge):
|