HomeSort by relevance Sort by last modified time
    Searched refs:setGeolocationPermission (Results 26 - 42 of 42) sorted by null

12

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-permission-denied.js 6 layoutTestController.setGeolocationPermission(false);
maximum-age.js 29 layoutTestController.setGeolocationPermission(true);
argument-types.js 44 test('navigator.geolocation.getCurrentPosition(layoutTestController.setGeolocationPermission)', false);
57 test('navigator.geolocation.getCurrentPosition(emptyFunction, layoutTestController.setGeolocationPermission)', false);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
CallbackProxy.java 273 mLayoutTestController.setGeolocationPermission(
509 public void setGeolocationPermission(boolean allow) {
TestShellActivity.java 546 public void setGeolocationPermission(boolean allow) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 223 void setGeolocationPermission(bool allow);
LayoutTestControllerQt.cpp 777 void LayoutTestController::setGeolocationPermission(bool allow)
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 338 void LayoutTestController::setGeolocationPermission(bool allow)
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 331 void setGeolocationPermission(const CppArgumentList&, CppVariant*);
LayoutTestController.cpp 150 bindMethod("setGeolocationPermission", &LayoutTestController::setGeolocationPermission);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 286 void setGeolocationPermission(bool allow);
LayoutTestController.cpp     [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestsExecutor.java 724 public void setGeolocationPermission(boolean allow) {
725 Log.i(LOG_TAG, mCurrentTestRelativePath + ": setGeolocationPermission(" + allow +
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 490 void LayoutTestController::setGeolocationPermission(bool allow)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 443 void LayoutTestController::setGeolocationPermission(bool allow)
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 429 void LayoutTestController::setGeolocationPermission(bool allow)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 249 void setGeolocationPermission(bool allow)
279 newPage->setGeolocationPermission(false);
288 newPage->setGeolocationPermission(true);
    [all...]

Completed in 422 milliseconds

12