Lines Matching defs:tab
48 void onSetWebView(Tab tab, WebView view); in onSetWebView()
50 void createSubWindow(Tab tab); in createSubWindow()
52 void onPageStarted(Tab tab, WebView view, Bitmap favicon); in onPageStarted()
54 void onPageFinished(Tab tab); in onPageFinished()
56 void onProgressChanged(Tab tab); in onProgressChanged()
58 void onReceivedTitle(Tab tab, final String title); in onReceivedTitle()
60 void onFavicon(Tab tab, WebView view, Bitmap icon); in onFavicon()
62 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url); in shouldOverrideUrlLoading()
68 void doUpdateVisitedHistory(Tab tab, boolean isReload); in doUpdateVisitedHistory()
72 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, in onReceivedHttpAuthRequest()
75 void onDownloadStart(Tab tab, String url, String useragent, String contentDisposition, in onDownloadStart()
78 void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView()
90 void onUserCanceledSsl(Tab tab); in onUserCanceledSsl()
94 void onUpdatedSecurityState(Tab tab); in onUpdatedSecurityState()
100 void attachSubWindow(Tab tab); in attachSubWindow()
102 void dismissSubWindow(Tab tab); in dismissSubWindow()
110 boolean switchToTab(Tab tab); in switchToTab()
112 void closeTab(Tab tab); in closeTab()
114 void bookmarkedStatusHasChanged(Tab tab); in bookmarkedStatusHasChanged()
116 void showAutoLogin(Tab tab); in showAutoLogin()
118 void hideAutoLogin(Tab tab); in hideAutoLogin()