OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cancelPermissionRequest
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.h
48
void
cancelPermissionRequest
(WebCore::Geolocation*) { };
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.h
50
virtual void
cancelPermissionRequest
(WebCore::Geolocation*) { }
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebGeolocationClient.cpp
76
void WebGeolocationClient::
cancelPermissionRequest
(Geolocation* geolocation)
/external/webkit/Source/WebCore/page/
GeolocationController.cpp
92
void GeolocationController::
cancelPermissionRequest
(Geolocation* geolocation)
95
m_client->
cancelPermissionRequest
(geolocation);
/external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientAndroid.cpp
79
void GeolocationClientAndroid::
cancelPermissionRequest
(Geolocation* geolocation)
81
client()->
cancelPermissionRequest
(geolocation);
GeolocationClientImpl.cpp
153
void GeolocationClientImpl::
cancelPermissionRequest
(Geolocation* geolocation)
/external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.cpp
93
void GeolocationClientProxy::
cancelPermissionRequest
(WebCore::Geolocation* geolocation)
95
m_client->
cancelPermissionRequest
(WebGeolocationPermissionRequest(geolocation));
WebGeolocationClientMock.cpp
126
void WebGeolocationClientMock::
cancelPermissionRequest
(const WebGeolocationPermissionRequest& request)
128
m_clientMock->
cancelPermissionRequest
(request.geolocation());
/external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp
94
void GeolocationClientMock::
cancelPermissionRequest
(Geolocation* geolocation)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp
130
void GeolocationClientQt::
cancelPermissionRequest
(Geolocation* geolocation)
Completed in 4982 milliseconds