Lines Matching full:tabs
42 // Maximum number of tabs.
44 // Private array of WebViews that are used as tabs.
46 // Queue of most recently viewed tabs.
108 * return the list of tabs
159 * Returns true if there are any incognito tabs open.
160 * @return True when any incognito tabs are open, false otherwise.
188 * number of open tabs.
196 // Return false if we have maxed out on tabs
220 * Remove the parent child relationships from all tabs.
241 // Remove t from our list of tabs.
259 // Remove it from the queue of viewed tabs.
265 * Destroy all the tabs and subwindows
276 * Returns the number of tabs created.
277 * @return The number of tabs created.
371 * Restore the state of all the tabs.
373 * @param inState The saved state of all the tabs.
374 * @param restoreIncognitoTabs Restoring private browsing tabs
376 * (this does not override handling of incognito tabs)
423 // and new tabs
448 * Free the memory in this order, 1) free the background tabs; 2) free the
454 // free the least frequently used background tabs
455 Vector<Tab> tabs = getHalfLeastUsedTabs(getCurrentTab());
456 if (tabs.size() > 0) {
457 Log.w(LOGTAG, "Free " + tabs.size() + " tabs in the browser");
458 for (Tab t : tabs) {
489 // available tabs which are not the current tab or the parent of the