Searched defs:requestGeolocationPermissionForFrame (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h174 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { } function in class:WebChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationPermissionClientQt.cpp63 void GeolocationPermissionClientQt::requestGeolocationPermissionForFrame(QWebFrame* webFrame, Geolocation* listener) function in class:WebCore::GeolocationPermissionClientQt
H A DChromeClientQt.h182 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) { } function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h163 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { } function in class:WebChromeClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) { ASSERT_NOT_REACHED(); } function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp364 void ChromeClientHaiku::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp373 void ChromeClientWinCE::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp469 void ChromeClientWx::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp437 void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) function in class:WebCore::Chrome
439 m_client->requestGeolocationPermissionForFrame(frame, geolocation);
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp815 // FIXME: Remove ChromeClientImpl::requestGeolocationPermissionForFrame and ChromeClientImpl::cancelGeolocationPermissionRequestForFrame
819 void ChromeClientImpl::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp470 void ChromeClientEfl::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp671 void ChromeClient::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp579 void WebChromeClient::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h212 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) {} function in class:WebCore::EmptyChromeClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2881 void WebPageProxy::requestGeolocationPermissionForFrame(uint64_t geolocationID, uint64_t frameID, String originIdentifier) function in class:WebKit::WebPageProxy

Completed in 526 milliseconds