HomeSort by relevance Sort by last modified time
    Searched full:webkit (Results 276 - 300 of 911) sorted by null

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/ui/
LicenseActivity.java 21 import android.webkit.WebView;
  /packages/apps/Nfc/src/com/android/nfc/beam/
MimeTypeUtil.java 23 import android.webkit.MimeTypeMap;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MailWebView.java 5 import android.webkit.WebView;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ConversationViewUtils.java 21 import android.webkit.WebSettings;
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
SimpleWebViewActivity.java 22 import android.webkit.WebView;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
fragmentlayout-expected-complation77.txt 5 android.webkit.WebViewFragment : <p> The WebView is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
fragmentlayout-expected-complation78.txt 5 android.webkit.WebViewFragment : <p> The WebView is automically paused or resumed when the Fragment is paused or resumed. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="...
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 17 package android.webkit.cts;
25 import android.webkit.JsPromptResult;
26 import android.webkit.JsResult;
27 import android.webkit.WebIconDatabase;
28 import android.webkit.WebSettings;
29 import android.webkit.WebView;
30 import android.webkit.cts.WebViewOnUiThread.WaitForProgressClient;
  /external/libvncserver/webclients/novnc/include/
util.js 274 'webkit': (function() {
276 //'webkit': (function() {
281 if (Util.Engine.webkit) {
282 // Extract actual webkit version if available
283 Util.Engine.webkit = (function(v) {
284 var re = new RegExp('WebKit/([0-9\.]*) ');
287 })(Util.Engine.webkit);
  /docs/source.android.com/src/source/
submit-patches.jd 182 <p>Android makes use of a number of other open-source projects, such as the Linux kernel and WebKit, as described in
207 <h2 id="webkit">WebKit</h2>
208 <p>All changes to the WebKit project at <code>external/webkit</code> should be made
209 upstream at <a href="http://www.webkit.org">webkit.org</a>. The process begins by filing a WebKit bug.
213 <a href="http://webkit.org/coding/contributing.html">Contributing Code to WebKit</a> for details.</p
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 17 package android.webkit;
41 import android.webkit.WebView.HitTestResult;
42 import android.webkit.WebView.PictureListener;
43 import android.webkit.WebView.VisualStateCallback;
390 * See {@link android.webkit.WebView#computeHorizontalScrollRange}
395 * See {@link android.webkit.WebView#computeHorizontalScrollOffset}
400 * See {@link android.webkit.WebView#computeVerticalScrollRange}
405 * See {@link android.webkit.WebView#computeVerticalScrollOffset}
410 * See {@link android.webkit.WebView#computeVerticalScrollExtent}
415 * See {@link android.webkit.WebView#computeScroll
    [all...]
DateSorter.java 17 package android.webkit;
38 private static final String LOGTAG = "webkit";
PluginData.java 17 package android.webkit;
24 * data itself is meant to be loaded into webkit via the
  /packages/apps/Browser/src/com/android/browser/
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.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 113 * AppleWebKit version. KHTML browsers that are not WebKit browsers
121 * different versions of webkit
125 * Webkit 212 nightly: 522+ <-- Safari 3.0 precursor (with native SVG
132 * Webkit nightly 1/2008:525+ <-- Supports DOMContentLoaded event.
137 * @property webkit
140 webkit: 0,
146 * devices with the WebKit-based browser, and Opera Mini.
153 * Adobe AIR version number or 0. Only populated if webkit is detected.
176 o.webkit=1;
178 // Modern WebKit browsers are at least X-Grad
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 6 ::-webkit-selection,
17 -webkit-font-smoothing: antialiased;
360 -webkit-transition: height 0.25s ease-in;
364 -webkit-transition: height 0.25s ease-out;
638 @-webkit-keyframes glowheader {
673 -webkit-animation-name: glowheader;
676 -webkit-animation-duration: 0.7s;
679 -webkit-animation-timing-function: ease-out;
1160 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1162 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
index.html 190 -webkit-animation-duration: 3s;
193 -webkit-animation-name: anim;
195 -webkit-animation-iteration-count: infinite;
201 -webkit-animation-name: animHeight;
231 @-webkit-keyframes anim {
291 @-webkit-keyframes animHeight {
337 -webkit-animation-name: animHeight;
341 -webkit-animation-duration: 3s;
343 -webkit-animation-iteration-count: infinite;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
display_item_debugger.html 22 -webkit-flex: 1 1 auto;
23 display: -webkit-flex;
27 -webkit-flex-direction: column;
28 display: -webkit-flex;
35 -webkit-flex: 1 1 auto;
52 -webkit-flex: 0 0 auto;
56 -webkit-flex: 1 1 auto;
57 display: -webkit-flex;
103 -webkit-flex: 1 1 auto;
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 17 package android.webkit.cts;
35 import android.webkit.DownloadListener;
36 import android.webkit.CookieManager;
37 import android.webkit.ValueCallback;
38 import android.webkit.WebBackForwardList;
39 import android.webkit.WebChromeClient;
40 import android.webkit.WebMessage;
41 import android.webkit.WebMessagePort;
42 import android.webkit.WebSettings;
43 import android.webkit.WebView.HitTestResult
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 30 import android.webkit.WebView;
31 import android.webkit.WebViewClient;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
dropdown.html 21 -webkit-user-select: none;
55 -webkit-user-select: none;
  /external/v8/test/webkit/fast/js/
array-prototype-properties.js 25 'This is a test case for <a https://bugs.webkit.org/show_bug.cgi?id=64679">bug 64679</a>.'
51 // Test exception ordering in Array.prototype.toLocaleString ( https://bugs.webkit.org/show_bug.cgi?id=80663 )
  /external/v8/test/webkit/
number-toExponential.js 28 // From Acid3, http://bugs.webkit.org/show_bug.cgi?id=16640
33 // From http://bugs.webkit.org/show_bug.cgi?id=5259
  /external/wpa_supplicant_8/hs20/client/
Android.mk 9 INCLUDES += external/webkit/Source/WebKit/gtk
  /ndk/docs/Programmers_Guide/html/
navtree.css 80 -webkit-overflow-scrolling : touch; /* iOS 5+ */
120 -webkit-overflow-scrolling : touch; /* iOS 5+ */

Completed in 150 milliseconds

<<11121314151617181920>>