OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationPermissionRequestManager
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.cpp
27
#include "
GeolocationPermissionRequestManager
.h"
47
GeolocationPermissionRequestManager
::
GeolocationPermissionRequestManager
(WebPage* page)
52
void
GeolocationPermissionRequestManager
::startRequestForGeolocation(Geolocation* geolocation)
68
void
GeolocationPermissionRequestManager
::cancelRequestForGeolocation(Geolocation* geolocation)
78
void
GeolocationPermissionRequestManager
::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed)
GeolocationPermissionRequestManager.h
40
class
GeolocationPermissionRequestManager
{
42
explicit
GeolocationPermissionRequestManager
(WebPage*);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h
32
#include "
GeolocationPermissionRequestManager
.h"
275
GeolocationPermissionRequestManager
&
geolocationPermissionRequestManager
() { return m_geolocationPermissionRequestManager; }
635
GeolocationPermissionRequestManager
m_geolocationPermissionRequestManager;
Completed in 143 milliseconds