Home
last modified time | relevance | path

Searched refs:ErrorConsoleView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DErrorConsoleView.java38 /* package */ class ErrorConsoleView extends LinearLayout { class
62 public ErrorConsoleView(Context context) { in ErrorConsoleView() method in ErrorConsoleView
66 public ErrorConsoleView(Context context, AttributeSet attributes) { in ErrorConsoleView() method in ErrorConsoleView
DBaseUi.java353 ErrorConsoleView errorConsole = tab.getErrorConsole(false); in removeTabFromContentView()
687 ErrorConsoleView errorConsole = tab.getErrorConsole(true); in setShouldShowErrorConsole()
692 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED); in setShouldShowErrorConsole()
694 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE); in setShouldShowErrorConsole()
DTab.java175 private ErrorConsoleView mErrorConsole;
597 mErrorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
1179 ErrorConsoleView errorConsole = getErrorConsole(true);
1183 ErrorConsoleView.SHOW_MAXIMIZED) {
1184 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
1901 ErrorConsoleView getErrorConsole(boolean createIfNecessary) { in getErrorConsole()
1903 mErrorConsole = new ErrorConsoleView(mContext); in getErrorConsole()