OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationPermissionRequestManagerProxy
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestProxy.h
34
class
GeolocationPermissionRequestManagerProxy
;
40
static PassRefPtr<GeolocationPermissionRequestProxy> create(
GeolocationPermissionRequestManagerProxy
* manager, uint64_t geolocationID)
51
GeolocationPermissionRequestProxy(
GeolocationPermissionRequestManagerProxy
*, uint64_t geolocationID);
55
GeolocationPermissionRequestManagerProxy
* m_manager;
GeolocationPermissionRequestManagerProxy.h
36
class
GeolocationPermissionRequestManagerProxy
{
38
explicit
GeolocationPermissionRequestManagerProxy
(WebPageProxy*);
GeolocationPermissionRequestManagerProxy.cpp
27
#include "
GeolocationPermissionRequestManagerProxy
.h"
35
GeolocationPermissionRequestManagerProxy
::
GeolocationPermissionRequestManagerProxy
(WebPageProxy* page)
40
void
GeolocationPermissionRequestManagerProxy
::invalidateRequests()
50
PassRefPtr<GeolocationPermissionRequestProxy>
GeolocationPermissionRequestManagerProxy
::createRequest(uint64_t geolocationID)
57
void
GeolocationPermissionRequestManagerProxy
::didReceiveGeolocationPermissionDecision(uint64_t geolocationID, bool allowed)
GeolocationPermissionRequestProxy.cpp
29
#include "
GeolocationPermissionRequestManagerProxy
.h"
33
GeolocationPermissionRequestProxy::GeolocationPermissionRequestProxy(
GeolocationPermissionRequestManagerProxy
* manager, uint64_t geolocationID)
WebPageProxy.h
35
#include "
GeolocationPermissionRequestManagerProxy
.h"
[
all
...]
Completed in 172 milliseconds