Home
last modified time | relevance | path

Searched refs:setGeolocationPermission (Results 1 – 15 of 15) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
Dpermission-denied.js3 window.layoutTestController.setGeolocationPermission(false);
Dsuccess.js7 window.layoutTestController.setGeolocationPermission(true);
Dtimeout.js7 window.layoutTestController.setGeolocationPermission(true);
Dposition-string.js7 window.layoutTestController.setGeolocationPermission(true);
Dcallback-exception.js7 window.layoutTestController.setGeolocationPermission(true);
Dpermission-denied-stops-watches.js5 window.layoutTestController.setGeolocationPermission(false);
Dpermission-denied-already-success.js4 window.layoutTestController.setGeolocationPermission(false);
Dpermission-denied-already-error.js4 window.layoutTestController.setGeolocationPermission(false);
Dpermission-denied-already-clear-watch.js4 window.layoutTestController.setGeolocationPermission(false);
Dreentrant-success.js7 window.layoutTestController.setGeolocationPermission(true);
Dwatch.js28 window.layoutTestController.setGeolocationPermission(true);
Dmaximum-age.js28 window.layoutTestController.setGeolocationPermission(true);
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h224 void setGeolocationPermission(bool allow);
DLayoutTestController.cpp815 controller->setGeolocationPermission(JSValueToBoolean(context, arguments[0])); in setGeolocationPermissionCallback()
1483 void LayoutTestController::setGeolocationPermission(bool allow) in setGeolocationPermission() function in LayoutTestController
/external/webkit/WebKitTools/
DChangeLog13952 … (LayoutTestController::setGeolocationPermission): Added. Sets the Geolocation permission state.