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 353 ErrorConsoleView errorConsole = tab.getErrorConsole(false);
354 if (errorConsole != null) {
355 mErrorConsoleContainer.removeView(errorConsole);
682 ErrorConsoleView errorConsole = tab.getErrorConsole(true);
686 if (errorConsole.numberOfErrors() > 0) {
687 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
689 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
691 if (errorConsole.getParent() != null) {
692 mErrorConsoleContainer.removeView(errorConsole);
695 mErrorConsoleContainer.addView(errorConsole,
    [all...]
Tab.java     [all...]

Completed in 131 milliseconds