Home | History | Annotate | Download | only in browser

Lines Matching defs:mTab

32     private final Tab mTab;
54 mTab = tab;
91 mTab.setDeviceAccountLogin(null);
92 if (mTab.inForeground()) {
93 mWebViewController.hideAutoLogin(mTab);
107 if (mTab.getDeviceAccountLogin() == null) {
118 mTab.setDeviceAccountLogin(this);
119 if (mTab.inForeground()) {
120 mWebViewController.showAutoLogin(mTab);
125 mTab.setDeviceAccountLogin(null);