Home
last modified time | relevance | path

Searched refs:createSubWindow (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DTab.java700 createSubWindow();
1350 boolean createSubWindow() { in createSubWindow() method in Tab
1352 mWebViewController.createSubWindow(this); in createSubWindow()
DUI.java71 public void createSubWindow(Tab tab, WebView subWebView); in createSubWindow() method
DWebViewController.java50 void createSubWindow(Tab tab); in createSubWindow() method
DPreloadController.java75 public void createSubWindow(Tab tab) { in createSubWindow() method in PreloadController
DController.java411 public void createSubWindow(Tab tab) { in createSubWindow() method in Controller
417 mUi.createSubWindow(tab, subView); in createSubWindow()
DBaseUi.java415 public void createSubWindow(Tab tab, WebView subView) { in createSubWindow() method in BaseUi