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

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java57 public final class WebViewCore { class
74 * WebViewCore always executes in the same thread as the native webkit.
77 // The WebViewClassic that corresponds to this WebViewCore.
158 public WebViewCore(Context context, WebViewClassic w, CallbackProxy proxy, method in class:WebViewCore
164 // This context object is used to initialize the WebViewCore during
172 synchronized (WebViewCore.class) {
179 WebViewCore.class.wait();
224 // Send a message to initialize the WebViewCore.
262 /* Handle the initialization of WebViewCore during subwindow creation. This
673 * @param nativeClass Pointer to the C++ WebViewCore objec
[all...]

Completed in 1107 milliseconds