Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DBaseUi.java383 ErrorConsoleView errorConsole = tab.getErrorConsole(false); in removeTabFromContentView() local
384 if (errorConsole != null) { in removeTabFromContentView()
385 mErrorConsoleContainer.removeView(errorConsole); in removeTabFromContentView()
698 ErrorConsoleView errorConsole = tab.getErrorConsole(true); in setShouldShowErrorConsole()
702 if (errorConsole.numberOfErrors() > 0) { in setShouldShowErrorConsole()
703 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED); in setShouldShowErrorConsole()
705 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE); in setShouldShowErrorConsole()
707 if (errorConsole.getParent() != null) { in setShouldShowErrorConsole()
708 mErrorConsoleContainer.removeView(errorConsole); in setShouldShowErrorConsole()
711 mErrorConsoleContainer.addView(errorConsole, in setShouldShowErrorConsole()
[all …]
DTab.java930 ErrorConsoleView errorConsole = getErrorConsole(true);
931 errorConsole.addErrorMessage(consoleMessage);
933 && errorConsole.getShowState() !=
935 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);