Home | History | Annotate | Download | only in webkit

Lines Matching defs:BrowserFrame

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