HomeSort by relevance Sort by last modified time
    Searched refs:errorConsole (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 383 ErrorConsoleView errorConsole = tab.getErrorConsole(false);
384 if (errorConsole != null) {
385 mErrorConsoleContainer.removeView(errorConsole);
698 ErrorConsoleView errorConsole = tab.getErrorConsole(true);
702 if (errorConsole.numberOfErrors() > 0) {
703 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
705 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
707 if (errorConsole.getParent() != null) {
708 mErrorConsoleContainer.removeView(errorConsole);
711 mErrorConsoleContainer.addView(errorConsole,
    [all...]
Tab.java     [all...]

Completed in 56 milliseconds