HomeSort by relevance Sort by last modified time
    Searched refs:WebGeolocationPermissionRequest (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPermissionRequest.cpp 27 #include "public/web/WebGeolocationPermissionRequest.h"
37 WebGeolocationPermissionRequest::WebGeolocationPermissionRequest(Geolocation* geolocation)
42 void WebGeolocationPermissionRequest::reset()
47 WebSecurityOrigin WebGeolocationPermissionRequest::securityOrigin() const
52 void WebGeolocationPermissionRequest::setIsAllowed(bool allowed)
WebGeolocationPermissionRequestManager.cpp 30 #include "public/web/WebGeolocationPermissionRequest.h"
44 int WebGeolocationPermissionRequestManager::add(const WebGeolocationPermissionRequest& permissionRequest)
55 bool WebGeolocationPermissionRequestManager::remove(const WebGeolocationPermissionRequest& permissionRequest, int& id)
67 bool WebGeolocationPermissionRequestManager::remove(int id, WebGeolocationPermissionRequest& permissionRequest)
73 permissionRequest = WebGeolocationPermissionRequest(geolocation);
GeolocationClientProxy.cpp 32 #include "public/web/WebGeolocationPermissionRequest.h"
83 m_client->requestPermission(WebGeolocationPermissionRequest(geolocation));
88 m_client->cancelPermissionRequest(WebGeolocationPermissionRequest(geolocation));
blink_web.target.darwin-arm.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.darwin-arm64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.darwin-mips.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.darwin-mips64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.darwin-x86.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.darwin-x86_64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-arm.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-arm64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-mips.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-mips64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-x86.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
blink_web.target.linux-x86_64.mk 125 third_party/WebKit/Source/web/WebGeolocationPermissionRequest.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 32 class WebGeolocationPermissionRequest;
44 virtual void requestPermission(const WebGeolocationPermissionRequest&) = 0;
45 virtual void cancelPermissionRequest(const WebGeolocationPermissionRequest&) = 0;
WebGeolocationPermissionRequestManager.h 34 class WebGeolocationPermissionRequest;
37 // This class is used to map between integer identifiers and WebGeolocationPermissionRequest
39 // the implementer can call add() to associate an id with the WebGeolocationPermissionRequest object.
48 BLINK_EXPORT int add(const WebGeolocationPermissionRequest&);
49 BLINK_EXPORT bool remove(const WebGeolocationPermissionRequest&, int&);
50 BLINK_EXPORT bool remove(int, WebGeolocationPermissionRequest&);
WebGeolocationPermissionRequest.h 37 // WebGeolocationPermissionRequest encapsulates a WebCore Geolocation object and represents
40 // either WebGeolocationPermissionRequest::setIsAllowed (request complete) or
42 class WebGeolocationPermissionRequest {
44 ~WebGeolocationPermissionRequest() { reset(); }
49 WebGeolocationPermissionRequest(Geolocation*);
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 15 class WebGeolocationPermissionRequest;
43 const blink::WebGeolocationPermissionRequest& permissionRequest);
45 const blink::WebGeolocationPermissionRequest& permissionRequest);
geolocation_dispatcher.cc 10 #include "third_party/WebKit/public/web/WebGeolocationPermissionRequest.h"
19 using blink::WebGeolocationPermissionRequest;
84 const WebGeolocationPermissionRequest& permissionRequest) {
95 const WebGeolocationPermissionRequest& permissionRequest) {
106 WebGeolocationPermissionRequest permissionRequest;

Completed in 390 milliseconds