Searched defs:WebViewCore (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java55 public final class WebViewCore { class
72 * WebViewCore always executes in the same thread as the native webkit.
75 // The WebView that corresponds to this WebViewCore.
146 public WebViewCore(Context context, WebView w, CallbackProxy proxy, method in class:WebViewCore
152 // This context object is used to initialize the WebViewCore during
160 synchronized (WebViewCore.class) {
167 WebViewCore.class.wait();
202 // Send a message to initialize the WebViewCore.
240 /* Handle the initialization of WebViewCore during subwindow creation. This
670 // Message id for initializing a new WebViewCore
[all...]

Completed in 64 milliseconds