Home | History | Annotate | Download | only in webkit

Lines Matching defs:BrowserFrame

62 class BrowserFrame extends Handler {
149 // No need to ever remove a Handler. If the BrowserFrame is
204 * Create a new BrowserFrame to be used in an application.
212 public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
257 Log.v(LOGTAG, "BrowserFrame constructor: this=" + this);
477 * Destroy all native components of the BrowserFrame.
635 // if the url is hijacked, reset the state of the BrowserFrame
914 * @return The BrowserFrame object stored in the new WebView.
916 private BrowserFrame createWindow(boolean dialog, boolean userGesture) {