Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/core/java/android/webkit/
DWebStorage.java86 private Origin(String origin, long quota, long usage) { in Origin() argument
87 mOrigin = origin; in Origin()
92 private Origin(String origin, long quota) { in Origin() argument
93 mOrigin = origin; in Origin()
97 private Origin(String origin) { in Origin() argument
98 mOrigin = origin; in Origin()
202 String origin = (String) values.get(ORIGIN); in createHandler()
204 Origin website = mOrigins.get(origin); in createHandler()
217 String origin = (String) values.get(ORIGIN); in createHandler()
219 Origin website = mOrigins.get(origin); in createHandler()
[all …]
DGeolocationPermissions.java53 public void invoke(String origin, boolean allow, boolean remember); in invoke() argument
144 String origin = (String) values.get(ORIGIN); in createHandler()
146 boolean allowed = nativeGetAllowed(origin); in createHandler()
225 public void getAllowed(String origin, ValueCallback<Boolean> callback) { in getAllowed() argument
229 if (origin == null) { in getAllowed()
234 boolean allowed = nativeGetAllowed(origin); in getAllowed()
238 values.put(ORIGIN, origin); in getAllowed()
249 public void clear(String origin) { in clear() argument
251 postMessage(Message.obtain(null, CLEAR, origin)); in clear()
259 public void allow(String origin) { in allow() argument
[all …]
DSslErrorHandlerImpl.java88 private SslErrorHandlerImpl(SslErrorHandler origin, LoadListener listener) { in SslErrorHandlerImpl() argument
89 mOriginHandler = origin; in SslErrorHandlerImpl()
DWebChromeClient.java250 public void onGeolocationPermissionsShowPrompt(String origin, in onGeolocationPermissionsShowPrompt() argument
DCallbackProxy.java499 String origin = (String) map.get("origin"); in handleMessage() local
503 mWebChromeClient.onGeolocationPermissionsShowPrompt(origin, in handleMessage()
1469 public void onGeolocationPermissionsShowPrompt(String origin, in onGeolocationPermissionsShowPrompt() argument
1478 map.put("origin", origin); in onGeolocationPermissionsShowPrompt()
DWebViewCore.java419 protected void geolocationPermissionsShowPrompt(String origin) { in geolocationPermissionsShowPrompt() argument
420 mCallbackProxy.onGeolocationPermissionsShowPrompt(origin, in geolocationPermissionsShowPrompt()
422 public void invoke(String origin, boolean allow, boolean remember) { in geolocationPermissionsShowPrompt()
424 data.mOrigin = origin; in geolocationPermissionsShowPrompt()
639 …private native void nativeGeolocationPermissionsProvide(String origin, boolean allow, boolean reme… in nativeGeolocationPermissionsProvide() argument
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DScrollViewButtonsAndLabelsTest.java49 int origin[] = {0, 0}; in setUp() local
50 mScrollView.getLocationOnScreen(origin); in setUp()
51 mScreenTop = origin[1]; in setUp()
52 mScreenBottom = origin[1] + mScrollView.getHeight(); in setUp()
178 int origin[] = {0, 0}; in findFirstButtonOffScreenTop2Bottom() local
179 mScrollView.getLocationOnScreen(origin); in findFirstButtonOffScreenTop2Bottom()
188 if (buttonLoc[1] - origin[1] > screenHeight) { in findFirstButtonOffScreenTop2Bottom()
197 int origin[] = {0, 0}; in findFirstButtonOffScreenBottom2Top() local
198 mScrollView.getLocationOnScreen(origin); in findFirstButtonOffScreenBottom2Top()
DRequestRectangleVisibleTest.java199 static public void assertOnBottomEdgeOfScreen(View origin, View view) { in assertOnBottomEdgeOfScreen() argument
204 origin.getLocationOnScreen(xyRoot); in assertOnBottomEdgeOfScreen()
207 int bottomOfRoot = xyRoot[1] + origin.getHeight(); in assertOnBottomEdgeOfScreen()
220 static public void assertOnTopEdgeOfScreen(View origin, View view) { in assertOnTopEdgeOfScreen() argument
225 origin.getLocationOnScreen(xyRoot); in assertOnTopEdgeOfScreen()
228 int bottomOfRoot = xyRoot[1] + origin.getHeight(); in assertOnTopEdgeOfScreen()
/frameworks/base/test-runner/src/android/test/
DViewAsserts.java36 static public void assertOnScreen(View origin, View view) { in assertOnScreen() argument
41 origin.getLocationOnScreen(xyRoot); in assertOnScreen()
58 static public void assertOffScreenBelow(View origin, View view) { in assertOffScreenBelow() argument
63 origin.getLocationOnScreen(xyRoot); in assertOffScreenBelow()
69 + origin.getHeight() + ")", in assertOffScreenBelow()
70 y > origin.getHeight()); in assertOffScreenBelow()
78 static public void assertOffScreenAbove(View origin, View view) { in assertOffScreenAbove() argument
83 origin.getLocationOnScreen(xyRoot); in assertOffScreenAbove()
98 static public void assertHasScreenCoordinates(View origin, View view, int x, int y) { in assertHasScreenCoordinates() argument
103 origin.getLocationOnScreen(xyRoot); in assertHasScreenCoordinates()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_crashed.txt3 /sdcard/android/layout_tests/http/tests/xmlhttprequest/cross-origin-authorization.html
4 /sdcard/android/layout_tests/http/tests/xmlhttprequest/cross-origin-no-authorization.html
Dlayout_tests_passed.txt7 /sdcard/android/layout_tests/animations/transform-origin-vs-functions.html
1523 /sdcard/android/layout_tests/fast/js/same-origin-subframe-about-blank.html
2621 /sdcard/android/layout_tests/http/tests/appcache/different-origin-manifest.html
2670 /sdcard/android/layout_tests/http/tests/security/postMessage/data-url-sends-null-origin.html
2671 /sdcard/android/layout_tests/http/tests/security/postMessage/origin-unaffected-by-base-tag.html
2672 /sdcard/android/layout_tests/http/tests/security/postMessage/origin-unaffected-by-document-domain.h…
2673 /sdcard/android/layout_tests/http/tests/security/postMessage/javascript-page-still-sends-origin.html
2674 /sdcard/android/layout_tests/http/tests/security/postMessage/invalid-origin-throws-exception.html
2675 /sdcard/android/layout_tests/http/tests/security/postMessage/target-origin.html
2683 /sdcard/android/layout_tests/http/tests/security/originHeader/origin-header-for-get.html
[all …]
Dlayout_tests_failed.txt683 …tests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html
684 …_tests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
687 /sdcard/android/layout_tests/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-a…
688 /sdcard/android/layout_tests/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-d…
719 /sdcard/android/layout_tests/http/tests/security/originHeader/origin-header-for-empty.html
798 /sdcard/android/layout_tests/http/tests/security/cross-origin-xsl-BLOCKED.html
864 /sdcard/android/layout_tests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
865 /sdcard/android/layout_tests/http/tests/xmlhttprequest/origin-header-same-origin-get-sync.html
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DLayoutTestsExecutor.java254 public void onGeolocationPermissionsShowPrompt(String origin,
257 callback.invoke(origin, mGeolocationPermission, false);
264 mPendingGeolocationPermissionCallbacks.put(callback, origin);
651 String origin = mPendingGeolocationPermissionCallbacks.get(callback);
652 callback.invoke(origin, mGeolocationPermission, false);
/frameworks/compile/libbcc/runtime/make/
Dutil.mk103 $(error PRINT: $(value $*) = "$($*)" (from $(origin $*)))
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java526 String origin = (String) mPendingGeolocationPermissionCallbacks.get(callback); in setGeolocationPermission() local
527 callback.invoke(origin, mGeolocationPermission, false); in setGeolocationPermission()
737 public void onGeolocationPermissionsShowPrompt(String origin,
740 callback.invoke(origin, mGeolocationPermission, false);
747 mPendingGeolocationPermissionCallbacks.put(callback, origin);
/frameworks/base/voip/java/android/net/sip/
DSipAudioCall.java355 SipSession origin = mSipSession; in transferToNewSession()
370 if (origin != null) origin.endCall(); in transferToNewSession()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java952 float[] origin = new float[] { 0.f, 0.f}; in mapVectors() local
953 mapPoints(origin); in mapVectors()
961 dst[dstIndex + i] = dst[dstIndex + i] - origin[0]; in mapVectors()
962 dst[dstIndex + i + 1] = dst[dstIndex + i + 1] - origin[1]; in mapVectors()
/frameworks/base/docs/html/resources/articles/
Dqsb.jd124 … none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-bac…
125 … none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-bac…
/frameworks/base/media/jni/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/cmds/dumpsys/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/libs/storage/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/cmds/system_server/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/media/jni/soundpool/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/cmds/bu/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/frameworks/base/keystore/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.

123