HomeSort by relevance Sort by last modified time
    Searched refs:webkit (Results 51 - 75 of 248) sorted by null

1 23 4 5 6 7 8 910

  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 17 package android.webkit.cts;
28 import android.webkit.HttpAuthHandler;
29 import android.webkit.WebChromeClient;
30 import android.webkit.WebView;
31 import android.webkit.WebViewClient;
33 @TestTargetClass(android.webkit.HttpAuthHandler.class)
WebHistoryItemTest.java 17 package android.webkit.cts;
29 import android.webkit.WebBackForwardList;
30 import android.webkit.WebHistoryItem;
31 import android.webkit.WebView;
32 import android.webkit.WebViewClient;
34 @TestTargetClass(android.webkit.WebHistoryItem.class)
DateSorterTest.java 17 package android.webkit.cts;
26 import android.webkit.DateSorter;
30 @TestTargetClass(android.webkit.DateSorter.class)
WebBackForwardListTest.java 17 package android.webkit.cts;
26 import android.webkit.WebBackForwardList;
27 import android.webkit.WebHistoryItem;
28 import android.webkit.WebView;
CacheManager_CacheResultTest.java 17 package android.webkit.cts;
29 import android.webkit.CacheManager;
30 import android.webkit.WebView;
31 import android.webkit.CacheManager.CacheResult;
36 @TestTargetClass(android.webkit.CacheManager.CacheResult.class)
MimeTypeMapTest.java 17 package android.webkit.cts;
26 import android.webkit.MimeTypeMap;
28 @TestTargetClass(android.webkit.MimeTypeMap.class)
TestHtmlConstants.java 17 package android.webkit.cts;
20 * This class defines constants for webkit test assets.
23 public static final String BR_TAG_URL = "webkit/test_br_tag.html";
26 public static final String HELLO_WORLD_URL = "webkit/test_hello_world.html";
29 public static final String TEST_FAVICON_URL = "webkit/test_favicon.html";
34 public static final String EMBEDDED_IMG_URL = "webkit/embedded_image.html";
35 public static final String POPUP_URL = "webkit/popup_base.html";
36 public static final String JAVASCRIPT_URL = "webkit/javascript.html";
37 public static final String JS_ALERT_URL = "webkit/jsalert.html";
38 public static final String JS_CONFIRM_URL = "webkit/jsconfirm.html"
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkiterror.h 25 #include <webkit/webkitdefines.h>
41 /* Sync'd with Mac's WebKit Errors */
webkitversion.h.in 24 #include <webkit/webkitdefines.h>
webkitwebframe.h 29 #include <webkit/webkitdefines.h>
30 #include <webkit/webkitnetworkrequest.h>
31 #include <webkit/webkitwebdatasource.h>
webkithittestresult.h 26 #include <webkit/webkitdefines.h>
  /external/webkit/WebKitTools/Scripts/webkitpy/
credentials_unittest.py 41 0x00000007 <blob>="bugs.webkit.org (test@webkit.org)"
43 "acct"<blob>="test@webkit.org"
59 "srvr"<blob>="bugs.webkit.org"
68 credentials = FakeCredentials("bugs.webkit.org")
73 credentials = Credentials("bugs.webkit.org")
74 self.assertEqual(credentials._parse_security_tool_output(self.example_security_output), ["test@webkit.org", "SECRETSAUCE"])
119 return ["test@webkit.org", "SECRETSAUCE"]
122 credentials = FakeCredentials("bugs.webkit.org", cwd=temp_dir_path)
123 self.assertEqual(credentials.read_credentials(), ["test@webkit.org", "SECRETSAUCE"]
    [all...]
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 17 package android.webkit;
PluginData.java 17 package android.webkit;
24 * data itself is meant to be loaded into webkit via the
GeolocationService.java 17 package android.webkit;
27 import android.webkit.WebView;
28 import android.webkit.WebViewCore;
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 23 import android.webkit.HttpAuthHandler;
24 import android.webkit.SslErrorHandler;
25 import android.webkit.WebView;
26 import android.webkit.WebViewClient;
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 25 import android.webkit.CookieSyncManager;
26 import android.webkit.WebChromeClient;
27 import android.webkit.WebSettings;
28 import android.webkit.WebView;
  /external/webkit/WebCore/inspector/front-end/
audits.css 50 -webkit-mask-image: url(Images/clearConsoleButtonGlyph.png);
214 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
215 -webkit-border-radius: 12px;
216 -webkit-appearance: none;
228 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
235 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
258 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
259 -webkit-border-radius: 8px;
260 -webkit-appearance: none;
266 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)))
    [all...]
inspector.css 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
38 -webkit-text-size-adjust: none;
39 -webkit-user-select: none;
43 -webkit-box-sizing: border-box;
51 outline: auto 5px -webkit-focus-ring-color;
59 -webkit-user-drag: none;
72 display: -webkit-box;
74 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
76 -webkit-box-orient: horizontal;
77 -webkit-background-origin: padding
    [all...]
  /external/webkit/WebKit/gtk/tests/
testwebhistoryitem.c 22 #include <webkit/webkit.h>
64 g_test_bug_base("https://bugs.webkit.org/");
65 g_test_add("/webkit/webhistoryitem/get_data",
68 g_test_add("/webkit/webhistoryitem/alternate_title",
testwebsettings.c 22 #include <webkit/webkit.h>
69 g_test_bug_base("https://bugs.webkit.org/");
70 g_test_add_func("/webkit/websettings/user_agent", test_webkit_web_settings_user_agent);
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
WorkQueueItemGtk.cpp 26 #include <webkit/webkit.h>
  /frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java 17 package android.webkit;
23 import android.webkit.DateSorter;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 28 import android.webkit.HttpAuthHandler;
29 import android.webkit.JsPromptResult;
30 import android.webkit.JsResult;
31 import android.webkit.SslErrorHandler;
32 import android.webkit.WebChromeClient;
33 import android.webkit.WebView;
34 import android.webkit.WebViewClient;
35 import android.webkit.WebSettings.LayoutAlgorithm;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus1.java 24 import android.webkit.WebView;

Completed in 299 milliseconds

1 23 4 5 6 7 8 910