Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTabControl.java574 private boolean tabMatchesUrl(Tab t, String url) { in tabMatchesUrl() method in TabControl
588 if (currentTab != null && tabMatchesUrl(currentTab, url)) { in findTabWithUrl()
593 if (tabMatchesUrl(tab, url)) { in findTabWithUrl()