Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTab.java1051 private static class SubWindowClient extends WebViewClientClassicExt { class in Tab
1056 SubWindowClient(WebViewClientClassicExt client, WebViewController controller) { in SubWindowClient() method in Tab.SubWindowClient
1353 mSubView.setWebViewClient(new SubWindowClient(mWebViewClient, in createSubWindow()