OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webkit
(Results
176 - 200
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/webkit/
WebResourceResponse.java
17
package android.
webkit
;
WebViewClient.java
17
package android.
webkit
;
86
* Notify the host application that {@link android.
webkit
.WebView} content left over from
90
* {@link android.
webkit
.WebView} visible, ensuring that no stale content is shown. It is called
109
* @param view The {@link android.
webkit
.WebView} for which the navigation occurred.
123
* @param view The {@link android.
webkit
.WebView} that is requesting the
126
* @return A {@link android.
webkit
.WebResourceResponse} containing the
146
* @param view The {@link android.
webkit
.WebView} that is requesting the
149
* @return A {@link android.
webkit
.WebResourceResponse} containing the
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithMailMessages.java
31
import android.
webkit
.WebView;
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java
17
package android.
webkit
;
/packages/apps/Browser/src/com/android/browser/
DeviceAccountLogin.java
25
import android.
webkit
.WebView;
GeolocationPermissionsPrompt.java
24
import android.
webkit
.GeolocationPermissions;
NavTabView.java
25
import android.
webkit
.WebView;
UrlBarAutoShowManager.java
23
import android.
webkit
.WebView;
UrlUtils.java
21
import android.
webkit
.URLUtil;
DownloadHandler.java
33
import android.
webkit
.CookieManager;
34
import android.
webkit
.URLUtil;
ErrorConsoleView.java
27
import android.
webkit
.ConsoleMessage;
28
import android.
webkit
.WebView;
88
// Send the javascript to be evaluated to
webkit
as a javascript: url
89
// TODO: Can we expose access to
webkit
's JS interpreter here and evaluate it that
160
* we can call into
webkit
to evaluate JS expressions in the console.
/packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java
27
import android.
webkit
.WebResourceResponse;
/packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java
23
import android.
webkit
.WebView;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java
24
import android.
webkit
.MimeTypeMap;
/external/proguard/examples/
android.pro
114
@android.
webkit
.JavascriptInterface <methods>;
/external/v8/test/webkit/fast/js/
regexp-lastindex.js
25
'Test for regression against <a href="https://bugs.
webkit
.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
toString-exception.js
25
'This test checks for regression against <a href="https://bugs.
webkit
.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
/external/v8/test/webkit/
regexp-norepeat.js
25
'Test for https://bugs.
webkit
.org/show_bug.cgi?id=46077'
string-replacement-outofmemory.js
25
'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.
webkit
.org/show_bug.cgi?id=102956">bug 102956</a> for more details.'
/external/wpa_supplicant_8/src/utils/
browser.c
2
* Hotspot 2.0 client - Web browser using
WebKit
10
#include <
webkit
/
webkit
.h>
/ndk/docs/Programmers_Guide/html/
resize.js
83
if ($(target).css('-
webkit
-overflow-scrolling')=='touch') return;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
HelpFragment.java
39
import android.
webkit
.WebView;
40
import android.
webkit
.WebViewClient;
SecureConversationViewFragment.java
27
import android.
webkit
.WebResourceResponse;
28
import android.
webkit
.WebView;
/build/tools/droiddoc/templates-ds/assets/
android-developer-core.css
84
line-height:inherit; /* fixes vertical scrolling in
webkit
*/
817
-
webkit
-border-radius:7px;
919
-
webkit
-border-radius:7px;
925
-
webkit
-box-shadow:2px 3px 1px #eee;
935
-
webkit
-border-top-left-radius:7px;
936
-
webkit
-border-top-right-radius:7px;
979
-
webkit
-border-top-left-radius:7px;
980
-
webkit
-border-top-right-radius:7px;
1012
-
webkit
-border-radius:5px;
1015
-
webkit
-box-shadow:2px 3px 1px #eee
[
all
...]
/build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css
84
line-height:inherit; /* fixes vertical scrolling in
webkit
*/
816
-
webkit
-border-radius:7px;
918
-
webkit
-border-radius:7px;
924
-
webkit
-box-shadow:2px 3px 1px #eee;
934
-
webkit
-border-top-left-radius:7px;
935
-
webkit
-border-top-right-radius:7px;
978
-
webkit
-border-top-left-radius:7px;
979
-
webkit
-border-top-right-radius:7px;
1011
-
webkit
-border-radius:5px;
1014
-
webkit
-box-shadow:2px 3px 1px #eee
[
all
...]
Completed in 1428 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>