Searched refs:requestGeolocationPermissionForFrame (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationPermissionClientQt.h49 void requestGeolocationPermissionForFrame(QWebFrame*, Geolocation*);
H A DGeolocationPermissionClientQt.cpp63 void GeolocationPermissionClientQt::requestGeolocationPermissionForFrame(QWebFrame* webFrame, Geolocation* listener) function in class:WebCore::GeolocationPermissionClientQt
H A DGeolocationClientQt.cpp127 GeolocationPermissionClientQt::geolocationPermissionClient()->requestGeolocationPermissionForFrame(webFrame, geolocation);
H A DChromeClientQt.h182 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) { } function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebCore/page/
H A DChrome.h151 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
H A DChrome.cpp437 void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) function in class:WebCore::Chrome
439 m_client->requestGeolocationPermissionForFrame(frame, geolocation);
H A DChromeClient.h222 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) = 0;
H A DGeolocation.cpp620 page->chrome()->requestGeolocationPermissionForFrame(m_frame, this);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h135 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
H A DChromeClientEfl.cpp470 void ChromeClientEfl::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
H A DChromeClientHaiku.cpp364 void ChromeClientHaiku::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h146 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
H A DChromeClientWinCE.cpp373 void ChromeClientWinCE::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h146 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
H A DChromeClientWx.cpp469 void ChromeClientWx::requestGeolocationPermissionForFrame(Frame*, Geolocation*) function in class:WebCore::ChromeClientWx
/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/chromium/src/
H A DChromeClientImpl.h138 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
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/gtk/WebCoreSupport/
H A DChromeClientGtk.h134 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
H A DChromeClientGtk.cpp671 void ChromeClient::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation) function in class:WebKit::ChromeClient
/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/win/WebCoreSupport/
H A DWebChromeClient.h163 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { } function in class:WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h168 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h212 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) {} function in class:WebCore::EmptyChromeClient

Completed in 149 milliseconds

12