OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGeolocationPermission
(Results
26 - 41
of
41
) sorted by null
1
2
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
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
517
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
718
public void
setGeolocationPermission
(boolean allow) {
719
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 1093 milliseconds
1
2