HomeSort by relevance Sort by last modified time
    Searched defs:BrowserFrame (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
WebViewCore.java 74 // Context for initializing the BrowserFrame with the proper assets.
78 // The BrowserFrame is an interface to the native Frame component.
79 private BrowserFrame mBrowserFrame;
182 /* Initialize our private BrowserFrame class to handle all
186 mBrowserFrame = new BrowserFrame(mContext, this, mCallbackProxy,
222 /* Get the BrowserFrame component. This is used for subwindow creation and
223 * is called only from BrowserFrame in the WebCore thread. */
224 /* package */ BrowserFrame getBrowserFrame() {
237 if (BrowserFrame.sJavaBridge == null) {
241 BrowserFrame.sJavaBridge.pause()
    [all...]
BrowserFrame.java 49 class BrowserFrame extends Handler {
121 // No need to ever remove a Handler. If the BrowserFrame is
176 * Create a new BrowserFrame to be used in an application.
184 public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
229 Log.v(LOGTAG, "BrowserFrame constructor: this=" + this);
434 * Destroy all native components of the BrowserFrame.
556 // if the url is hijacked, reset the state of the BrowserFrame
789 * @return The BrowserFrame object stored in the new WebView.
791 private BrowserFrame createWindow(boolean dialog, boolean userGesture) {
    [all...]

Completed in 155 milliseconds