Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTab.java178 private ErrorConsoleView mErrorConsole;
364 mErrorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
941 ErrorConsoleView errorConsole = getErrorConsole(true);
945 ErrorConsoleView.SHOW_MAXIMIZED) {
946 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
1642 ErrorConsoleView getErrorConsole(boolean createIfNecessary) { in getErrorConsole()
1644 mErrorConsole = new ErrorConsoleView(mContext); in getErrorConsole()
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.java382 ErrorConsoleView errorConsole = tab.getErrorConsole(false); in removeTabFromContentView()
697 ErrorConsoleView errorConsole = tab.getErrorConsole(true); in setShouldShowErrorConsole()
702 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED); in setShouldShowErrorConsole()
704 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE); in setShouldShowErrorConsole()