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.java382 ErrorConsoleView errorConsole = tab.getErrorConsole(false); in removeTabFromContentView() local
383 if (errorConsole != null) { in removeTabFromContentView()
384 mErrorConsoleContainer.removeView(errorConsole); in removeTabFromContentView()
697 ErrorConsoleView errorConsole = tab.getErrorConsole(true); in setShouldShowErrorConsole()
701 if (errorConsole.numberOfErrors() > 0) { in setShouldShowErrorConsole()
702 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED); in setShouldShowErrorConsole()
704 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE); in setShouldShowErrorConsole()
706 if (errorConsole.getParent() != null) { in setShouldShowErrorConsole()
707 mErrorConsoleContainer.removeView(errorConsole); in setShouldShowErrorConsole()
710 mErrorConsoleContainer.addView(errorConsole, in setShouldShowErrorConsole()
[all …]
DTab.java940 ErrorConsoleView errorConsole = getErrorConsole(true);
941 errorConsole.addErrorMessage(consoleMessage);
943 && errorConsole.getShowState() !=
945 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);