HomeSort by relevance Sort by last modified time
    Searched full:newtab (Results 1 - 4 of 4) sorted by null

  /packages/apps/Browser/src/com/android/browser/
TabControl.java 559 * Put the current tab in the background and set newTab as the current tab.
560 * @param newTab The new tab. If newTab is null, the current tab is not
563 boolean setCurrentTab(Tab newTab) {
564 return setCurrentTab(newTab, false);
582 * If force is true, this method skips the check for newTab == current.
584 private boolean setCurrentTab(Tab newTab, boolean force) {
586 if (current == newTab && !force) {
593 if (newTab == null) {
597 // Move the newTab to the end of the queu
    [all...]
Tab.java     [all...]
BrowserActivity.java     [all...]
  /external/strace/
strace.c 724 struct tcb **newtab = (struct tcb **) local
729 if (newtab == NULL || newtcbs == NULL) {
730 if (newtab != NULL)
731 free(newtab);
735 newtab[i] = &newtcbs[i - tcbtabsize];
737 tcbtab = newtab;
    [all...]

Completed in 1372 milliseconds