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

/packages/apps/Browser/src/com/android/browser/
H A DUiController.java80 void attachSubWindow(Tab tab); method in interface:UiController
H A DPreloadController.java217 public void attachSubWindow(Tab tab) { method in class:PreloadController
218 if (LOGD_ENABLED) Log.d(LOGTAG, "attachSubWindow()");
H A DWebViewController.java101 void attachSubWindow(Tab tab); method in interface:WebViewController
H A DUI.java73 public void attachSubWindow(View subContainer); method in interface:UI
H A DBaseUi.java362 mUiController.attachSubWindow(tab);
447 public void attachSubWindow(View container) { method in class:BaseUi
H A DController.java2232 public void attachSubWindow(Tab tab) { method in class:Controller
2234 mUi.attachSubWindow(tab.getSubViewContainer());

Completed in 666 milliseconds