HomeSort by relevance Sort by last modified time
    Searched refs:WebGeolocationPermissionRequestManager (Results 1 - 14 of 14) 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 "public/web/WebGeolocationPermissionRequestManager.h"
46 int WebGeolocationPermissionRequestManager::add(const blink::WebGeolocationPermissionRequest& permissionRequest)
57 bool WebGeolocationPermissionRequestManager::remove(const blink::WebGeolocationPermissionRequest& permissionRequest, int& id)
69 bool WebGeolocationPermissionRequestManager::remove(int id, blink::WebGeolocationPermissionRequest& permissionRequest)
81 void WebGeolocationPermissionRequestManager::init()
86 void WebGeolocationPermissionRequestManager::reset()
blink_web.target.darwin-arm.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.darwin-arm64.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.darwin-mips.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.darwin-x86.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.darwin-x86_64.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.linux-arm.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.linux-arm64.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.linux-mips.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.linux-x86.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
blink_web.target.linux-x86_64.mk 186 third_party/WebKit/Source/web/WebGeolocationPermissionRequestManager.cpp \
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 16 class WebGeolocationPermissionRequestManager;
59 scoped_ptr<blink::WebGeolocationPermissionRequestManager>
geolocation_dispatcher.cc 11 #include "third_party/WebKit/public/web/WebGeolocationPermissionRequestManager.h"
20 using blink::WebGeolocationPermissionRequestManager;
27 pending_permissions_(new WebGeolocationPermissionRequestManager()),

Completed in 62 milliseconds