OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGeolocationPermissionRequestManager
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationPermissionRequestManager.h
43
class
WebGeolocationPermissionRequestManager
: public WebNonCopyable {
45
WebGeolocationPermissionRequestManager
() { init(); }
46
~
WebGeolocationPermissionRequestManager
() { reset(); }
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager.cpp
27
#include "
WebGeolocationPermissionRequestManager
.h"
51
int
WebGeolocationPermissionRequestManager
::add(const WebKit::WebGeolocationPermissionRequest& permissionRequest)
61
bool
WebGeolocationPermissionRequestManager
::remove(const WebKit::WebGeolocationPermissionRequest& permissionRequest, int& id)
73
bool
WebGeolocationPermissionRequestManager
::remove(int id, WebKit::WebGeolocationPermissionRequest& permissionRequest)
85
void
WebGeolocationPermissionRequestManager
::init()
91
void
WebGeolocationPermissionRequestManager
::reset()
webkit.target.darwin-arm.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
webkit.target.darwin-mips.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
webkit.target.darwin-x86.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
webkit.target.linux-arm.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
webkit.target.linux-mips.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
webkit.target.linux-x86.mk
173
third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager
.cpp \
/external/chromium_org/content/renderer/
geolocation_dispatcher.h
16
class
WebGeolocationPermissionRequestManager
;
60
scoped_ptr<WebKit::
WebGeolocationPermissionRequestManager
>
geolocation_dispatcher.cc
11
#include "third_party/WebKit/public/web/
WebGeolocationPermissionRequestManager
.h"
19
using WebKit::
WebGeolocationPermissionRequestManager
;
26
pending_permissions_(new
WebGeolocationPermissionRequestManager
()),
Completed in 565 milliseconds