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 382 ErrorConsoleView errorConsole = tab.getErrorConsole(false);
383 if (errorConsole != null) {
384 mErrorConsoleContainer.removeView(errorConsole);
697 ErrorConsoleView errorConsole = tab.getErrorConsole(true);
701 if (errorConsole.numberOfErrors() > 0) {
702 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
704 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
706 if (errorConsole.getParent() != null) {
707 mErrorConsoleContainer.removeView(errorConsole);
710 mErrorConsoleContainer.addView(errorConsole,
    [all...]
Tab.java     [all...]

Completed in 508 milliseconds