Searched refs:setGeolocationPermission (Results 1 – 15 of 15) sorted by relevance
3 window.layoutTestController.setGeolocationPermission(false);
7 window.layoutTestController.setGeolocationPermission(true);
5 window.layoutTestController.setGeolocationPermission(false);
4 window.layoutTestController.setGeolocationPermission(false);
28 window.layoutTestController.setGeolocationPermission(true);
224 void setGeolocationPermission(bool allow);
815 controller->setGeolocationPermission(JSValueToBoolean(context, arguments[0])); in setGeolocationPermissionCallback()1483 void LayoutTestController::setGeolocationPermission(bool allow) in setGeolocationPermission() function in LayoutTestController
13952 … (LayoutTestController::setGeolocationPermission): Added. Sets the Geolocation permission state.