Searched defs:webkit (Results 76 - 88 of 88) sorted by relevance

1234

/frameworks/base/core/java/android/webkit/
H A DCacheManager.java17 package android.webkit;
190 * Note that this is called automatically when a {@link android.webkit.WebView} is created.
244 * obtained from {@link android.webkit.CacheManager.CacheResult#getLocalPath}, this
H A DCookieManager.java17 package android.webkit;
43 private static final String LOGTAG = "webkit";
H A DHTML5VideoViewProxy.java17 package android.webkit;
H A DWebViewDatabase.java17 package android.webkit;
34 import android.webkit.CookieManager.Cookie;
35 import android.webkit.CacheManager.CacheResult;
36 import android.webkit.JniUtil;
H A DBrowserFrame.java17 package android.webkit;
62 private static final String LOGTAG = "webkit";
711 // external/webkit/WebKit/android/WebCoreSupport/WebUrlLoaderClient.cpp
H A DCallbackProxy.java17 package android.webkit;
H A DLoadListener.java17 package android.webkit;
37 import android.webkit.CacheManager.CacheResult;
38 import android.webkit.JniUtil;
52 private static final String LOGTAG = "webkit";
321 // content before giving it to webkit.
1036 // webkit. This is just a validation response for loading from the
H A DWebTextView.java17 package android.webkit;
103 // Whether or not a selection change was generated from webkit. If it was,
104 // we do not need to pass the selection back to webkit.
107 // gaining focus. If it is, we do not want to pass it to webkit. This
109 // WebTextView gained focus from a touch, webkit will determine the
113 // do not want to pass this change to webkit.
135 // external/webkit/WebKit/android/WebCoreSupport/autofill/WebAutoFill.cpp
186 // the text in webkit.
846 // Do nothing, since webkit will put the textfield on screen.
923 // WebTextView still needs to inform the webkit threa
[all...]
H A DZoomManager.java17 package android.webkit;
40 * animation notifies webkit of the final scale BEFORE it animates. The animation
45 * only notifies webkit of new scale AFTER the gesture is complete. The animation
84 * picture from webkit and use that width to enter into zoom overview mode.
765 * updates should not be sent to webkit. This can occur in cases where the
766 * ZoomManager is performing an animation and does not want webkit to update
769 * @return true if scale related updates should not be sent to webkit and
976 // still want to send the notification over to webkit.
H A DWebSettings.java17 package android.webkit;
1219 * value to false, you must call {@link android.webkit.WebView#reload} to
1223 * @see android.webkit.WebView#reload
1696 * If set, webkit alternately shrinks and expands images viewed outside
1699 * @param shrink Set true to let webkit shrink the standalone image to fit.
H A DWebViewCore.java17 package android.webkit;
40 import android.webkit.DeviceMotionService;
41 import android.webkit.DeviceMotionAndOrientationManager;
42 import android.webkit.DeviceOrientationService;
43 import android.webkit.JniUtil;
72 * WebViewCore always executes in the same thread as the native webkit.
525 * Notify webkit that animations have begun (on the hardware accelerated content)
532 * Splits slow parts of the picture set. Called from the webkit thread after
549 /* Tell webkit what its width and height are, for the purposes
1883 // notify webkit tha
[all...]
H A DWebView.java17 package android.webkit;
89 import android.webkit.WebTextView.AutoCompleteAdapter;
90 import android.webkit.WebViewCore.DrawData;
91 import android.webkit.WebViewCore.EventHub;
92 import android.webkit.WebViewCore.TouchEventData;
93 import android.webkit.WebViewCore.TouchHighlightData;
194 * <li>Creating and setting a {@link android.webkit.WebChromeClient} subclass.
200 * <li>Creating and setting a {@link android.webkit.WebViewClient} subclass.
204 * android.webkit.WebViewClient#shouldOverrideUrlLoading(WebView,String)
206 * <li>Modifying the {@link android.webkit
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java17 package android.webkit;

Completed in 121 milliseconds

1234