Home | History | Annotate | Download | only in browser

Lines Matching full:boolean

62     boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url);
64 boolean shouldOverrideKeyEvent(KeyEvent event);
66 boolean onUnhandledKeyEvent(KeyEvent event);
68 void doUpdateVisitedHistory(Tab tab, boolean isReload);
92 boolean shouldShowErrorConsole();
104 Tab openTab(String url, boolean incognito, boolean setActive,
105 boolean useCurrent);
107 Tab openTab(String url, Tab parent, boolean setActive,
108 boolean useCurrent);
110 boolean switchToTab(Tab tab);
120 boolean shouldCaptureThumbnails();