/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
drag_handle.html | 14 -webkit-user-select: none; 20 background-image: -webkit-gradient(linear, 34 background-image: -webkit-gradient(linear,
|
/external/chromium-trace/catapult/tracing/tracing/ui/ |
find_control.html | 16 -webkit-user-select: none; 17 display: -webkit-flex; 21 -webkit-user-select: auto;
|
/external/chromium-trace/catapult/tracing/tracing_examples/ |
trace_viewer.html | 28 -webkit-flex-direction: column; 29 display: -webkit-flex; 35 -webkit-flex: 1 1 auto;
|
/external/wpa_supplicant_8/src/utils/ |
browser.c | 2 * Hotspot 2.0 client - Web browser using WebKit 10 #include <webkit/webkit.h>
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
android.webkit.WebStorage.QuotaUpdater.html | 10 android.webkit.WebStorage.QuotaUpdater 74 Interface android.webkit.<A HREF="../../../../reference/android/webkit/WebStorage.QuotaUpdater.html" target="_top"><font size="+2"><code>WebStorage.QuotaUpdater</code></font></A>
|
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.webkit.WebSyncManager.html | 10 android.webkit.WebSyncManager 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSyncManager.html" target="_top"><font size="+2"><code>WebSyncManager</code></font></A>
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationWebViewClient.java | 32 import android.webkit.WebResourceResponse; 33 import android.webkit.WebView; 34 import android.webkit.WebViewClient;
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/theme/chrome/public/gwt/chrome/ |
chrome.css | 1150 -webkit-border-radius: 10px; 1154 -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); 1161 -webkit-border-top-right-radius: 20px; 1162 -webkit-border-bottom-right-radius: 20px; 1167 -webkit-border-top-left-radius: 20px; 1168 -webkit-border-bottom-left-radius: 20px; 1174 background-image: -webkit-gradient( 1186 -webkit-box-shadow: 1203 -webkit-gradient(linear, 0 0, 100% 100%, 1222 -webkit-background-size: 50px 50px [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 9 ::-webkit-selection { 21 -webkit-font-smoothing: antialiased; 283 -webkit-background-clip: padding-box; 339 -webkit-font-smoothing: subpixel-antialiased; 834 @-webkit-keyframes glowheader { 870 -webkit-animation-name: glowheader; 873 -webkit-animation-duration: 0.7s; 876 -webkit-animation-timing-function: ease-out; 1226 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), 1228 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%) [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
default.css | 9 ::-webkit-selection { 21 -webkit-font-smoothing: antialiased; 283 -webkit-background-clip: padding-box; 339 -webkit-font-smoothing: subpixel-antialiased; 834 @-webkit-keyframes glowheader { 870 -webkit-animation-name: glowheader; 873 -webkit-animation-duration: 0.7s; 876 -webkit-animation-timing-function: ease-out; 1226 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), 1228 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%) [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/ |
HtmlActivityTask.java | 29 import android.webkit.JsPromptResult; 30 import android.webkit.JsResult; 31 import android.webkit.WebChromeClient; 32 import android.webkit.WebView; 33 import android.webkit.WebViewClient;
|
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/ |
CaptivePortalLoginActivity.java | 40 import android.webkit.SslErrorHandler; 41 import android.webkit.WebChromeClient; 42 import android.webkit.WebSettings; 43 import android.webkit.WebView; 44 import android.webkit.WebViewClient;
|
/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...] |
/frameworks/base/docs/html-intl/intl/ja/about/versions/ |
android-5.0.jd | 236 <li><a href="https://developer.mozilla.org/en-US/docs/Security/MixedContent" class="external-link">???????</a>????????? Cookie ???????????????????????????????? Cookie ???????????? {@link android.webkit.WebSettings#setMixedContentMode(int) setMixedContentMode()} ????? {@link android.webkit.CookieManager#setAcceptThirdPartyCookies(android.webkit.WebView, boolean) setAcceptThirdPartyCookies()} ???????????</li> 237 <li>???? HTML ?????????????????????????????????????????????????????????????????????????????????????????{@link android.webkit.WebView#enableSlowWholeDocumentDraw()} ??????????????????????</li> 274 <p>Android 5.0 ?? Chromium M37 ???? {@link android.webkit.WebView} ??????????????????????????????????????????Android 5.0 ?????? {@link android.webkit.WebView} ???????????????????????????????????? 37.0.0.0 ???????????</p> 276 <p>????????? {@link android.webkit.PermissionRequest} ???????????????????????????????<a href="https://developer.mozilla.org/en-US/docs/NavigatorUserMedia.getUserMedia" class="external-link">getUserMedia()</a> ?????? API ????????????????????????????????? {@link android.webkit.WebView} ????????{@link android.webkit.WebView} ???????????????????????????? Android ???????????????????</p> 278 <p>??? <code><a href="{@docRoot}reference/android/webkit/WebChromeClient.html#onShowFileChooser(android.webkit.WebView, android.webkit.ValueCallback<androi (…) [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/ |
android-5.0.jd | 238 <li>???????????<a href="https://developer.mozilla.org/en-US/docs/Security/MixedContent" class="external-link">????</a>???? Cookie???????????????? Cookie?????? {@link android.webkit.WebSettings#setMixedContentMode(int) setMixedContentMode()} ? {@link android.webkit.CookieManager#setAcceptThirdPartyCookies(android.webkit.WebView, boolean) setAcceptThirdPartyCookies()} ???</li> 239 <li>?????????????? HTML ?????????????????????????????????????????????? {@link android.webkit.WebView#enableSlowWholeDocumentDraw()} ????????</li> 276 <p>Android 5.0 ? {@link android.webkit.WebView} ????? Chromium M37???????????????????????Android 5.0 ???? {@link android.webkit.WebView} ???????????????? 37.0.0.0 ??????</p> 278 <p>?????? {@link android.webkit.PermissionRequest} ?????????? <a href="https://developer.mozilla.org/en-US/docs/NavigatorUserMedia.getUserMedia" class="external-link">getUserMedia()</a> ??? Web API ? {@link android.webkit.WebView} ????????????????????????????????????????? Android ?????? {@link android.webkit.WebView} ?????</p> 280 <p>???? <code><a href="{@docRoot}reference/android/webkit/WebChromeClient.html#onShowFileChooser(android.webkit.WebView, android.webkit.ValueCallback<androi (…) [all...] |
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/ |
android-5.0.jd | 236 <li>????????????<a href="https://developer.mozilla.org/en-US/docs/Security/MixedContent" class="external-link">????</a>???? Cookie????????????? Cookie?????? {@link android.webkit.WebSettings#setMixedContentMode(int) setMixedContentMode()} ? {@link android.webkit.CookieManager#setAcceptThirdPartyCookies(android.webkit.WebView, boolean) setAcceptThirdPartyCookies()}·???</li> 237 <li>????????? HTML ????????????????????????????????????????????????? {@link android.webkit.WebView#enableSlowWholeDocumentDraw()} ???????????</li> 274 <p>Android 5.0 ?? {@link android.webkit.WebView} ????? Chromium M37????????????????????????? Android 5.0 ??? {@link android.webkit.WebView} ???????????????????? 37.0.0.0 ?????</p> 276 <p>??????? {@link android.webkit.PermissionRequest} ????????????? {@link android.webkit.WebView} ??????? <a href="https://developer.mozilla.org/en-US/docs/NavigatorUserMedia.getUserMedia" class="external-link">getUse Media()</a> ? Web API ???????? (????????)????????????????????? Android ?????????? {@link android.webkit.WebView}?</p> 278 <p>????? <code><a href="{@docRoot}reference/android/webkit/WebChromeClient.html#onShowFileChooser(android.webkit.WebView, android.webkit.ValueCallback<androi (…) [all...] |
/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | 9 ::-webkit-selection { 21 -webkit-font-smoothing: antialiased; 364 -webkit-transition: height 0.25s ease-in; 368 -webkit-transition: height 0.25s ease-out; 646 @-webkit-keyframes glowheader { 681 -webkit-animation-name: glowheader; 684 -webkit-animation-duration: 0.7s; 687 -webkit-animation-timing-function: ease-out; 1232 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), 1234 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%) [all...] |
/external/chromium-trace/catapult/tracing/test_data/ |
sfgate.json | 27 {"pid":28355,"tid":28355,"ts":2213689698187,"ph":"F","cat":"benchmark","name":"InputLatency","args":{"data":{"INPUT_EVENT_BROWSER_RECEIVED_RENDERER_SWAP_COMPONENT":{"comp_id":0.0,"count":1.0,"time":2213689680653.0},"INPUT_EVENT_GPU_SWAP_BUFFER_COMPONENT":{"comp_id":0.0,"count":1.0,"time":2213689698043.0},"INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT":{"comp_id":25769803778.0,"count":1.0,"time":2213689665650.0},"INPUT_EVENT_LATENCY_RENDERER_SWAP_COMPONENT":{"comp_id":0.0,"count":1.0,"time":2213689679508.0},"INPUT_EVENT_LATENCY_RENDERING_SCHEDULED_MAIN_COMPONENT":{"comp_id":0.0,"count":1.0,"time":2213689667648.0},"INPUT_EVENT_LATENCY_TERMINATED_FRAME_SWAP_COMPONENT":{"comp_id":0.0,"count":1.0,"time":2213689698114.0},"coordinates":[],"trace_id":25769803818.0}},"tts":27294068,"id":"0x60000002a"},{"pid":28619,"tid":29,"ts":2213649212614,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/page/EventHandler.cpp","src_func":"scheduleHoverStateUpdate"},"dur":239,"tdur":229,"tts":1770200}, 29 {"pid":28619,"tid":29,"ts":2213649214331,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp","src_func":"scheduleDocumentResourcesGC"},"dur":34,"tdur":31,"tts":1771910}, 30 {"pid":28619,"tid":29,"ts":2213649215569,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/frame/DOMTimer.cpp","src_func":"DOMTimer"},"dur":16727,"tdur":16623,"tts":1772413}, 59 {"pid":28619,"tid":29,"ts":2213649232443,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/dom/Document.cpp","src_func":"didAssociateFormControl"},"dur":1014,"tdur":1011,"tts":1789187}, 60 {"pid":28619,"tid":29,"ts":2213649233464,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/dom/Document.cpp","src_func":"didLoadAllScriptBlockingResources"},"dur":7,"tdur":5,"tts":1790207}, 61 {"pid":28619,"tid":29,"ts":2213649233475,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/events/EventSender.h","src_func":"dispatchEventSoon"},"dur":69,"tdur":68,"tts":1790217}, 63 {"pid":28619,"tid":29,"ts":2213649233548,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/page/EventHandler.cpp","src_func":"scheduleCursorUpdate"},"dur":1794,"tdur":1793,"tts":1790291}, 76 {"pid":28619,"tid":29,"ts":2213649235348,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/frame/DOMTimer.cpp","src_func":"DOMTimer"},"dur":193,"tdur":191,"tts":1792091}, 88 {"pid":28619,"tid":29,"ts":2213649255925,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/page/EventHandler.cpp","src_func":"scheduleCursorUpdate"},"dur":244,"tdur":220,"tts":1800057}, 90 {"pid":28619,"tid":29,"ts":2213649733650,"ph":"X","cat":"blink","name":"ThreadTimers::sharedTimerFiredInternal","args":{"src_file":"../../third_party/WebKit/Source/core/frame/DOMTimer.cpp","src_func":"DOMTimer"},"dur":4648,"tdur":4612,"tts":1803203} [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
rendering_stats_unittest.py | 285 browser_main.BeginSlice('webkit.console', 'ActionA', 324 browser_main.BeginSlice('webkit.console', 'ActionA', 363 renderer_main.BeginSlice('webkit.console', 'ActionA', 378 renderer_main.BeginSlice('webkit.console', 'ActionB', 408 renderer_main.BeginSlice('webkit.console', 'ActionA', 427 renderer_main.BeginSlice('webkit.console', 'ActionB', 440 renderer_main.BeginSlice('webkit.console', 'ActionA', 485 renderer_main.BeginSlice('webkit.console', 'ActionA', 497 renderer_main.BeginSlice('webkit.console', 'ActionB', 504 renderer_main.BeginSlice('webkit.console', 'ActionA' [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 16 package android.webkit.cts; 26 import android.webkit.ConsoleMessage; 27 import android.webkit.SslErrorHandler; 28 import android.webkit.WebIconDatabase; 29 import android.webkit.WebSettings; 30 import android.webkit.WebSettings.TextSize; 31 import android.webkit.WebStorage; 32 import android.webkit.WebView; 33 import android.webkit.WebViewClient; 34 import android.webkit.cts.WebViewOnUiThread.WaitForLoadedClient [all...] |
CookieManagerTest.java | 17 package android.webkit.cts; 22 import android.webkit.CookieManager; 23 import android.webkit.CookieSyncManager; 24 import android.webkit.WebView; 25 import android.webkit.ValueCallback; 45 super("android.webkit.cts", CookieSyncManagerCtsActivity.class);
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
default.css | 9 ::-webkit-selection { 21 -webkit-font-smoothing: antialiased; 374 -webkit-transition: height 0.25s ease-in; 378 -webkit-transition: height 0.25s ease-out; 678 @-webkit-keyframes glowheader { 714 -webkit-animation-name: glowheader; 717 -webkit-animation-duration: 0.7s; 720 -webkit-animation-timing-function: ease-out; 1308 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), 1310 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%) [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
alerts-page.html | 41 display: -webkit-inline-flex; 43 -webkit-flex-direction: column; 45 -webkit-align-items: flex-start;
|
bisect-form.html | 34 display: -webkit-flex; 36 -webkit-align-items: center; 39 -webkit-justify-content: center;
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
SystemImpl.java | 17 package com.android.server.webkit; 37 import android.webkit.WebViewFactory; 38 import android.webkit.WebViewProviderInfo;
|