Home | History | Annotate | Download | only in webkit

Lines Matching defs:class

56  * <p>A View that displays web pages. This class is the basis upon which you
93 * <pre class="prettyprint">
117 * This class is called when something that might impact a
140 * <pre class="prettyprint">
243 // The WebView is a thin API class that delegates its public API to a backend WebViewProvider
244 // class instance. WebView extends {@link AbsoluteLayout} for backward compatibility reasons.
249 public class WebView extends AbsoluteLayout
272 public class WebViewTransport {
347 public static class HitTestResult {
417 * defined in this class.
535 @SuppressWarnings("deprecation") // for super() call into deprecated base class constructor.
1728 * class JsObject {
2015 * and fields, and make super-class calls in this WebView instance.
2018 public class PrivateAccess {
2019 // ---- Access to super-class methods ----
2146 * via this class so that that the two FindListeners can potentially exist at once.
2148 private class FindListenerDistributor implements FindListener {
2178 // As this can get called during the base class constructor chain, pass the minimum
2191 // Ignore mWebViewThread == null because this can be called during in the super class
2192 // constructor, before this class's own constructor has even started.
2348 info.setClassName(WebView.class.getName());
2355 event.setClassName(WebView.class.getName());