Searched defs:geolocationManager (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebGeolocationProvider.cpp34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager) argument
39 m_client.startUpdating(toAPI(geolocationManager), m_client.clientInfo);
42 void WebGeolocationProvider::stopUpdating(WebGeolocationManagerProxy* geolocationManager) argument
47 m_client.stopUpdating(toAPI(geolocationManager), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.h116 WebGeolocationManager& geolocationManager() { return m_geolocationManager; } function in class:WebKit::WebProcess
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h542 GeolocationManager* geolocationManager() { return &m_geolocationManager; } function in class:android::WebViewCore

Completed in 129 milliseconds