Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTabControl.java73 private static class SubWindowClient extends WebViewClient { class in TabControl
77 SubWindowClient(WebViewClient client) { in SubWindowClient() method in TabControl.SubWindowClient
183 private SubWindowClient mSubViewClient;
881 final SubWindowClient subClient = in createSubWindow()
882 new SubWindowClient(mActivity.getWebViewClient()); in createSubWindow()