Home | History | Annotate | Download | only in browser

Lines Matching defs:mUiController

165         if ((mBackButton == v) && (mUiController.getCurrentTab() != null)) {
166 mUiController.getCurrentTab().goBack();
167 } else if ((mForwardButton == v) && (mUiController.getCurrentTab() != null)) {
168 mUiController.getCurrentTab().goForward();
170 Intent intent = mUiController.createBookmarkCurrentPageIntent(true);
175 mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
183 mUiController.startVoiceRecognizer();
230 showHideStar(mUiController.getCurrentTab());
243 if (mUiController == null) return;
245 mUiController.stopLoading();
247 if (mUiController.getCurrentTopWebView() != null) {
248 mUiController.getCurrentTopWebView().reload();