HomeSort by relevance Sort by last modified time
    Searched refs:webkit (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /external/webkit/WebKit/gtk/webkit/
webkitwebwindowfeatures.h 25 #include <webkit/webkitdefines.h>
webkitwebbackforwardlist.h 26 #include <webkit/webkitdefines.h>
27 #include <webkit/webkitwebhistoryitem.h>
webkitnetworkrequest.h 26 #include <webkit/webkitdefines.h>
webkitnetworkresponse.h 26 #include <webkit/webkitdefines.h>
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
builders.py 1 from webkit.factories import *
13 # WebKit/History/WebBackForwardList.mm: In function 'WebHistoryItem* -[WebBackForwardList currentItem](WebBackForwardList*, objc_selector*)':
14 # WebKit/History/WebBackForwardList.mm:178: internal compiler error: Bus error
  /frameworks/base/core/java/android/webkit/
PluginList.java 17 package android.webkit;
CookieSyncManager.java 17 package android.webkit;
21 import android.webkit.CookieManager.Cookie;
Plugin.java 17 package android.webkit;
24 import android.webkit.WebView;
28 * C++ class in libs/WebKitLib/WebKit/WebCore/plugins/android/)
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java 27 import android.webkit.JsPromptResult;
28 import android.webkit.JsResult;
29 import android.webkit.SslErrorHandler;
30 import android.webkit.WebView;
218 Log.v(TAG, "WebKit result:");
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 50 -webkit-svg-shadow
  /external/webkit/WebKit/gtk/tests/
testnetworkrequest.c 26 #include <webkit/webkit.h>
94 g_test_bug_base("https://bugs.webkit.org/");
95 g_test_add_func("/webkit/networkrequest/createdestroy", test_network_request_create_destroy);
96 g_test_add_func("/webkit/networkrequest/properties", test_network_request_properties);
testnetworkresponse.c 27 #include <webkit/webkit.h>
95 g_test_bug_base("https://bugs.webkit.org/");
96 g_test_add_func("/webkit/networkresponse/createdestroy", test_network_response_create_destroy);
97 g_test_add_func("/webkit/networkresponse/properties", test_network_response_properties);
testwindow.c 21 #include <webkit/webkit.h>
64 "<html><body>WebKit!</body><script>document.getElementsByTagName('body')[0].style.overflow = 'hidden';</script></html>",
80 "<html><body>WebKit!</body><script>document.getElementsByTagName('body')[0].style.overflow = 'scroll';</script></html>",
96 "<html><body>WebKit!</body><script>document.getElementsByTagName('body')[0].style.overflow = 'auto';</script></html>",
118 g_test_bug_base("https://bugs.webkit.org/");
119 g_test_add_func("/webkit/window/scrollbar_policy", test_webkit_window_scrollbar_policy);
testhittestresult.c 23 #include <webkit/webkit.h>
120 g_test_bug_base("https://bugs.webkit.org/");
122 g_test_add("/webkit/hittestresult/document", HitTestResultFixture,
128 g_test_add("/webkit/hittestresult/image", HitTestResultFixture,
132 g_test_add("/webkit/hittestresult/editable", HitTestResultFixture,
136 g_test_add("/webkit/hittestresult/link", HitTestResultFixture,
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 17 package android.webkit.cts;
27 import android.webkit.CookieManager;
28 import android.webkit.CookieSyncManager;
29 import android.webkit.WebView;
35 @TestTargetClass(android.webkit.CookieManager.class)
WebViewClientTest.java 17 package android.webkit.cts;
30 import android.webkit.HttpAuthHandler;
31 import android.webkit.WebSettings;
32 import android.webkit.WebView;
33 import android.webkit.WebViewClient;
35 @TestTargetClass(android.webkit.WebViewClient.class)
WebChromeClientTest.java 17 package android.webkit.cts;
28 import android.webkit.JsPromptResult;
29 import android.webkit.JsResult;
30 import android.webkit.WebChromeClient;
31 import android.webkit.WebIconDatabase;
32 import android.webkit.WebSettings;
33 import android.webkit.WebView;
35 @TestTargetClass(android.webkit.WebChromeClient.class)
WebIconDatabaseTest.java 17 package android.webkit.cts;
29 import android.webkit.WebIconDatabase;
30 import android.webkit.WebView;
34 @TestTargetClass(android.webkit.WebIconDatabase.class)
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 55 expected_messsage="""foo@foo.com does not have review permissions according to http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/committers.py.
57 - If you do not have review rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.
94 'url' : "https://bugs.webkit.org/attachment.cgi?id=33721",
107 self.assertEquals(12345, parse_bug_id("http://webkit.org/b/12345"))
108 self.assertEquals(12345, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?id=12345"))
114 self.assertEquals(None, parse_bug_id("http://www.webkit.org/b/12345"))
115 self.assertEquals(None, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?ctype=xml&id=12345"))
119 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
121 urlbase="https://bugs.webkit.org/"
122 maintainer="admin@webkit.org
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 28 import android.webkit.CookieManager;
29 import android.webkit.GeolocationPermissions;
30 import android.webkit.ValueCallback;
31 import android.webkit.WebView;
32 import android.webkit.WebViewDatabase;
33 import android.webkit.WebIconDatabase;
34 import android.webkit.WebSettings;
35 import android.webkit.WebStorage;
FetchUrlMimeType.java 31 import android.webkit.MimeTypeMap;
32 import android.webkit.URLUtil;
44 * android.os.webkit.LoadListener rather than handling it here.
GeolocationPermissionsPrompt.java 26 import android.webkit.WebView;
27 import android.webkit.GeolocationPermissions;
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 24 import android.webkit.WebView;
25 import android.webkit.WebViewClient;
SettingsSafetyLegalActivity.java 28 import android.webkit.WebView;
29 import android.webkit.WebViewClient;

Completed in 585 milliseconds

1 2 34 5 6 7 8 910